/*
|-----------------------------------------------------------------------------------------------------------------
| Responsive Stylesheet
|-----------------------------------------------------------------------------------------------------------------
*/




/*
|--------------------------------------------------------------------------
| Max Width #1800px
|--------------------------------------------------------------------------
*/
@media (max-width: 1800px) {
}


/*
|--------------------------------------------------------------------------
| Max Width #1650px
|--------------------------------------------------------------------------
*/
@media (max-width: 1650px) {
	.altcat-listing--slider > form {
		padding: 0 75px;
	}
	.halloween-page .altcat-favs .slick-arrow {
		height: 54px; 
		width: 54px;
	}
	.halloween-page .altcat-favs .slick-arrow.slick-prev {
		left: -50px;
	}
	.halloween-page .altcat-favs .slick-arrow.slick-next {
		right: -65px;
	}
}

/*
|--------------------------------------------------------------------------
| Max Width #1600px
|--------------------------------------------------------------------------
*/
@media (max-width: 1600px) {
	.product-grid .segment-20 {
		width: 25%;
	}
}

/*
|--------------------------------------------------------------------------
| Max Width #1500px
|--------------------------------------------------------------------------
*/
@media (max-width: 1500px) {
	.header-nav .header-nav--item > div > a {
		padding: 16px 20px;
	}
}



/*
|--------------------------------------------------------------------------
| Max Width #1400px
|--------------------------------------------------------------------------
*/
@media (max-width: 1400px) {
	.header-nav .header-nav--item > div > a {
		padding: 16px 13px;
		font-size: 15px;
	}

	#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;
	}

	.listing-main, .listing-side {
		width: 50%;
	}
}



/*
|--------------------------------------------------------------------------
| 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 #1300px
|--------------------------------------------------------------------------
*/
@media (max-width: 1300px) {
	.listing-checkbox {
		padding: 10px 15px;
	}
}

/*
|--------------------------------------------------------------------------
| Max Width #1280px
|--------------------------------------------------------------------------
*/
@media (max-width: 1280px) {
	.header-nav .header-nav--item > div > a {
		font-size: 14px;
	}
	.listing-related--products .product-grid {
		display: block;
	}
	.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;
	}

	.listing-side-blocks.flex {
		flex-wrap: wrap;
	}
	.listing-side-blocks > div:first-of-type {
		width: 100%;
		flex: auto;
	}
	.listing-side-block.trustpilot-widget-container, .listing-side-blocks > div:first-of-type .listing-side-block {
		border: 0;
	}

	.halloween-cats > .grid--40 {
		margin: 0 -20px -20px 0;
	}

	.halloween-cats > .grid--40 > * {
		padding: 0 20px 20px 0;
	}

	.halloween-cat--text > div {
		font-size: 30px;
	}

	.halloween-cat--text > span {
		font-size: 16px;
	}

	.halloween-title--block {
		padding: 0 0 60px;
		font-size: 40px;
	}

	.halloween-title--block > span {
		font-size: 100px;
		line-height: 1;
	}
}



/*
|--------------------------------------------------------------------------
| Max Width #1200px
|--------------------------------------------------------------------------
*/
@media (max-width: 1200px) {
	.header-nav .header-nav--item > div > a {
        font-size: 13px;
    }
	.listing-checkbox--checkbox {
		height: 29px;
		width: 29px;
	}
	.listing-checkbox > img {
		width: 65px;
	}
	.listing-checkbox--title, .listing-checkbox--price {
		font-size: 14px;
	}

	.product-grid--item-inner:hover .product--overlay-top,
	.product-grid--item-inner:hover .product--overlay-bottom {
		display: none;
	}

	.sidebar,
	.sidebar:before {
		width: auto;
		margin-bottom: 10px;
	}

	.shop-topbar > .container > .flex {
		flex-direction: column;
		justify-content: center;
	}
	.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;
	}

	.breadcrumb-trail {
		padding: 15px 25px;
	}
	
	.article-list--item {
		width: 50%;
	}
	
	.blog-cat .img-title img {
		width: 310px; 
		max-width: 100%;
	}
	.blog-cat--cat-list {
		flex-wrap: wrap;
	}
	.category-tabs--item {
		font-size: 16px;
		margin: 5px 6px;
	}
	.category-tabs--item.sel {
		margin: 5px 18px;
	}

	.altcat-header {
		height: 680px;
	}
	.altcat-header--text {
		margin: 100px auto 0;
	}
	.altcat-header--categories {
		margin-bottom: -55px;
	}

	.halloween-cat--text > div {
		font-size: 26px;
	}

	.halloween-cat--text {
		padding: 15px;
	}
}


/*
|--------------------------------------------------------------------------
| Max Width #1100px
|--------------------------------------------------------------------------
*/
@media (max-width: 1100px) {

	.header-main .trustpilot-widget-header {
		margin-bottom: 0;
	}

	.feature-collage--row > .flex.flex-rev .feature-collage--lg {
		padding-left: 20px; 
	}
	.feature-collage--row > .flex:not(.flex-rev) .feature-collage--lg {
		padding-right: 20px;
	}
	.feature-collage--sm {
		margin-right: -20px; 
		width: 68%; 
	}
	.feature-collage--sm > div {
		padding-right: 20px;
		padding-bottom: 20px;
	}

	.altcat-header {
		height: 590px;
	}
	.altcat-header--text {
		margin-top: 50px;
	}

	.instafeed > a:last-of-type {
		display: none;
	}
	
	
}


/*
|--------------------------------------------------------------------------
| Max Width #1023px
|--------------------------------------------------------------------------
*/
@media (max-width: 1023px) {
	.listing-deadline {
		justify-content: center;
	}
	.listing-checkbox--info {
		width: 180px;
	}
	.options_container_radio, .listing-price--outer, .listing-buy  {
		justify-content: center;
	}
	.options_text, .listing-price--outer, .listing-notify {
		text-align: center!important;
	}
	.listing-checkboxes {
		align-items: center;
	}
	.listing-checkbox {
		max-width: 600px;
		justify-content: center;
	}

	
	.header-top,
	.checkout-stages {
		display: none;
	}
	.header-search--mobile,
	.mobile-menu--btn-cont,
	.mobile-menu,
	.filter-subcategories,
	.checkout-breadcrumbs {
		display: block;
	}

	.checkout-header {
		padding: 10px 0;
	}
	.checkout-header .brand img {
		height: 80px;
	}

	.account-panel,
	.account-panels--wide .account-panel {
		width: 50%;
	}

	header {
		text-align: center;
		min-height: auto;
		overflow: hidden;
		/*border-bottom: 2px solid #e71f25;*/
	}
	header,  .header-main {
		height: 100px !important;
	}
	.header-main {
		padding: 0;
	}
	.header-main > div > div.flex {
		justify-content: center;
	}
	.mobile-cart--btn-cont {
		display: flex!important;
	}
	
	.logo {
		margin: 0;
	}
	.logo img {
		height: 75px; 
		margin: 10px 20px;
	}

	.header-main--center, .header-main--basket {
		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;
	}

	.category-row--inner {
		flex-wrap: wrap; 
		justify-content: center;
	}

	.altcat-header {
		margin-bottom: 35px;
	}
	.altcat-header--categories {
		margin-bottom: -25px;
	}
	.altcat-header--categories a > span span {
		font-size: 26px;
	}
	.altcat-listing--slider .product-inner {
		display: flex; 
		flex-direction: column;
	}
	.altcat-listing--slider .product-inner--image {
		flex: 1;
	}

	.listing-mobile--title {
		display: block; 
		text-align: center;
	}
	.listing-overview--top-inner h1, .listing-overview--top-inner h2 {
		display: none;
	}
	.listing-top--container.flex {
		margin-top: -20px;
		flex-direction: column;
		align-items: center;
	}
	.listing-side, .listing-main {
		width: 100%; 
		max-width: 750px;
		padding: 0;
	}
	.listing-mobile--title h1 {
		font-size: 32px; 
		padding: 0 20px;
	}

	.listing-flash-banner {
		left: 50%;
		transform: translateX(-50%);
	}
	.listing-title--flash {
		justify-content: center;
		text-align: center;
	}

	.header-mob--left, .header-mob--right, .mobile-header--account {
        display: flex;
    }

	.mobile-menu--btn-cont {
        display: flex;
        align-items: center;
        justify-content: center;
    }

	.option-row--image > img {
        max-width: 50px;
        max-height: 50px;
    }
	.option-row--title {
        font-size: 14px;
    }
	.option-row--price {
        font-size: 15px;
    }
}



/*
|--------------------------------------------------------------------------
| Max Width #1000px
|--------------------------------------------------------------------------
*/
@media (max-width: 1000px) {
	.sidebar .filters--title,
	.sidebar:before,
	.shop--navtrail .breadvrumb-trail {
		display: none;
	}

	.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%;
	}

	.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/party/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/party/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;
	}

	.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;
	}

	/*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;
	}*/
}


/*
|--------------------------------------------------------------------------
| Max Width #950px
|--------------------------------------------------------------------------
*/
@media (max-width: 950px) {
	.home-feature--container {
		padding: 0;
	}
	.home-feature {
		flex-direction: column;
		padding-top: 0;
	}
	.home-feature > div {
		width: 100%;
	}
	.home-feature--main {
		margin-bottom: 20px;
	}
	.home-feature--side {
		padding: 0 20px; 
		margin-right: -20px;
		flex-direction: row;
	}
	.home-feature--side > a:not(:last-of-type) {
		margin-right: 20px;
	}

	.halloween-title--block > span {
		font-size: 80px;
		top: 14px;
	}

	.halloween-title--block {
		font-size: 36px;
		padding-bottom: 40px;
	}

	.halloween-cats > .grid--40 > * {
		padding: 0 10px 10px 0;
	}

	.halloween-cats > .grid--40 {
		margin: 0 -10px -10px 0;
	}

	.halloween-cats + .halloween-content {
		padding-top: 40px;
	}

}


/*
|--------------------------------------------------------------------------
| Max Width #900px
|--------------------------------------------------------------------------
*/
@media (max-width: 900px) {
	.breadcrumbs {
		display: none;
	}
	.breadcrumb-trail {
		text-align: center;
	}
	.breadcrumb-trail.flex {
		flex-direction: column;
		align-items: center;
	}
	.breadcrumb-trail > span {
		margin-top: 8px;
	}

	.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;
	}

	.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-nav {
		padding: 30px;
	}
	.footer-nav > .flex {
		flex-wrap: wrap;
	}
	.footer-nav a {
		width: 33.33333%;
		margin: 5px 0;
		text-align: center;
	}

	.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;
	}

	.altcat-header {
		margin-bottom: 0;
	}

	.content-page--split {
		flex-direction: column;
	}
	.content-page--side-blocks {
		display: flex;
		width: 100%; 
		margin: 0 0 20px;
		justify-content: center;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.content-page--side-block {
		justify-content: center;
		width: 49%; 
		height: 140px;
	}

	.halloween-cats .segment-33 {
		width: 50%;
	}

	.option-row--title {
        font-size: 13px;
        line-height: 1.3;
        margin-right: 10px;
    }
	.option-row--title {
        width: 100%;
        flex: none;
        margin-right: 0;
        margin-bottom: 3px;
        font-size: 14px;
    }
	.option-row--qty.input-listing-qty.input input[type="number"] {
        padding: 8px 5px;
    }
}



/*
|--------------------------------------------------------------------------
| Max Width #800px
|--------------------------------------------------------------------------
*/
@media (max-width: 800px) {
	.listing-overview--left {
		width: 305px;
	}
	.listing-overview--left h1 {
		font-size: 15px;
	}
	.listing-overview--img {
		width: 220px;
	}

	.account-details--title-text {
		float: none;
		clear: left;
		width: 100%;
		max-width: 100%;
		padding: 0 0 30px;
	}

	.feature-collage {
		display: flex;
		justify-content: center;
		padding: 40px 10px 25px 10px;
	}
	.feature-collage--row > .flex {
		flex-direction: column;
		padding: 0 7.5px;
		justify-content: center;
		align-items: center;
	}
	.feature-collage--row .feature-collage--lg, .feature-collage--row .feature-collage--sm {
		padding: 0!important; 
		margin: 0;
		width: auto;
		display: flex; 
		flex-direction: column;
		align-items: center;
	}
	.feature-collage--row .feature-collage--lg {
		margin-bottom: 16px;
	}
	.feature-collage--sm > div {
		padding: 0; 
		width: auto; 
		margin-bottom: 15px;
	}

	.altcat-header {
		height: auto;
	}
	.altcat-header--text {
		padding: 0 20px;
	}
	.altcat-header h1 {
		font-size: 38px;
	}
	.altcat-header--categories {
		margin: 20px 0; 
	}
	.altcat-header--categories > div.flex {
		flex-wrap: wrap;
	}
	.altcat-header--categories > div > div {
		width: 50%;
	}

	.contact-page--info {
		margin-top: 25px;
		flex-direction: column;
		align-items: center;
	}
	.contact-page--info > *:not(:last-child) {
		margin-bottom: 5px;
	}
	form#contact_us {
		margin-top: 30px;
	}
}



/*
|--------------------------------------------------------------------------
| Max Width #767px
|--------------------------------------------------------------------------
*/
@media (max-width: 767px) {
	.listing-overview--right .listing-side-block {
		display: none;
	}
	.listing-overview--right .listing-details {
		padding: 0 0 10px 0;
	}
	.listing-overview--left {
		width: 245px;
	}

	h1, .content--title {
		font-size: 44px;
		line-height: 1;
	}
	h2 {
		font-size: 38px; 
	}
	h3 {
		font-size: 34px;
	}
	h4 {
		font-size: 28px;
	}
	.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;
	}

	.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%;
	}


	/*Mobile Filters*/

	.category-filters-container {
		width: 100%;
		display: flex;
		flex-direction: row-reverse;
	}
	.category-filters-container .sort-by--pp {
		flex: 1;
	}
	.category-filters-container .sort-by--pp .sort-by label {
        position: absolute;
        left: 15px;
        top: 6px;
    }
	.category-filters-container .sort-by .select2-container--default .select2-selection--single .select2-selection__rendered {
        padding: 29px 13px 14px;
    }
	.category-filters-container .sort-by--pp + .shop-topbar--filter.sidebar {
		margin: 0;
		flex: 1;
	}	
	.category-filters-container .sort-by--pp .sort-by .select2-container--default .select2-selection--single .select2-selection__arrow {
		top: 20px;
	}

	.category-listing-sort .sort-by--pp {
		display: none;
	}

	.shop-topbar--filter.sidebar {
		width: 100%;
		max-width: 500px; 
		margin: 0 auto;
	}
	#sidebar--mbl-filters {
		display: block;
		width: 100%;
	}

	#mbl-filters {
		background: #5d3385;
		color: #fff;
		border-radius: 5px; 
		margin-bottom: 10px;
		display: flex; 
		justify-content: center;
		text-transform: uppercase;
		align-items: center;
	}
	#mbl-filters svg {
		transition: ease-in-out .2s;
	}
	#mbl-filters.filter-open {
		border-radius: 5px 5px 0 0;
	}
	#mbl-filters.filter-open svg {
		transform: rotate(180deg);
	}

	#mbl-filters-sub {
		display: none;
		border-bottom: 2px solid #ebebeb; 
		padding: 10px;
		margin-bottom: 20px;
	}
	#mbl-filters-sub > .filters.flex {
		flex-direction: column;
	}
	.shop-topbar .filter_option {
		width: 100%;
	}
	.shop-topbar .filter_option_title {
		display: none;
	}

	#mbl-filters span:after,
	#mbl-filters span:before {
		background: #fff;
	}

	#mbl-filters-sub .list-reset {
		/*padding: 4px 32px 22px 32px;*/ 
		width:100%;
	}

	.page-no-breadcrumb {
		padding-top: 35px;
	}

	.sort-by-container > .sort-by > form {
		text-align: center;
	}
	.radio-opts {
		flex-wrap: wrap;
		justify-content: center;
	}

	.category {
		margin-top: 10px;
	}

	/* .cat-grid--round {
		display: block; 
		margin: 15px auto 0; 
		width: 100%; 
		max-width: 500px;
	} */

	/* .category-grid--title {
		display: flex; 
		justify-content: space-between;
		padding: 15px; 
		border-radius: 5px; 
		background-color: #5d3385;
		text-transform: uppercase;
		color: #fff;
		align-items: center;
		cursor: pointer;
	}
	.category-grid--title svg {
		transition: ease-in-out .2s;
	}
	.category-grid--title.category-grid--open {
		border-radius: 5px 5px 0 0;
	}
	.category-grid--title.category-grid--open svg {
		transition: ease-in-out .2s;
	}
	.cat-grid--round a > img {
		display: none;
	}
	.category-grid--inner {
		display: none;
		margin: 0; 
	}
	.category-grid--inner > div {
		display: flex!important;
		padding: 0;
	}
	.category-grid--inner > div > a {
		display: block; 
		max-width: 100%;
		width: 100%;
		padding: 15px; 
		border-bottom:1px solid #d3d3d3; 
		background-color: #ebebeb;
	} */

	.category-grid--inner {
		flex-wrap: nowrap;
		overflow-x: scroll;
		justify-content: flex-start;
	}

	.cat-overflow-btn {
		display: none;
	}

	.content--title {
		padding-bottom: 20px; 
		margin-bottom: 30px;
	}

	.instafeed > a:nth-last-of-type(2) {
		display: none;
	}
	.cat-grid--round a,
	.category-grid--inner > div {
		width: 120px;
	}

	.shop-topbar .filter_option .filter ul {
		width: 100%;
		max-width: none;
	}

	.mobile-menu--btn {
        margin-right: 25px;
    }
	.mobile-header--account, .mobile-cart--btn-cont {
        font-size: 14px;
    }
	.mobile-header--account > svg {
        width: 14px;
        height: 18px;
    }

	.mobile-cart--btn-cont svg {
        height: 20px;
    }
	
	.content-container {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.mob-rm > p + * {
		display: none;
	}
	.mob-rm > p + *.mob-rm-hidden:last-child {
		margin-bottom: 15px;
	}
	.mob-rm--toggle {
        display: flex;
        align-items: center;
        margin: 0 auto;
        font-weight: 600;
        color: #222;
    }
	.mob-rm--toggle::after {
		margin-left: 6px;
	}

	.mc-signup-popup--inner {
		padding: 36px 40px;
	}
	.mc-signup-popup--title {
    	font-size: 32px;
	}
	.mc-signup-popup--subtitle {
		font-size: 15px;
		margin-bottom: 20px;
	}
}



/*
|--------------------------------------------------------------------------
| Max Width #700px
|--------------------------------------------------------------------------
*/
@media (max-width: 700px) {
	.listing-overview--left, .listing-overview--right {
		width: 100%;
		align-items: center;
		text-align: center;
		margin: 0;
	}
	.listing-overview--right .options_container_radio {
		justify-content: center;
	}
	.listing-overview--right .listing-details, #listing-options-overlay .listing-deadline, #listing-options-overlay .listing-side-blocks {
		display: none!important;
	}
	.listing-overview--left h1, .listing-overview--left h2 {
		text-align: center;
	}
	.listing-overview--left .listing-price--outer {
		text-align: center!important;
		justify-content: center!important;
	}
	#listing-options-overlay .listing-buy {
		padding-bottom: 0;
		border-bottom: 0;
		margin-bottom: 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: 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;
	}

	.home-feature--side {
		margin: 0; 
		flex-direction: column;
		align-items: center;
	}
	.home-feature--side > a:not(:last-of-type) {
		margin: 0 0 20px 0!important;
	}


	.category-tabs--item {
		font-size: 14px;
	}
	.article-list--item {
		width: 100%;
		text-align: center;
	}
	.article-list--img {
		background-size: contain;
	}

	.content-page--side-blocks {
		flex-direction: column;
	}
	.content-page--side-block {
		width: 100%;
		height: auto;
	}

	.article-content, .article-content * {
		display: flex; 
		flex-direction: column;
	}
	.article-content > * .image {
		margin-bottom: 10px;
	}
	.article-content .cms_image, .article-content .cms_image_right, .article-content .cms_image_left {
		padding: 0;
	}

	.size-guide--tables {
		width: 100%; 
		overflow-x: scroll;
	}
	.size-guide--table {
		width: 800px;
	}
	.size-guide--tabs {
		flex-wrap: wrap;
		margin-bottom: 20px;
	}
	.size-guide--tabs > div {
		margin: 0 10px 5px;
	}

	.listing-price--outer.flex-col + div {
		flex-direction: column;
	}
	.listing-price--outer.flex-col + div .input-listing-qty {
		margin: 0 0px 15px 0;
	}
	.listing-buy--buttons.default {
		justify-content: center!important;
	}
}



/*
|--------------------------------------------------------------------------
| Max Width #600px
|--------------------------------------------------------------------------
*/
@media (max-width: 600px) {
	h1, .content--title {
        font-size: 38px;
	}


	.listing-overview--img {
		width: 140px;
	}
	.listing-overview--left .listing-price {
		font-size: 22px;
	}
	#listing-options-overlay .overlay-listing--main {
		padding: 20px;
	}

	.footer-main.open .footer-nav,
	.footer-newsletter.open,
	.footer-nav--mbl-button {
		display: block;
	}

	.footer-newsletter,
	.cart-item-image {
		display: none;
	}
	.cart-item.cart-item-upsells {
		padding-bottom: 28px;
	}

	.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 a {
		width: 50%;
	}

	.footer-nav > ul {
		width: 100%;
		text-align: center;
	}

	.footer-nav > ul:first-child a,
	.comments--title,
	.article--title {
		font-size: 24px;
		line-height: 24px;
		margin-bottom: 20px;
	}
	.article--image {
		display: flex;
		justify-content: center;
		height: 280px; 
	}
	.cms_image, .cms_image_left, .cms_image_right {
		padding: 0!important;
	}
	.article-content img {
		margin-bottom: 10px;
	}

	.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/party/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/party/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;
	}
	
	.altcat-categories--inner > div > a {
		width: 50%;
	}
	.altcat-categories--inner > div > a > div {
		background-repeat: no-repeat;
		display: contents;
	}

	.basket-main--btns {
		flex-direction: column;
	}
	.basket-main--btns > a {
		margin: 0 0 10px 0!important;
		width: 100%; 
	}
	.basket-main--btns > div, .basket-main--btns input[type="submit"] {
		width: 100%;
	}

	.instafeed {
		flex-wrap: wrap;
	}
	.instafeed > a:not(:first-of-type) {
		display: none;
	}
	.header-search--mobile {
		right: 100px;
	}

	.halloween-cat--text > div {
		font-size: 21px;
	}

	.halloween-cat--text > span {
		font-size: 15px;
	}

	.halloween-title--block > span {
		font-size: 52px;
		top: 8px;
	}

	.halloween-title--block {
		font-size: 24px;
		padding-bottom: 30px;
	}

	.halloween-cats + .halloween-content {
		padding-top: 20px;
	}

	.listing-buy--buttons.default {
		justify-content: center;
	}
	.listing-buy--buttons.default > *, .listing-buy--buttons > * .button {
		width: 100%;
	}
	.listing-buy--buttons.default > *:not(:last-child) {
		margin-bottom: 20px;
	}
	.listing-price--outer + div .listing-buy--buttons > .listing-notify {
		margin-left: 0;
	}

	.mini--options-multibuy--container {
        justify-content: center;
    } 
	.mini--options_text {
        display: none;
    }
}



/*
|--------------------------------------------------------------------------
| 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;
	}

	.feature-collage {
		flex-direction: column;
	}

	.shop-topbar > div > div > .flex.flex-item:not(.shop-topbar--filter) {
		flex-direction: column;
	}
	.sort-by-container {
		
	}

	.category-row--inner > div {
		width: 50%;
		display: flex; 
		justify-content: center;
	}

	h2 {
		font-size: 36px;
	}
	h3 {
		font-size: 30px;
	}

	.account-order-buttons a, .account-order-buttons form {
		float: none;
		clear: both;
		margin-bottom: 10px;
	}

	.account-order-buttons a, .account-order-buttons button {
		display: block;
		width: 100%;
	}

	.mobile-header--account {
        padding: 5px 12px;
        overflow: hidden;
        text-indent: -1000px;
    }
	.mobile-header--account > svg {
        margin: 0;
    }
	.mobile-header--account span {
		display: none;
	}
}



/*
|--------------------------------------------------------------------------
| Max Width #500px
|--------------------------------------------------------------------------
*/
@media (max-width: 500px) {
	h1, .content--title {
        font-size: 34px;
	}

	.listing-overview--img {
		display: none;
	}
	
	.cms-navtrail {
		display: none;
	}

	#page_numbers a{
		margin: 0 1px;
		padding: 6px;
		font-size: 12px;
	}

	#page_numbers .previous_page a, #page_numbers .next_page a{
		padding: 6px 10px;
	}

	.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 {
		padding: 13px 15px;
	}

	.button-more-about-us {
		padding: 10px 15px 10px 80px;
	}

	.btn-read-article {
		padding: 7px 10px;
	}

	.button-small {
		padding: 8px 12px;
	}

	.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-bottom: 15px;
	}

	.cart-item-right .remove {
		bottom: 15px;
	}
	.cart-item.cart-item-upsells {
		padding-bottom: 0;
	}

	.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 {
		padding: 0;
		border-bottom: 0;
	}
	.footer-nav > .container {
		padding: 0;
	}
	.footer-nav a {
		width: 100%; 
		margin: 0; 
		padding: 10px; 
		border-bottom: 1px solid #d1d1d1;
	}

	.account-login--block {
		padding: 25px 25px 30px;
	}
	.account-login--buttons, .account-signup.flex {
		flex-direction: column;
	}
	.account-login--buttons > div:first-of-type, .account-signup > div:first-of-type {
		margin-bottom: 10px;
	}

	.listing-side-blocks > div {
		width: 100%;
		flex: auto;
	}
	.listing-price {
        text-align: center;
    }
	.listing-buy.flex {
		flex-direction: column;
	}
	#listing-options-overlay .listing-buy {
		flex-direction: row;
	}

	.input-listing-qty {
		margin-right: 20px;
	}

	.listing-deadline > small {
		display: flex; 
		flex-direction: column;
		margin-left: 8px;
	}

	.delivery-block--text {
		flex: 1;
	}

	.header-search--mobile svg {
		width: 28px;
		height: 28px;

	}
	.header-search--mobile {
		right: 90px;
		
	}
	.logo img {
		height: 60px; 
		margin: 20px;
	}

	.home-feature--main > a,
	.home-feature--side > a {
		background-image: none !important;
	}

	.home-feature--main > a img,
	.home-feature--side > a img {
		visibility: visible !important;
	}

	.home-feature a {
		display: block;
	}

	.mobile-menu--btn {
        width: 36px;
        margin-top: 6px;
    }

	.mobile-menu--btn div {
        margin: 0 0 6px;
    }
	.mobile-menu--btn.open div:nth-child(1) {
        -webkit-transform: translateY(5px);
        transform: translateY(5px);
    }
	.mobile-menu--btn.open div:nth-child(3) {
		-webkit-transform: translateY(-7px);
		transform: translateY(-7px);
	}
	.mobile-menu--btn span {
        height: 4px;
    }
	.mobile-header--account, .mobile-cart--btn-cont a {
        padding: 5px 8px;
    }

	.mobile-cart--btn-cont svg {
        height: 18px;
    }

	.listing-option-list {
        max-height: 350px;
    }
	.option-row--qty {
        width: 132px;
    }
	.listing-option--row .input-listing-qty {
        margin-bottom: 0;
    }
	.option-row--qty.input-listing-qty span.input-qty--less {
        margin: 3px -38px 3px 0;
    }
	.option-row--qty.input.input-listing-qty input[type="number"] {
        width: 132px;
    }
	.option-row--qty.input-listing-qty span.input-qty--more {
        margin: 3px 0 3px -38px;
    }

	.option-radio {
        min-width: 100%;
    }
	.listing-buy.flex {
        flex-direction: column;
    }
	.listing-qty-container {
        margin-bottom: 12px;
    }
	.listing-buy--buttons, .listing-buy--buttons > * {
        width: 100%;
    }

	.mc-signup-popup--inner {
        padding: 32px 32px;
    }
	.mc-signup-popup--title {
        font-size: 28px;
        margin-bottom: 10px;
    }
	.mc-signup-popup--subtitle {
        font-size: 14px;
        margin-bottom: 16px;
    }
	.mc-signup-popup--inner > form .input input {
		padding: 8px 12px !important;
	}
	.mc-signup-popup--action {
		margin-top: 16px;
	}
	.mc-signup-popup--action > input[type="submit"] {
		padding: 9px 28px 10px;
	}
}



/*
|--------------------------------------------------------------------------
| Max Width #479px
|--------------------------------------------------------------------------
*/
@media (max-width: 479px) {
	/*header {
		height: 60px !important;
	}

	.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 {
		margin: 14px auto;
	}

	.mobile-cart--btn-cont {
		line-height: 60px;
	}*/

	.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 {
		font-size: 30px;
		padding: 10px 0 0 30px;
		background-position-y: 10px;
	}*/

	.cart-items--action .button {
		width: 100%;
		text-align: center;
	}

	.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;
	}

	.delivery-addresses .checkout-segment .input {
		width: 100%;
	}

	.mobile-action {
		padding: 10px 20px;
	}

	.mobile-menu--login {
		padding: 15px 25px;
	}

	.mobile-nav--multi a, .mobile-nav--brands li > span, .mobile-nav--brands a {
		padding: 18px 25px;
	}
	.mobile-nav--multi a {
		font-size: 18px;
	}
	.mobile-nav--toggle.open > a {
		font-size: 16px;
	}
	.mobile-nav--toggle.open > a, .mobile-nav--brands li.open > span {
		padding: 16px 25px;
	}


	.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/party/icon-mobile-dropdown-down.png) no-repeat
			right 6px;
	}

	.mobile-store--cont.open > a {
		background: url(/images/style/party/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/party/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;
	}

	.altcat-header--categories h2 {
		margin-bottom: 10px;
	}
	
	.altcat-header--categories > div > div {
		width: 100%; 
		max-width: 225px;
	}

	.social-float {
		display: none;
	}

	.header-search--mobile {
		right: 95px;
	}
	.header-search--mobile svg {
		width: 33px;
		height: 33px;
	}

	.halloween-cats > .flex {
		justify-content: center;
	}

	.halloween-cats .segment-33 {
		width: 100%;
		max-width: 360px;
	}

	.halloween-title--block > span {
		font-size: 42px;
		padding: 0 5px;
	}

	.mobile-menu--btn {
        margin-right: 20px;
    }
	.mobile-menu--login > a {
		font-size: 14px;
	}

	.option-row--image {
        display: none;
    }

	.option-row--price {
        font-size: 14px;
    }
	.mini--options-multibuy--container {
        margin-top: 8px;
    }

	.category-filters-container {
        flex-direction: column-reverse;
    }
	.category-filters-container .sort-by--pp {
		width: 100%;
		margin-bottom: 20px;
		padding-left: 0;
	}

	.overlay--header-action > .button {
		width: 100%;
	}
	.overlay--header-action > .button:not(:last-child) {
		margin-bottom: 8px;
	}
}



/*
|--------------------------------------------------------------------------
| Max Width #400px
|--------------------------------------------------------------------------
*/
@media (max-width: 400px) {
	h1, .content--title {
        font-size: 30px;
	}

	.mobile-cart--btn-cont {
        padding: 0;
    }

	.brand a {
		height: 50px;
	}

	.mobile-search--input {
		line-height: 36px;
	}

	.mobile-search--submit {
		height: 70px;
	}
	.mobile-menu--login > a > span {
		display: none;
	}

	.mobile-nav--brands li > span::after, .mobile-nav--brands li > span::before {
		height: 10px;
	}
	.mobile-nav--toggle > a::after {
		height: 18px;
	}
	
	.mobile-social-title {
		padding-bottom: 8px;
	}

	.mobile-social {
		padding: 8px 10px 0 10px;
	}

	.payment-method--content {
		padding: 20px;
	}
	.category-row--inner > div {
		width: 50%;
	}

	.article-comments .comments-form--inner .flex {
		flex-direction: column;
	}
	.article-comments .comments-form--inner .message {
		margin-top: 0;
	}
	.article-comments .comments-form--inner .button {
		margin-top: 10px;
	}

	.altcat-categories, .altcat-favs {
		padding: 60px 0;
	}
	.altcat-listing--slider > form {
		padding: 0 45px;
	}
	.halloween-page .altcat-favs .slick-arrow {
		height: 44px; 
		width: 44px;
	}
	.halloween-page .altcat-favs .slick-arrow.slick-prev {
		left: -40px;
	}
	.halloween-page .altcat-favs .slick-arrow.slick-next {
		right: -55px;
	}
	.halloween-page .altcat-favs .product-grid--item-inner {
		padding: 8px;
	}
	
	.content-page--side-block {
		flex-direction: column; 
		align-items: center;
		text-align: center;
		padding: 15px;
	}
	.delivery-block--text {
		margin: 10px 0 0!important;
	}

	.contact-page--info > *.flex {
		flex-direction: column;
		align-items: center;
	}
	.pin-icon {
		margin-top: 0;
	}
	.contact-page--info > *:not(:last-child) {
		margin-bottom: 10px;
	}
	.input.input-plain .button {
		padding: 0 15px;
	}
	.header-search--mobile {
		right: 80px;
	}
	.mobile-cart--btn-cont {
		padding: 0;
	}

	.cat-list--item {
        width: 100%;
    }

	.product-grid {
		margin-left: -10px;
	}
	.product-grid--item {
		padding: 0 0 10px 10px;
	}
	.product-inner--title {
    	font-size: 14px;
	}
	.product-inner--price-container .product-price-web {
    	font-size: 15px;
	}
	.product-inner .stock-status {
		font-size: 11px;
	}
	.product-inner .prod_button {
		width: 100%;
		flex: unset;
		margin-top: 8px;
	}
	.product-inner .prod_button > .button {
		width: 100%;
	}
	.product-inner .listing-options--multibuy .options-multibuy {
		font-size: 13px;
	}
	.product-inner .price-sale {
		font-size: 14px;
	}

	.mobile-header--account {
        padding: 5px 8px;
    }

	.listing-option-list > div {
        flex-wrap: wrap;
    }
	.option-row--qty {
        width: 112px;
    }
	.option-row--qty.input-listing-qty.input input[type="number"] {
        padding: 5px;
        width: 112px;
    }

	.listing-swatch {
        width: 20%;
    }

	#listing-options-overlay .listing-overview--right .input.input-listing-qty input[type="number"] {
		width: 125px;
		padding: 10.5px 36px;
	}
	#listing-options-overlay .listing-overview--right .input-listing-qty span {
		background-size: 14px;
	}
	#listing-options-overlay .input-listing-qty {
        margin-right: 16px;
    }
	#listing-options-overlay .listing-overview--right .add-to-basket-button {
		padding: 12px;
	}

	.mc-signup-popup--title {
        font-size: 24px;
    }
}


/*
|--------------------------------------------------------------------------
| Max Width #360px
|--------------------------------------------------------------------------
*/
@media (max-width: 360px) {
	.mobile-menu--btn.open {
		margin-left: 15px;
	}
	.mobile-menu--login {
		padding: 15px 20px;
	}
	.mobile-nav--brands li > span, .mobile-nav--brands a, .mobile-nav--multi a {
		font-size: 15px;
		padding: 15px 20px;
	}
	.mobile-nav--brands li.open > span, .mobile-nav--toggle.open > a {
		font-size: 14px;
		padding: 12px 20px;
	}

	.footer-signup > form#nsltr {
		width: 100%; 
		padding: 0 20px; 
	}
	.footer-signup > form#nsltr > .flex {
		flex-direction: column;
	}
	.footer-signup > form#nsltr button {
		border-radius: 0 0 4px 4px;
	}	.logo img {
		height: 50px; 
		margin: 20px;
	}
	a.category-row--block > span {
		font-size: 13px;
	}

	.header-search--mobile {
		right: 85px;
	}
}