/*
|-----------------------------------------------------------------------------------------------------------------
| Responsive Stylesheet
|-----------------------------------------------------------------------------------------------------------------
*/




/*
|--------------------------------------------------------------------------
| Max Width #1800px
|--------------------------------------------------------------------------
*/
@media (max-width: 1800px) {
}

/*
|--------------------------------------------------------------------------
| Max Width #1700px
|--------------------------------------------------------------------------
*/
@media (max-width: 1700px) {
	.brands-list--item {
		width: 16.666666%;
	}
}


/*
|--------------------------------------------------------------------------
| Max Width #1600px
|--------------------------------------------------------------------------
*/
@media (max-width: 1600px) {
	.category-main .category-grid > div {
		width: 20%;
	}
}


/*
|--------------------------------------------------------------------------
| Max Width #1500px
|--------------------------------------------------------------------------
*/
@media (max-width: 1500px) {
	.header-main--menu > .header-main--menu--item {
		font-size: 14px;
		padding: 0 10px;
	}
	.header-main--nav--link {
		font-size: 14px;
	}
}


/*
|--------------------------------------------------------------------------
| Max Width #1400px
|--------------------------------------------------------------------------
*/
@media (max-width: 1400px) {
	.shipping-confirm--text {
		font-size: 14px;
	}

	#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;
	}
}



/*
|--------------------------------------------------------------------------
| Max Width #1350px
|--------------------------------------------------------------------------
*/
@media (max-width: 1350px) {

	.listing-deadline-doughnut {
		display: inline-block;
	}

	.listing-deadline-doughnut,
	.listing-deadline--details {
		float: none;
	}

	.listing-deadline--details {
		padding: 0 0 10px 0;
	}

	.listing-deadline-doughnuts {
		float: none;
		text-align: center;
	}
}



/*
|--------------------------------------------------------------------------
| Max Width #1280px
|--------------------------------------------------------------------------
*/
@media (max-width: 1280px) {
	.product-list--tab-item .product-grid, .listing-related--products .product-grid { 
		display: flex!important;
		flex-wrap: wrap;
		text-align: center;
		margin-left: -30px;
	}
	.listing-related--products .product-grid {
		text-align: center;
	}
	
	.product-grid > .product-grid--item {
		display: inline-block; 
		text-align: left;
	}
	.prod-list-container .product-grid .segment-20 {
		width: 33.333333333%;
	}

	.listing-extra {
		width: 100%;
		float: none;
	}

	.modal-overview {
		height: auto;
	}

	.modal--inner .listing-image {
		display: none;
	}

	.modal--inner {
		max-width: 420px;
	}

	.category--header {
		min-height: auto;
	}

	.main-usps.slick-slider .slick-slide {
		font-size: 16px;
	}

	.article {
		flex-direction: column;
	}
	.article .article-content {
		width: 100%;
	}

	.article-images {
		flex-direction: row;
		margin-left: -20px;
	} 
	.article-images--img {
		width: 50%; 
		margin-left: 20px;
	}

	.category--header.flex {
		flex-direction: column;
		align-items: flex-start;
		justify-content: center;
	}
	.category--header-left {
		max-width: 100%;
		padding: 20px 0 20px;
	}
	.category--header-img {
		display: none;
	}

	.category-main .category-grid > div {
		width: 25%;
	}

	.header-main--nav--item {
		padding: 0 6px;
	}
	.header-main--nav--link {
		font-size: 13px;
	}

	.grid--30 {
		margin: 0 -20px -20px 0;
	}
	.grid--30 > * {
		padding: 0 20px 20px 0;
	}
}



/*
|--------------------------------------------------------------------------
| Max Width #1200px
|--------------------------------------------------------------------------
*/
@media (max-width: 1200px) {

	.shipping-confirm--overlay {
		/* top: 200px; */
	}
	.product-grid--item-inner:hover .product--overlay-top,
	.product-grid--item-inner:hover .product--overlay-bottom {
		display: none;
	}

	.account-sidebar {
		width: 200px;
	}

	.account-details--left {
		width: 50%;
	}

	.brands-list--item {
		width: 20%;
	}

	.listing-tabs-button {
		font-size: 14px;
	}

	.brand-letter {
		
	}

	.brand-letter--inner {
		padding: 0;
		line-height: 40px;
	}

	.shop.hide {
		margin-left: -260px;
	}

	.home-slide {
		min-height: 660px;
	}
	.home-slide h3 {
		font-size: 50px; 
		line-height: 54px;
	}
	.home-slide .content {
		font-size: 16px; 
		line-height: 20px;
	}
	.home-slider--buttons {
		margin-top: 10px;
	}

	.content-block--inner {
		padding: 0 25px;
	}

	.content-block--inner > .content-block--img {
		padding-top: 30px; 
		padding-bottom: 30px;
	}

	.help-sub--upper {
		flex-direction: column;
	}
	.help-sub--upper > div:not(.contact-page--form) {
		width: 100%;
	}

	
	.listing-side .form-options > .flex:not(.flex-nocol) {
		flex-direction: column;
		align-items: flex-start;
	}

	.listing-main {
		width: 570px;
	}
	.listing--full-description {
		width: 500px;
		min-width: unset;
	}

	.header-main--basket {
		width: auto;
		margin-left: 25px;
	}
	.header-main--nav {
		padding-right: 40px;
	}
	.header-nav--dropdown-link, .header-nav--view-main {
		padding: 7px 10px;
	}
	.header-nav--dropdown a {
		font-size: 13px;
	}
	.header-main form.search-form {
		right: 0;
		left: unset;
	}
	
}


/*
|--------------------------------------------------------------------------
| Max Width #1150px
|--------------------------------------------------------------------------
*/
@media (max-width: 1150px) {
	.main-usps.slick-slider .slick-arrow {
		position: absolute;
		z-index: 7;
	}
	.main-usps.slick-slider .slick-list {
		z-index: 7;
	}
	.main-usps.slick-slider .slick-slide {
		border: 0!important;
		text-align: center;
		font-size: 18px; 
		color: #fff; 
		text-transform: uppercase;
	}
	.main-usps.slick-slider button.slick-arrow {
		position: absolute; 
		top: 50%; 
		transform: translateY(-50%);
		text-indent: -1000px;
		overflow: hidden;
		height: 15px; 
		width: 15px;
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
		z-index: 7;
	}
	.main-usps.slick-slider .slick-prev {
		left: 25px;
		background: url(/images/style/stef/arrow-l-white.svg);
	}
	.main-usps.slick-slider .slick-next {
		right: 25px;
		background: url(/images/style/stef/arrow-r-white.svg);
	}

	.footer--column-container {

	}
	.footer--nav-column {
		width: 100%;
		padding: 0;
	}
	.footer--nav-column:first-of-type {
		margin-bottom: 30px;
	}
	.footer--nav-column.footer--column-border {
		text-align: center;
		border: 0;
	}
	.footer--main-socials {
		position: relative;
		margin-bottom: 30px!Important;
		left: 0;
	}
	.footer--nav-column > *:first-of-type:not(:last-of-type) {
		margin-bottom: 10px
	}
	.footer--text-icon {
		padding-left: 0; 
		text-align: center;
	}
	.footer--text-icon > svg {
		display: none;
	}
	.footer--text-smaller > div {
		justify-content: center;
	}
	.footer--text-smaller > div > span:first-of-type {
		width: auto; 
		max-width: 100%; 
		margin-right: 10px;
	}
	.footer--text-smaller > div > span:last-of-type {
		flex: none;
	}
	
	.footer--bottom > div > .flex {
		flex-direction: column;
		text-align: center;
	}
	.footer--bottom .footer-payment {
		display: flex; 
		justify-content: center;
		margin-top: 20px;
	}

	
}


/*
|--------------------------------------------------------------------------
| Max Width #1100px
|--------------------------------------------------------------------------
*/
@media (max-width: 1100px) {

	.header-main {
		padding: 0 30px;
	}
	
	.header-basket--inner > a {
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	.header-main .header-main--basket svg {
		margin: 0 0 5px;
	}

	.listing-sub-price-container {
		flex-direction: column;	
	}

	.listing-price + .listing-price {
		margin: 10px 0 0;
		padding: 10px 0 0;
		border-left: 0;
		border-top: 1px solid #fff;
	}

	.article-list--details {
		padding: 5px 15px;
	}
}


/*
|--------------------------------------------------------------------------
| Max Width #1023px
|--------------------------------------------------------------------------
*/
@media (max-width: 1023px) {
	.listing-multibuy-banner {
		clip-path: polygon(0% 0%,100% 0%,97.5% 50.00%,100% 100%,0% 100%);
	}

	h1.h1-style-lg {
		font-size: 50px; 
		margin-bottom: 35px;
	}
	.basket-page {
		padding: 50px 0 60px;
	}
	.header-top,
	.checkout-stages {
		display: none;
	}

	.mobile-menu--btn-cont,
	.mobile-cart--btn-cont,
	.mobile-menu,
	.filter-subcategories,
	.checkout-breadcrumbs {
		display: block;
	}

	.account-panel,
	.account-panels--wide .account-panel {
		width: 50%;
	}

	header {
		text-align: center;
		min-height: auto;
		height: unset !important;
		border-bottom: 1px solid #788c51;
		position: relative;
		z-index: 30; 
	}

	.header-main {
		padding: 0;
		background: transparent;
		height: 90px;
	}
	.header-main .logo-hAlt {
		display: none; 
	}
	.header-main.header-main--altered .logo:not(.logo-hAlt) {
		display: block;
	}
	.header-main .logo:not(.logo-hAlt) {
		position: absolute; 
		top: 10px;
		left: 50%;
		transform: translateX(-50%);
	}
	.header-main--menu-cont, .header-main--nav-cont {
		display: none;
	}

	.header-basket--dd {
		display: none;
	}

	.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;
	}


	.home-slide {
		min-height: 560px;
	}
	.home-slide {
		padding: 140px 0 100px;
	}
	.home-slide h3 {
		font-size: 44px; 
		line-height: 48px;
	}
	.home-slider .home-slide > div {
		padding: 20px 50px; 
	}
	.slide-nsltr__consent {
		min-width: 0;
		width: 250px;
	}
	

	.polaroid-banner > span {
		font-size: 26px; 
		line-height: 26px;
	}

	.news-include--inner {
		display: inline-table;
		text-align: center;
	}
	.news-include--inner > div {
		display: inline-block;
		width: 50%;
	}
	.news-include--item {
		max-width: 100%;
	}
	.product-grid > .product-grid--item {
		width: 33.333333%;
	}

	.page-background { 
		background-size: cover;
	}
	.category-block {
		padding: 165px 20px;
	}

	.help-sub-page > div.flex {
		flex-direction: column;
	}
	.help-sub-page .cms-sidebar {
		padding: 0; 
		margin-bottom: 20px;
	}
	.help-sub-page .cms-sidebar > div {
		width: 100%;
	}

	.article-list--item {
		display: inline-block;
		width: 33.33333%;
	}

	.listing-header--main {
		padding: 30px 0;
	}
	.listing-header h1 {
		font-size: 32px;
	}

	.listing-top-section, .listing--information-section {
		flex-direction: column;
	}
	.listing-main, .listing--full-description, .listing-side {
		width: 100%;
		min-width: 0;
	}
	.listing-image__link {
		display: flex; 
		justify-content: center;
	}
	
	form#form_cart {
		flex-direction: column;
	}
	.cart-item-content {
		margin-top: 0; 
		padding-bottom: 15px;
	}
	.cart-items > div:not(.cart-item) {
		display: flex; 
		flex-direction: column;
	}
	.cart-items > div:not(.cart-item) .button {
		margin: 5px;
	}

	.checkout-header {
		padding: 10px 0;
	}
	.checkout-header .brand {
		flex: none;
	}
	.checkout-header .brand a img {
		height: 65px;
	}
	.checkout-header > div > span {
		display: none;
	}

	.overlay .listing-overview--top--main h1 {
		font-size: 26px;
	}
	.overlay .listing-overview--top--img {
		width: 350px;
	}
	#listing-options-overlay .overlay--inner {
		padding: 30px 30px 20px;
		max-width: 95%;
	}

	.header-main--basket {
		position: absolute;
		left: auto;
		top: 0;
		right: 0;
		border-left: 1px solid #788c51;
		height: 90px;
		width: unset;
		padding: 0 15px;
		min-width: 90px;
		justify-content: center;
	}
	.header-basket--inner > a {
		flex-direction: row-reverse;
		height: 100%;
	}
	.header-basket--dd, .header-basket--dd-add {
		top: 70px;
	}
	.header-main .header-main--basket #basket-cost {
		display: none;
	}
	.header-main--basket .item-count {
		position: unset;
		background-color: unset;
		color: #788c51;
		font-size: 26px;
		font-weight: 600;
		width: unset;
		height: unset;
	}
	.header-main .header-main--basket svg {
		fill: #788c51;
		margin: -2px 0 0 10px;
	}
	.listing--information-section {
		padding: 30px 0 0;
	}
	.listing-related--products .product-grid {
		margin: 0 0 -20px -20px;
	}
	.listing-related--products .product-grid--item {
		padding: 0 0 20px 20px;
	}

	.category-features {
		padding: 45px 0 35px;
	}

	.account-table .dblc {
		padding: 10px;
	}

	.tab-hide {
		display: none;
	}
	.tab-only {
		display: block;
	}

	.dbl-btns {
		flex-direction: column;
	}
	.dbl-btns > * {
		width: 100%;
	}
}



/*
|--------------------------------------------------------------------------
| 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/stef/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/stef/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;
	}


	.sidebar {
		border-top: 0;
	}
	.cat-sidebar {
		width: 100%;
	}
	.sidebar--shop-cats {
		display: none;
	}
	/*Mobile Filters*/

	#sidebar--mbl-filters {
		display: block;
	}

	#mbl-filters {
		background: #788c51;
		color: #fff;
	}
	#mbl-filters.filter-open {
		background: #55483d;
	}

	#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;
	}


	main > .category {
		flex-direction: column;
	}

	.loyalty-referral-code {
		flex-wrap: wrap;
	}

	.loyalty-referral-code > div {
		width: 100%;
	}

	.loyalty-referral-code > span {
		margin-left: 0;
	}
}



/*
|--------------------------------------------------------------------------
| Max Width #900px
|--------------------------------------------------------------------------
*/
@media (max-width: 900px) {
	.shipping-confirm--overlay {
		/* top: 50%;
		transform: translate(-50%,-50%); */
		/* top: 50px; */
		padding: 25px;
	}
	

	.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%;
	}

	.brand-letters--grid {
		display: block!important;
		padding: 0 10px 30px 10px;
		margin-top: -10px;
	}
	.brand-letter {
		display: inline-block;
		float: none;
		width: 40px;
		margin: 1px 0;
	}

	.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;
	}

	.home-welcome {
		margin: 30px 0 0 0;
	}

	.footer-right {
		padding: 30px 0 0 0;
	}

	.home-welcome {
		padding: 20px;
	}

	.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;
	}

	.main-usps {
		padding: 15px 50px;
	}

	.category-features--inner > a {
		width: 50%;
		font-size: 16px;
		line-height: 1.1;
	}

	.split-header {
		flex-direction: column;
	}
	.split-header--img {
		position: relative;
		width: 100%; 
		height: 290px;
	}
	.split-header--text {
		margin-left: 0!important; 
		width: 100%!important;
	}
	.split-header--text > * {
		max-width: 100%;
	}

	.split-content--inner > div {
		flex-direction: column;
	}
	.split-content--block-outer {
		width: 100%;
	}

	.content-block--inner {
		flex-direction: column-reverse;
	}
	.content-block--text, .content-block--img {
		width: 100%;
		padding-top: 35px;
		padding-bottom: 10px;
	}
	.content-block--text > div {
		width: 100%;
	}

	.meet-team--row {
		display: inline-table!important;
	}
	.meet-team--row > div {
		width: 50%; 
		display: inline-block;
	}

	.article-images {
		flex-direction: column;
		margin-left: 0;
	}
	.article-images--img {
		width: 100%; 
		height: auto;
		margin-left: 0;
	}

	.overlay .listing-overview--top--img {
		width: 270px;
	}
}



/*
|--------------------------------------------------------------------------
| Max Width #800px
|--------------------------------------------------------------------------
*/
@media (max-width: 800px) {
	.listing-multibuy-banner {
		clip-path: polygon(0% 0%,100% 0%,95.5% 50.00%,100% 100%,0% 100%);
	}
	
	.footer-newsletter--form {
		justify-content: center;
	}
	.footer-newsletter--form > form {
		flex-direction: column;
		width: 600px; 
		max-width: 100%;
		overflow: hidden;
		border-radius: 10px;
	}
	.footer-newsletter--form .input {
		border: 0!important;
		margin-bottom: 2px;
	}
	.button--footer__form {
		border-radius: 0; 
		margin-top: 2px;
	}
	.footer-newsletter--form > form > * {
		width: 100%;
	}

	.account-details--title-text {
		float: none;
		clear: left;
		width: 100%;
		max-width: 100%;
		padding: 0 0 30px;
	}

	.polaroid-banners--inner {
		flex-direction: column;
	}
	.polaroid-banners--item {
		margin: 40px 10px 10px 10px;
	}

	.split-content--inner {
		padding: 0 10px;
	}

	.product-list-tabs > div > span {
		font-size: 26px;
	}

	.news-include .spp-title-lg {
		margin-bottom: 70px;
	}
	.news-include .spp-title-lg .button {
		right: unset; 
		left: 50%; 
		top: 100%; 
		margin-top: 10px;
		transform: translateX(-50%);
	}

	.category-main .category-grid > div {
		width: 33.333333%;
	}


	.overlay .listing-overview--top--img {
		width: 220px;
	}
	.slide-newsletter--form {
		padding: 0;
		border: 0;
	}
	.slide-newsletter--form > form {
		flex-direction: column;
		border-radius: 10px;
		overflow: hidden;
		margin: 10px 0 15px;
	}
	.slide-newsletter--form > form > * {
		width: 100%;
		margin-right: 0 !important; margin-left: 0 !important;
	}
	.slide-newsletter--form > form > *:not(:last-child) {
		margin-bottom: 2px;
	}
	.button.button--slide-nsltr__form {
		width: 100%;
	}
	.slide-nsltr__consent {
		justify-content: center;
		padding: 12px;
	}
	.slide-newsletter--title {
		font-size: 20px;
	}
}



/*
|--------------------------------------------------------------------------
| Max Width #767px
|--------------------------------------------------------------------------
*/
@media (max-width: 767px) {
	h3 {
		font-size: 22px;
	}
	h1.h1-style-lg {
		font-size: 44px;
		margin-bottom: 25px;
	}
	.category--header h1 {
		font-size: 38px;
	}
	.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%!important;
	}
	.product-list--tab-item .product-grid, .listing-related--products .product-grid {
		margin-left: -15px;
	}
	.product-list--tab-item .product-grid--item, .listing-related--products .product-grid--item {
		padding: 0 0 15px 15px;
	}

	.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;
	}

	.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%;
	}

	.article-list--item {
		width: 50%;
	}

	.overlay .listing-overview--top {
		flex-direction: column;
	}
	.overlay .listing-overview--top--img {
		width: 100%;
		margin: 0 0 20px;
	}
	.overlay .listing-overview--top--img img {
		max-height: 250px;
	}

	.listing-overlay--options {
		max-height: 200px;
	}

	#listing-options-overlay .overlay--inner {
		background-color: transparent;
		padding: 0 10px;
		margin-top: 40px;
		top: 0;
		bottom: 0;
		transform: none;
		left: 0;
		max-width: 100%;
	}
	#listing-options-overlay .overlay--close {
		right: 10px;
	}
	.overlay-listing--main {
		overflow-y: auto;
		max-height: 95%;
		background-color: #FFF;
		padding: 20px;
	}

	.home-slide h3 {
		font-size: 40px;
		line-height: 44px;
	}

	.dbl.dbl-responsive, .dbl.dbl-responsive > .dblr {
		display: flex;
		flex-direction: column;
	}
	.dbl.dbl-responsive {
		border: 0;
        white-space: normal;
        text-align: right;
	}
	.dbl.dbl-responsive > .dblr {
		border: 1px solid #aaa; 
	}
	.dbl.dbl-responsive > .dblr:not(:last-child) {
		margin-bottom: 15px;
	}
	.dbl.dbl-responsive .dblc {
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 100%;
		border-bottom: 1px solid #aaa!important;
		font-size: 13px;
	}
	.dbl-cel--title {
		font-weight: 600;
		display: block;
		text-align: left;
		margin-right: 12px;
	}
	.dbl-btns {
		flex: 1; 
		width: calc(100% - 6px);
		flex-direction: row;
	}

	.mob-hide, .dbl-resp--mob.moved, .dbl-responsive .dbl-heads {
		display: none!important;
	}

	.dbl-responsive + .order-totals {
		display: flex;
		flex-direction: column;
		margin-top: 15px;
		border-top: 1px solid #aaa;
		padding: 10px;
	}
	.dbl-responsive + .order-totals > * {
		width: 100%;
	}
	.dbl-responsive + .order-totals > *:not(:last-child) {
		margin-bottom: 10px;
	}
	.dbl-responsive + .order-totals .button {
		width: 100%;
	}

	.home-slide--mobile-img {
        display: flex !important;
        position: absolute;
        top: 40px; left: 0; bottom: 0; right: 0;
        padding: 0 !important;
        background-color: #000;
    }
	.home-slide--mobile-img img {
		position: absolute;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
		min-height: 100%;
		min-width: 100% !important;
        width: auto !important;
        max-width: unset;
		opacity: 0.86;
	}
	.home-slide--mobile-img + * {
		position: relative;
	}

	.home-slider {
		display: none!important;
	}
	.main-usps {
		margin-top: 0;
	}
	.category-features {
        padding: 35px 0 35px;
    }
}



/*
|--------------------------------------------------------------------------
| Max Width #700px
|--------------------------------------------------------------------------
*/
@media (max-width: 700px) {
	.panel--padding-50 {
		padding: 35px 0;
	}
	.grid--50 {
		margin: 0 -30px -30px 0;
	}
	.grid--50 > * {
		padding: 0 30px 30px 0;
	}
	
	.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: 350px;
		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;
	}

	.category-block {
		padding: 100px 20px;
	}

	.category-block--main {
		display: inline-table; 
		padding: 0 20px 50px;
	}
	.category-block--item[class^="cb--item--"], .category-block--item[class*="cb--item--"] {
		display: inline-block; 
		width: 50%; 
		margin-top: 90px; 
		position: relative;
	}
	.category-block--item[class^="cb--item--"]::before, .category-block--item[class*="cb--item--"]::before {
		position: absolute; 
		bottom: -100%; 
		margin-bottom: 42px; 
		left: 50%; 
		transform: translateX(-50%);
	}

	.listing--additional-info .listing--reviews {
		margin-top: 0;
	}
	.listing-header--main {
		padding: 20px 0;
	}
	.listing-header h1 {
		font-size: 28px;
	}
}

/*
|--------------------------------------------------------------------------
| Min Width #600px
|--------------------------------------------------------------------------
*/
@media (min-width: 601px) {
	.category-main .category-grid > div:not(.category-grid__toggle, .view-all-block) {
		display: block!important;
	}
}

/*
|--------------------------------------------------------------------------
| Max Width #600px
|--------------------------------------------------------------------------
*/
@media (max-width: 600px) {
	.shipping-confirm--overlay {
		max-height: 80%;
		padding: 20px;
	}
	.shipping-confirm--text {
		font-size: 13px;
		flex: 1;
		overflow: scroll;
		overflow-x: auto;
		padding-right: 10px;
	}
	.shipping-confirm--text::-webkit-scrollbar {
		width: 8px;
	}
	.shipping-confirm--text::-webkit-scrollbar-track {
		background: transparent; 
	} 
	.shipping-confirm--text::-webkit-scrollbar-thumb {
		background-color: darkgrey;
		border-radius: 10px;
	}
	.shipping-confirm--action > * {
		max-width: 100%;
	}

	.footer-main.open .footer-nav,
	.footer-newsletter.open,
	.footer-nav--mbl-button {
		display: block;
	}

	.footer-nav,
	.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/stef/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/stef/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;
		width: 100%;
	}
	.cart-item-content > .flex {
		flex-direction: column;
	}
	.cart-item-content .cart_qty_input {
		align-self: start;
		margin-bottom: 10px;
	}
	.cart-item-content .cart-item-stock-cont {
		align-self: start;
	}

	.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;
	}

	.home-slide h3 {
		font-size: 36px; 
		line-height: 40px;
	}
	.home-slider--buttons {
		flex-direction: column;
	}
	.home-slider--buttons a:not(:last-of-type) {
		margin-bottom: 10px;
	}

	.prod-list-container {
		padding: 0 15px;
	}
	.tabbed-product-list > div {
		
	}
	.product-inner--titles {
		font-size: 14px;
	}
	.product-inner-row.flex {
		flex-direction: column;
		align-items: flex-start;
	}
	.product-inner-row .stock-status {
		margin-bottom: 10px;
	}

	.category-features--inner > a {
		/* width: 100%; */
	}

	.category-block--bottom {
		flex-direction: column;
		padding: 20px;
	}
	.category-block--bottom a:not(:last-of-type) {
		margin-bottom: 10px;
	}

	.blog-category--top {
		margin: 65px 0;
		position: relative;
	}
	.category-tabs {
		position: absolute;
		top: 100%; 
		margin-top: 10px;
	}
	.category-tabs--inner {
		display: inline-table;
	}

	.article-list--item {
		width: 100%;
	}

	.shop-sorting {
		flex-direction: column;
		justify-content: center;
	}
	.shop-sorting .sort-by-container {
		width: 100%; 
		float: none;
	}
	.shop-sorting > .flex { 
		justify-content: center;
		margin-top: 10px;
	}

	.listing-header--top > div {
		flex-direction: column;
	}
	.listing-page .addthis_button {
		margin-top: 10px;
	}

	.listing-header--top .breadcrumb-trail {
		text-align: center;
	}

	.listing-related--products {
		padding: 20px 20px 10px;
	}

	.footer-main--inner {
		padding: 40px 0;
	}
	.footer--column-container {
		width: 100%;
	}

	.split-header--text {
		padding: 30px 20px;
	}
	.split-header.split-header--lg .split-header--text > h1 {
		font-size: 40px;
	}

	.category-grid {
		display: flex; 
		/* flex-direction: column; */
		/* margin: 0; */
		margin-right: -10px;
	}
	/*.category-grid__toggle {
		display: flex;
		justify-content: space-between;
		padding: 10px 20px;
		font-size: 18px;
		text-align: left;
		width: 100%!important;
		transition: ease-in-out .2s;
		background-color: #ebebeb;
		color: #333;
		cursor: pointer;
	}
	.category-grid__toggle:hover {
		opacity: .8;
	}
	.category-grid__toggle > svg {
		transition: ease-in-out .2s;
	}
	.category-grid__toggle.open > svg {
		transform: rotate(180deg);
	}
	*/

	.category-grid a > div {
		padding: 10px 20px 0;
		font-size: 12px;
	}
	.category-main .category-grid > div:not(.category-grid__toggle):first-of-type {
		border-top: 0;
	}
	.category-main .category-grid > div:not(.category-grid__toggle) {
		text-align: center;
		width: 50%;
		/* padding: 0; */
		padding: 0 10px 10px 0;
		/* border-top: 1px solid #d9d9d9; */
	}
	.category-main .category-grid > div > a {
		width: 100%;
	}
	.category-grid a > img {
		/* display: none; */
	}

	.category-grid {
		padding: 20px;
	}

	.noProdMsg {
		text-align: center;
	}

	.sub-navtrail .breadcrumb-trail {
		text-align: center;
	}

	.split-header.split-header--lg .split-header--text .split-header__xl-text p {
		font-size: 22px;
	}

	.overlay .listing-overview--top--main h1 {
		font-size: 22px;
	}

	.slide-newsletter--title {
		font-size: 18px;
	}
}



/*
|--------------------------------------------------------------------------
| Max Width #570px
|--------------------------------------------------------------------------
*/
@media (max-width: 570px) {
	.home-slide {
		padding: 130px 0 30px;
	}
	.home-slider button.slick-arrow {
		margin-top: 40px;
	}
	.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;
	}

	.category-block--item {
		width: 100%!important;
	}

	.home-slider .home-slide > div,
	.main-usps {
		margin-top: 0;
	}

	.order-btns .button {
		width: 100%;
	}
}



/*
|--------------------------------------------------------------------------
| Max Width #500px
|--------------------------------------------------------------------------
*/
@media (max-width: 500px) {
	h1.h1-style-lg {
		font-size: 38px;
		margin-bottom: 25px;
	}
	.cms-navtrail {
		display: none;
	}

	.order-panel,
	.request-form--input,
	.banner {
		width: 100%;
	}

	.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 {
		
	}

	.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-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;
	}

	.news-include--inner > div {
		width: 100%;
	}


	.help-sub:not(.contact-page) .icon-list--spp > div:not(.icon-list--spp--half) {
		display: inline-table;
	}
	.icon-list--spp--half {
		width: 100%; 
	}
	.icon-list--spp--half:not(:last-of-type) {
		margin-bottom: 20px;
	}

	.listing-header h1 {
		font-size: 24px;
	}
	form.listing-comments-form > div.flex {
		flex-direction: column;
	}
	.listing-review-stars {
		float: none; 
		width: 100%; 
		margin-top: 30px;
	}
	.listing-side--under {
		display: flex; 
		flex-direction: column;
	}
	.listing-side--under span {
		margin-top: 10px
	}
	
	.cart-subscriptions {
		font-size: 20px;
	}
	.listing-page .listing-overview--top-inner {
		flex-direction: column;
		align-items: flex-start;
	}
	.overlay .listing-overview .listing-buy {
		flex-wrap: wrap;
		align-items: flex-start;
	}

	.home-slide h3 {
		font-size: 32px;
		line-height: 1.1;
	}

	.home-slide .content {
		font-size: 14px;
	}

	.home-slide {
		min-height: auto;
	}

	.main-usps {
		padding: 10px 50px 15px;
	}

	.category-features {
		padding: 25px 0;
	}

	.category-features--inner {
		margin-bottom: 0;
	}

	.category-features .button {
		display: block;
		width: 100%;
	}

	.header-main .header-main--basket svg {
		display: none;
	}
	.option-radio__inner {
		padding: 12px;
		font-size: 13px;
	}
	.header-basket--dd, .header-basket--dd-add {
		position: fixed;
		top: 0;
		left: 10px;
		max-width: calc(100% - 20px);
	}
	.header-basket--dd--bottom .button {
		padding: 10px 15px;
	}

	.listing-overview--content {
		padding: 15px 20px;
	}
	.listing-page .listing-overview--top-inner > * {
		padding: 0 10px 10px 0;
	}
	.listing-radio-switch label {
		padding: 8px;
	}
	.listing-price {
		font-size: 26px;
	}

	.account-table .dblc {
        padding: 10px 8px;
    }
}



/*
|--------------------------------------------------------------------------
| Max Width #479px
|--------------------------------------------------------------------------
*/
@media (max-width: 479px) {
	h3 {
		font-size: 20px;
	}
	.category--header h1 {
		font-size: 34px;
	}
	.panel--padding-50 {
		padding: 25px 0;
	}
	.grid--50 {
		margin: 0 -25px -25px 0;
	}
	.grid--50 > * {
		padding: 0 25px 25px 0;
	}

	.overlay--header-action .button {
		width: 100%;
		margin-bottom: 10px;
	}

	.overlay--header-action .button:last-child {
		margin-bottom: 0;
	}

	.listing-action-bar {
		flex-direction: column;
		align-items: flex-start;
	}

	.button.heart {
		margin: 5px 0 0;
		width: 24px;
	}

	.listing-side--br {
		width: 100%;
		padding-top: 8px;
	}

	.mobile-menu--btn-cont,
	.mobile-cart--btn-cont {
		height: 60px;
	}

	.mobile-menu--btn-cont,
	.mobile-cart--btn-cont {
		width: 70px;
		min-width: 70px;
	}

	.mobile-menu--btn {
		padding: 14px;
	}

	.mobile-cart--btn-cont {
		line-height: 60px;
	}

	.header-main .logo {
		top: 6px!important; 
		max-width: 130px;
	}

	.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;
	}

	.footer-payment img {
		width: 100%;
		height: auto;
	}

	.mobile-cart--btn-cont a {
		
	}
	.mobile-cart--btn-cont svg {
		display: none;
	}

	.cart-items--action .button {
		width: 100%;
		text-align: center;
	}

	.checkout-header {
		padding: 6px 0;
	}
	.checkout-header .brand a img {
		height: 50px;
	}
	.checkout-segment .input.segment-50 {
		width: 100%;
	}

	.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 a {
		font-size: 20px;
	}

	.mobile-store {
		padding-top: 10px;
	}

	.mobile-nav .mobile-store--link {
		margin-bottom: 0;
	}

	input.mobile-search--input {
		padding: 15px;
	}
	.input.mobile-search--submit {
		right: 20px; 
		width: 25px; 
		height: 25px;
	}

	.mobile-social-title {
		font-size: 20px;
		padding-bottom: 10px;
	}

	.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/stef/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;
	}

	.meet-team--row > div {
		width: 100%;
	}

	.comments-form > .flex {
		flex-direction: column;
	}
	.comments-form .button {
		margin-top: 10px;
	}

	.product-inner--titles {
		font-size: 12px;
	}
	.prod_button .qty-pm {
		width: 100%;
		margin-right: 0;
	}
	.prod_button .qty-pm > input[type="number"] {
		width: 100%;
	}

	.listing-overview--top--options {
		padding: 25px
	}

	.header-main, .header-main--basket {
		height: 60px;
	}
	.header-main--basket {
		min-width: 70px;
	}
	.listing-main {
		padding-bottom: 15px;
	}
	

	.listing--additional-info--text {
		margin-bottom: 25px;
	}

	.account-main,
	.account-login--block {
		padding: 20px;
	}

	.account-login--block .input-grid .segment-50 {
		width: 100%;
	}

	.home-slider .home-slide > div {
        padding: 20px 36px;
    }

}

/*
|--------------------------------------------------------------------------
| Max Width #420px
|--------------------------------------------------------------------------
*/
@media (max-width: 420px) {
	.product-inner--titles {
		font-size: 14px;
	}
	.icon-list--spp > div:not(.icon-ist--spp--half) > .icon-list--svg, .icon-list--spp-half > div > .icon-list--svg {
		display: none;
	}
}

/*
|--------------------------------------------------------------------------
| Max Width #400px
|--------------------------------------------------------------------------
*/
@media (max-width: 400px) {
	.brand a {
		height: 50px;
	}

	.category-grid a > div {
		font-size: 11px;
	}

	.mobile-search--submit {
		height: 70px;
	}

	.mobile-nav li {
		padding: 0;
	}

	.mobile-nav li a {
		padding: 8px 0;
	}

	.mobile-nav a {
		font-size: 18px;
	}

	.mobile-nav.static-mobile-nav, .mobile-action, .mobile-menu--dark {
		padding: 15px;
	}

	.mobile-action .icon, .mobile-menu--dark a {
		font-size: 14px;
	}

	.mobile-action .icon {
		background: none!important; 
		padding: 0!important;
	}

	.mobile-social-title {
		padding-bottom: 8px;
	}

	.mobile-social {
		padding: 10px 15px;
	}

	.payment-method--content {
		padding: 20px;
	}

	.home-slide h3 {
		font-size: 32px; 
		line-height: 34px;
	}

	.icon-list--spp > div:not(.icon-ist--spp--half), .icon-list--spp-half > div {
		font-size: 12px;
	}

	.header-basket--dd--bottom {
		flex-direction: column;
		padding: 15px;
	}
	.header-basket--dd--bottom .button {
		margin-bottom: 10px;
	}
	.header-basket--items {
		padding: 10px 15px;
	}
}