﻿
@media all and (min-width: 1025px) {

/* GLOBAL TABLES
.page-body .masonry > img {
	max-width: 320px;
} */
	.page-body {
		margin-top: 0;
	}
.admin-header-links {
	display: block;
}
	.breadcrumb {
		padding: 0 2%;
	}

.ajax-cart-button-wrapper input {
	display: inline-block !important;
	border: 1px solid #222 !important;
	/**width: 80px !important;**/
	border-radius: initial !important;
    margin-right: 10px;
}


	.page-title h1 {
		font-size: var(--fs-h2);
	}

.cart label:first-child {
	display: none;
}
.cart td .message-error {
	margin: 5px 0;
	text-align: left;
}

.cart tr.cart-item-row:not(:first-child) {
    border-top: 2px solid #e2e2e2;
}

	.cart-options .checkout-buttons .button-1.checkout-button {
		background-color: var(--primary);
		border: initial;
		color: #fff;
		display: block;
		font-family: var(--b-font-family-medium);
		font-size: var(--fs-lg);
		font-weight: var(--fw-medium);
		height: 50px;
		line-height: 20px;
		margin: 20px 0 0;
		outline: 1px solid transparent;
		padding-bottom: 12px;
		text-align: center;
		width: 300px;
	}

.d-lg-none {
	display: none;
}

/* HEADER */


	.home-page-body .header-lower:not(.fixed) .header-logo svg .st1,
	.home-page-body .bgblack .header-lower.fixed .header-logo svg .st1 {
		fill: #ffffff !important;
	}

.home-page-body
.master-wrapper-content {
	padding-top: 35px;
}

.home-page-body .header-wrapper {
	position: absolute;
	right: 0;
	z-index: 100;
	left: 0;
}
	.header-lower {
		/*border-bottom: none;*/
	}
/*.header.bgblack .header-upper,*/
.home-page-body .header-upper {
	border-bottom: 1px solid #ccc;
}

	.home-page-body .header,
	.home-page-body .header-lower:not(.fixed) {
		background-color: transparent;
		color: #fff !important;
	}
	.home-page-body .header .header-lower.fixed {
		background-color: #fff;
		color: #222 !important;
	}
		.home-page-body .header.bgblack .header-lower.fixed {
			color: #fff !important;
		}

.home-page-body .header.bgblack,
.home-page-body .header.bgblack .header-lower {
	background-color: #000;
	color: #fff;
}

.home-page-body .header.bgblack .header-selects select,
.home-page-body .header.bgblack .header-menu > ul > li > a,
.home-page-body .header.bgblack .header-menu > ul > li > a:hover {
	color: #fff;
}

	.home-page-body .header-lower:not(.fixed) .header-menu .sublist {
		background-color: #000;
		color: #fff;
	}

	.home-page-body .header-lower:not(.fixed) .header-menu .sublist li a:hover {
		color: #fff;
		text-decoration: underline;
	}

.home-page-body .header-lower:not(.fixed) .header-menu > ul > li > a {
	color: #fff !important;
}

.home-page-body .search-box .search-box-text {
	background-color: rgba(115,115,115,0.5);
	border: 0;
	color: #fff;
}

.home-page-body .search-box .search-box-button:after {
	color: #fff !important;
}

.home-page-body input::placeholder {
	color: #fff !important;
}
	.home-page-body .slide-description {
		transform: scale(40%);
		min-width: 75vw;
		translate: -30% 20%;
	}
/*.home-page-body .slide-description {
	background-color: rgba(255,255,255,1) !important;
	color: #333333;
	transform: scale(.3);
	padding: 45px 65px;
	left: -25%;
    bottom: -25%;
}

.home-page-body .slide-description p {
	font-size: 16px;
	line-height: 40px;
	font-family: var(--b-font-family-medium);
}

.home-page-body .slide-description p:first-of-type {
	color: #81ba27;
}

.home-page-body .slide-description p a {
	border: 1px solid #333;
	color: inherit;
    padding: 12px 15px 15px 15px;
	text-align: center;
}

.home-page-body .slide-description p a:hover {
	color: #ffffff;
	background-color: #333333;
}

.home-page-body .slide-description h2 {
	font-size: 60px;
	font-family: "Mermaid-Bold";
	letter-spacing: 0;
	min-height: 216px;
	align-items: center;
	display: flex;
}*/


.home-page-body .mega-menu .row-wrapper {
	background-color: #000 !important;
	color: #fff;
}
	.home-page-body .mega-menu .title a {
		color: var(--primary-darkmode);
	}

.home-page-body .mega-menu .subcategories a:hover {
	color: #fff;
}

/*.home-page-body .slick-slide:after {*/
.home-page-body div[data-u=bg]:after {
	/*content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: inline-block;*/
	/*background: rgb(255,255,255);
	background: -moz-linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(0,0,0,.75) 100%);
	background: -webkit-linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(0,0,0,.75) 100%);
	background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(0,0,0,.75) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#000000",GradientType=1);*/
	/*background: rgb(51,51,51);
	background: -moz-linear-gradient(0deg, rgba(51,51,51,0) 0%, rgba(51,51,51,0) 66%, rgba(51,51,51,0.75) 100%);
	background: -webkit-linear-gradient(0deg, rgba(51,51,51,0) 0%, rgba(51,51,51,0) 66%, rgba(51,51,51,0.75) 100%);
	background: linear-gradient(0deg, rgba(51,51,51,0) 0%, rgba(51,51,51,0) 66%, rgba(51,51,51,0.75) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#333333",endColorstr="#333333",GradientType=1);
	z-index: 2;*/
}

.home-page-body div[data-u=bg]:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 30%;
	background: rgb(51,51,51);
	background: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.85) 100%);
	z-index: 3;
}

.home-page-body .header-links a,
.home-page-body .header-selects select {
	color: #ffffff;
}

.home-page-body select {
	min-width: 60px;
	background: url(../img/select-arrow-white.png) right 10px center no-repeat;
}

.home-page-body .header-links a:hover {
	color: #ffffff;
	text-decoration: underline;
}

	.home-page-body .header-lower:not(.fixed) .nav-button .trigger:before,
	.home-page-body .bgblack .header-lower.fixed .nav-button .trigger:before {
		color: #fff;
	}


.header >
.admin-header-links {
	display: none;
}

.overlayOffCanvas {
	display: none !important;
}

.header-upper {
	/*border-bottom: 1px solid #ebebeb;
padding: 0 2%;*/
	border-bottom: 1px solid #ccc;
	/*padding: 4px 2%;*/
	padding: 9px 0;
	margin: 0 2%;
	display: flex;
	/*justify-content: space-evenly;*/
	align-items: center;
	/*font-weight: 600;*/
}

.header-upper > div {
	width: 33.3333%;
}

/*.header-upper:after {
	content: "";
	display: block;
	clear: both;
}*/
.header-text {
	float: left;
}

.profile-links {
	display: block !important;
	float: right;
	padding-right: 22px;
}

.admin-header-links {
	position: static;
	float: left;
	max-width: none;
	height: auto;
	padding: 0;
}

.admin-header-links a {
	position: relative;
	margin: 0;
	padding: 0 18px;
}

.header-links {
	float: right;
	margin-right: -18px;
	font-size: 0;
}

.header-links li {
	display: inline-block;
	position: relative;
	padding: 0 18px;
}
/*.header-links li:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: -1px;
	width: 1px;
	height: 12px;
	margin: auto;
	background-color: #ddd;
}*/
	.header-links a {
		color: #333;
		display: block;
		/*text-transform: uppercase;*/
		transition: all 0.2s ease;
		font-size: var(--fs-sm);
		font-weight: var(--fw-medium);
		/*font-family: var(--b-font-family-medium);*/
		letter-spacing: 0px;
		line-height: 40px;
	}

.header-links a:hover {
	color: #222;
	text-decoration: underline;
	text-shadow: 0 0 rgba(0,0,0,0.5);
}

/*.header-links a.ico-login {
	display: flex;
}

.header-links a.ico-login:hover:after {
	color: red;
	text-decoration: none;
}*/

.header-links a.ico-login:after,
.header-links a.ico-logout:after {
	content: "\E079";
	font-size: 16px;
	position: absolute;
	right: -4px;
	top: 1px;
}

.header-links #wishlistlink,
.header-links #topcartlink {
	display: none;
}

.header-selects {
	/*float: left;*/
	float: right;
	margin-left: 5px;
}

.header-selects > div {
	display: inline-block;
	position: relative;
	padding-right: 10px;
	vertical-align: middle;
}
/*.header-selects > div:after,*/
.admin-header-links a:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 1px;
	height: 12px;
	margin: auto;
	background-color: #ddd;
}

	.header-selects select {
		/*min-width: 80px;*/
		height: 40px;
		border: none;
		/*font-size: 12px;
	letter-spacing: 1px;*/
		color: #333;
		font-size: var(--fs-sm);
		font-weight: var(--fw-bold);
		line-height: 40px;
	}

.header-selects select:focus {
	background-color: transparent;
	color: #222;
}

/*.language-selector:after {
	content: "\02C5";
    position: absolute;
    color: #fff;
    top: 1rem;
    right: 0.5rem;
    z-index: 5;
    pointer-events: none;
}*/

	/*.language-list {
	padding-left: 3px;
}

.language-list li:not(:first-child) {
	display: none;
}

.language-list a {
	top: -1px;
	width: 32px;
	height: 32px;
}
*/
.header-lower {
	background-color: #fff;
	padding: 0 2%;
}
/*.header-lower-inner.stick {
	display: table;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	padding: 0 2.5%;
}*/
.header-lower .table-cell {
	min-width: 120px; /*centered header menu*/
	height: 90px;
}

.header-lower .header-logo {
	min-width: 180px;
	margin: 0;
}

.header-lower .header-logo a svg {
	max-width: 180px;
}

.header-logo-wrapper,
.responsive-nav-wrapper {
	padding-left: 0;
	padding-right: 0;
}

	.responsive-nav-wrapper .counter {
		border-radius: 7px;
		color: #fff;
		display: inline-block;
		font-family: var(--b-font-family-light) !important;
		font-size: var(--fs-xxs) !important;
		font-weight: var(--fw-medium) !important;
		margin: 0 !important;
		min-width: 20px;
		min-height: 10px;
		width: auto;
		height: auto;
		padding: 2px 5px;
	}

.responsive-nav-wrapper .counter.wishlist-qty,
.responsive-nav-wrapper .counter.cart-qty {
	position: absolute;
	top: 2px;
	right: 0;
}

.nav-button.wishlist-button {
	margin-right: 30px;
}

.nav-button.search-button,
.nav-button.menu-button,
.nav-button.personal-button {
	display: none !important;
}
/**.nav-button.search-button,**/
.nav-button.cart-button {
	position: relative;
	z-index: 1;
}

.nav-button.cart-button {
	/**margin-right: -13px;**/
	margin-right: 0;
}

	.nav-button.cart-button span {
		float: left;
		font-family: var(--b-font-family-medium);
		font-size: var(--fs-sm);
		font-weight: var(--fw-bold);
		margin: 15px 0;
		cursor: pointer;
	}

		.nav-button.cart-button span:hover {
			text-decoration: underline;
		}

	.nav-button.cart-button .trigger {
		display: inline;
	}

.responsive-nav-head {
	display: none;
}
/*.responsive-nav-content.search-box,*/
.responsive-nav-content.flyout-cart {
	position: absolute;
	right: 0;
	z-index: 1;
	top: 30px;
	width: 370px;
	box-shadow: 0 0 20px rgba(0,0,0,0.15);
	background-color: #fff;
	text-align: left;
	font-size: 14px; /*reset zeroing*/
	white-space: normal;
	transition: transform 0.5s ease;
	-webkit-transform: translate(490px,20px);
	-ms-transform: translate(490px,20px);
	transform: translate(490px,20px);
}
	/*.responsive-nav-content.search-box.active,*/
	.responsive-nav-content.flyout-cart.active {
		-webkit-transform: translate(25px,20px);
		-ms-transform: translate(25px,20px);
		transform: translate(25px,20px);
	}
/*.search-box:before,*/
.flyout-cart:before {
	content: "";
	position: absolute;
	top: -10px;
	right: 36px;
	border-width: 0 10px 10px;
	border-style: dashed dashed solid;
	border-color: transparent transparent #fff;
	filter: drop-shadow(0px -3px 2px rgba(0,0,0,0.03));
}

/*.search-box .search-form {
	margin: 30px;
}*/

.ui-autocomplete {
	padding: 0 30px 30px;
}

.ui-autocomplete .ui-menu-item {
	padding: 10px 0;
}

.wishlist-page-body .master-wrapper-content,
.shopping-cart-page-body .master-wrapper-content,
.checkout-pages-body .master-wrapper-content,
.customer-pages-body .master-wrapper-content,
.login-page-body .master-wrapper-content,
/*.registration-page-body .master-wrapper-content,
.topic-page-body .master-wrapper-content,*/
.notfound-page-body .master-wrapper-content,
.order-details-page-body .master-wrapper-content,
.password-recovery-page-body .master-wrapper-content,
.password-recovery-confirm-page-body .master-wrapper-content,
.register-result-page-body .master-wrapper-content {
	padding-top: 175px;
}

.mini-shopping-cart {
	padding: 24px;
}

.mini-shopping-cart .count {
	/*margin: 25px 0;*/
}

/* HEADER MENU */

.k-animation-container.instantSearch {
	-webkit-box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.16);
	box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.16);
	position: absolute !important;
}

.instantSearch .instant-search-item .picture {
	margin-left: 25px;
}

.store-search-box .k-nodata {
	margin: 0 25px;
}

.store-search-box .all-results {
	margin: 25px;
}

.header-menu {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

.header-menu > ul {
	max-height: none !important;
	font-size: 0;
}

.header-menu > ul > li {
	display: inline-block;
	margin: 0 8px;
	vertical-align: middle;
}

	.header-menu > ul > li > a,
	.header-menu > ul > li > span {
		display: block;
		box-shadow: 0 1px 0 0 transparent;
		padding: 2px 0;
		font-size: var(--fs-xss); /*reset zeroing*/
		font-family: var(--b-font-family-medium);
		font-weight: var(--fw-bolder);
		line-height: 1.7;
		text-transform: uppercase;
		color: #222;
		cursor: pointer;
		transition: box-shadow 0.5s ease, color 0.2s ease;
	}

.header-menu > ul > li > a:hover,
.header-menu > ul > li > span:hover {
	box-shadow: 0 1px 0 0; /*undefined color because of color presets, it defaults to "color" property*/
	/*color: #f61853;*/
}
/*.header-menu > ul > li.has-sublist:after {
	content: "";
	position: absolute;
	bottom: -32px; left: 50%;
	z-index: 2;
	margin-left: -10px;
	border-width: 0 10px 10px;
	border-style: dashed dashed solid;
	border-color: transparent transparent #fff;
	filter: drop-shadow(0px -3px 2px rgba(0,0,0,0.03));
	opacity: 0; pointer-events: none;
	transition: all 0.3s ease;
}*/
.header-menu > ul > li.has-sublist:hover:after {
	pointer-events: auto;
	opacity: 1;
}

.header-menu .close-menu,
.header-menu .back-button {
	display: none !important;
}

.header-menu .number {
	display: none;
}

.header-menu .sublist-wrap {
	position: absolute;
	z-index: 1;
	margin-left: -25px;
	padding-top: 32px;
	opacity: 0;
	pointer-events: none;
	transition: all 0.3s ease;
}

.header-menu .sublist {
	position: relative;
	width: 230px;
	box-shadow: 0 0 20px rgba(0,0,0,0.15);
	background-color: #fff;
	padding: 20px 25px;
	text-align: left;
}
/*.header-menu .sublist:before {
	content: "";
	position: absolute;
	top: -10px; left: 25px;
	border-width: 0 10px 10px;
	border-style: dashed dashed solid;
	border-color: transparent transparent #fff;
	filter: drop-shadow(0px -3px 2px rgba(0,0,0,0.03));
}*/
/*replaced*/
.header-menu .sublist li a {
	display: block;
	position: relative;
	padding: 7px 0 7px 15px;
	font-size: var(--fs-xss);
	font-weight: var(--fw-medium);
}

.header-menu .sublist li a:hover {
	color: #222;
	text-shadow: 0 0 rgba(0,0,0,0.5);
}

.header-menu .sublist li a:before {
	content: "\e902";
	position: absolute;
	top: 13px;
	left: 0;
	font-size: 7px;
}

.header-menu li:hover > .sublist-wrap {
	opacity: 1;
	pointer-events: auto;
}

.header-menu .sublist-wrap .sublist-wrap {
	top: 0;
	left: calc(100% - 25px);
	min-height: 100%;
	margin: 0;
	padding: 0 0 0 30px;
}

.header-menu .sublist-wrap li .sublist:before {
	display: none;
}

/*MEGAMENU*/

.mega-menu {
	display: block !important;
}

.mega-menu-responsive {
    display: none !important;
}

.mega-menu .dropdown {
	display: block;
	position: absolute;
	left: 0;
	z-index: 1;
	padding-top: 23px;
	/*pointer-events: none !important;*/
}
	.mega-menu .dropdown.active {
		box-shadow: 0px 5px 5px 2px rgba(0,0,0,0.06);
	}

.mega-menu .dropdown.active .row-wrapper {
	opacity: 1;
}

/*
.mega-menu .row-wrapper {
	box-shadow: 0 0 20px rgba(0,0,0,0.15);
	background-color: #fff;
	padding: 20px;
	text-align: left;
	opacity: 0;
	transition: all 0.2s ease;
}
	
.mega-menu .row {
	overflow: hidden;
}*/
/*
.mega-menu .row + .row {
	margin-top: 10px;
}

.mega-menu .box {
	float: left;
	padding: 10px;
}

.mega-menu .boxes-4 .box {
	width: 25%;
}

.mega-menu .boxes-6 .box {
	width: 16.666%;
}

.mega-menu .title {
	font-size: 18px;
	font-weight: 400;
	color: #222;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}*/
/*
.mega-menu .picture {
	margin-top: 10px;
	font-size: 0;
}

.mega-menu .subcategories {
	margin-top: 10px;
}

.mega-menu .subcategories a {
	display: block;
	position: relative;
	padding: 8px 0 8px 15px;
	font-size: 13px; /reset zeroing/
	line-height: 30px;
	font-family: var(--b-font-family-medium);
}

.mega-menu .subcategories a:before {
	content: "\e902";
	position: absolute;
	top: 13px;
	left: 0;
	font-size: 7px;
}*/

/*MEGAMENU OVERRIDE*/
/**.mega-menu .dropdown {
background-clip: content-box;
padding-top: 0px !important
}**/
	.home-page-body .mega-menu .dropdown.active {
		border-bottom: 0;
	}
	.mega-menu .dropdown.active {
		display: block;
		left: 0 !important;
		/*top: 0;*/
		pointer-events: auto;
		width: 100vw !important;
	}

.mega-menu .boxes-1 .box {
    width: 100%;
}

.mega-menu .boxes-2 .row {
	column-count: 2;
	max-width: 40%;
}

.mega-menu .boxes-3 .row {
	column-count: 3;
	max-width: 50%;
}

.mega-menu .boxes-4 .row {
	column-count: 4;
	max-width: 60%;
}

.mega-menu .boxes-5 .row {
	column-count: 5;
	max-width: 70%;
}

.mega-menu .boxes-6 .row {
	column-count: 6;
	max-width: 80%;
}

.mega-menu .boxes-7 .row {
	column-count: 7;
}

.mega-menu .row-wrapper {
	box-shadow: initial !important;
	background-color: #fff;
	text-align: left;
    padding: 20px;
    transition: all 0.2s ease;
}

.mega-menu .row {
	column-gap: 0;
	margin: auto;
	/*display: flex;
	flex-direction: column;
	flex-wrap: wrap;*/
}

.mega-menu .box {
	break-inside: avoid;
	float: none !important;
	/*display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	float: none !important;
	width: inherit !important;*/
	padding: 10px;
	width: 100% !important;
}

.mega-menu .title {
	font-size: var(--fs-md) !important;
	color: var(--primary);
	font-family: var(--b-font-family-medium);
	font-weight: var(--fw-bolder);
	text-transform: uppercase;
}
	.mega-menu .title a {
		display: block;
		padding: 0 0 4px;
	}

.mega-menu .title:hover {
	text-decoration: underline;
}

.mega-menu .picture {
	display: none;
}

.mega-menu .subcategories {
	margin-top: 0 !important;
}

	.mega-menu .subcategories a {
		display: block;
		padding: 4px 0;
		position: relative;
		font-size: var(--fs-xss);
		font-family: var(--b-font-family-medium);
		font-weight: var(--fw-bold);
	}

.mega-menu .subcategories a:hover {
	text-decoration: underline;
}

.mega-menu .subcategories a:before {
	content: none !important;
}


/* CATEGORY PAGE & GRIDS */

/*.nop-jcarousel .carousel-item {
    margin: 0 1px;
}*/

.slick-slide {
	/*margin: 0 3px;*/
}

.nop-jcarousel .slick-prev {
	/*left: 4px !important;*/
}
.nop-jcarousel .slick-prev:before {
	/*color: #333 !Important;
	content: "\e90f" !Important;*/
}
.nop-jcarousel .slick-next {
	/*right: 4px !important;*/
}
.nop-jcarousel .slick-next:after {
	/*color: #333 !Important;
    content: "\e912" !Important;*/
}
.nop-jcarousel .slick-prev,
.nop-jcarousel .slick-next {
	/*background-color: #f5f5f5 !Important;
	border-radius: 50%;
	height: 56px !important;
	width: 56px !important;*/
}

.item-box {
	width: 23.5%; /*four per row*/
}
.item-box:nth-child(3n+1) {
	clear: none; /*revert the fourth item*/
	margin-left: 2%; /*revert the fourth item*/
}
.item-box:nth-child(4n+1) {
	clear: both;
	margin-left: 0;
}
/*
.item-box .buttons {
	bottom: 0;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	border: 10px solid #f6f6f6;
	background-color: rgba(255,255,255,0.9);
	opacity: 0;
	transition: all 0.3s ease;
}
.item-box:hover .buttons {
	opacity: 1;
}
.item-box .buttons:before {
	content: "";
	display: block;
	padding-top: 100%;
}*/

/*.item-box .buttons .wrap {
    background-color: green;
    position: absolute;
    bottom: 0;
}*/
.item-box .dummy-link {
    position: absolute;
    top: 0;
	right: 0;
	/**bottom: 0;**/
	bottom: 40px;
    left: 0;
	z-index: 0;
}
/***.item-box .buttons .wrap {
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
	z-index: 1;
	width: 163px; /4 buttons, 40px per button + 1px gap between all/
	margin: -20px auto 0;
	font-size: 0;.npo-j
	white-space: nowrap;
}

.item-box .picture > button {
    position: absolute;
    bottom: 10px !important;
    right: 10px;
    z-index: 10;
}

.item-box .buttons .wrap > button {
	position: absolute;
	top: 50% !important;
    right: 20px;	
    z-index: 10;
}

.item-box .buttons .wrap > button:nth-of-type(2)  {
	right: 30px;
}
**/

	.item-box .product-title {
		font-size: var(--fs-h3);
	}
.product-list .item-box .picture {
	width: 20%;
}
.product-list .item-box .details {
	width: 60%;
}
.product-list .item-box .buttons {
	width: 20%;
}

/* FEATURED CATEGORIES */

.featured-categories.default {
	margin-bottom: 60px;
}
.featured-categories.default .item-box {
	display: table;
	clear: none !important;
	width: 50%;
	margin: 0 !important;
	padding: 1px;
}
.featured-categories.default .wrapper {
	display: table-row;
}
.featured-categories.default .details {
	display: table-cell;
	position: relative;
	width: 50%;
	background: url('../img/pattern.png') repeat;
	text-align: center;
	vertical-align: top;
	color: #222;
}
.featured-categories.default .details:before {
	content: "";
	position: absolute;
	top: 20px;
	right: 20px;
	bottom: 20px;
	left: 20px;
	margin: auto;
	background-color: #fff;
}
.featured-categories.default .title {
	position: absolute;
	top: 49%;
	right: 0;
	left: 0;
	margin: auto;
	padding: 0 20px;
	font-size: 1.5vw;
	font-weight: 400;
	-webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.featured-categories.default .text {
	display: inline-block;
	position: absolute;
	top: 15%;
	right: 0;
	left: 0;
	margin: auto;
	padding: 0 20px;
}
.featured-categories.default .text:after {
	content: "";
	display: block;
	width: 30px;
	height: 2px;
	margin: 5px auto 0;
	background-color: #f61853;
}
.featured-categories.default .button {
	display: inline-block;
	position: absolute;
	left: 0; right: 0;
	bottom: 15%;
	width: 120px;
	margin: auto;
	border: 1px solid #222;
	padding: 11px 10px 9px;
	font-size: 11px;
	white-space: nowrap;
	text-transform: uppercase;
}
.featured-categories.default .picture {
	display: table-cell;
	width: 50%;
	vertical-align: top;
}

.featured-categories.default 
.item-box:nth-child(n+3) {
	margin-top: 30px !important;
}

.featured-categories.in-header
.sub-category-list {
	display: block;
	margin: 0 !important;
}


div.slide-container > div.picture {
	width: 49%;
	margin-right: 1%
}
div.slide-container > div.product-grid {
	width: 48%;
}

/*div.slide-container .item-box {
	width: 48%;
	margin-left: 4%;
}

div.slide-container .item-box:nth-child(2n+1) {
	clear: both;
	margin-left: 0;
}*/

/* CUSTOM TOPIC ITEMS*/
.box.block-1 .element + .element-container,
.box.block-2 .element + .element-container {
	height: 550px;
}
.box.block-1 .element .element-container {
	left: 9.5%;
	padding: 32.5px;
	top: 50%;
	transform: translate(0, -50%);
	width: inherit;
}
.box.block-1 .element .element-container h3 {
	/*margin-bottom: 0;*/
}
.box.block-1 .element .element-container p {
	/*margin: 0 0 10px;*/
}
.box.block-1 .element .element-container p:last-of-type {
	margin: 0;
}
/**
.box.block-1 .element.campain-1 .element-container {
	background-color: rgba(255,255,255,.9);
}

.box.block-1 .element.campain-1.reverse .element-container {
	background-color: transparent;
}
***/
.box.block-1 .element.campain-1 .element-container h2,
.box.block-1 .element.campain-1 .element-container h3 {
	color: #000;
}

.box.block-1 .element.campain-1 .element-container h3 + p:last-of-type {
	margin: 20px 0 0;
}

.box.block-1 .element.campain-1.reverse .element-container h2,
.box.block-1 .element.campain-1.reverse .element-container h3 {
	color: #fff;
}

.box.block-1 .element.campain-1 .element-container p {
	color: #000;
}
.box.block-1 .element.campain-1.reverse .element-container p {
	color: #fff;
}

.box.block-1 .element.campain-1 .element-container p:last-of-type a {
	color: #000;
	outline: 1px solid #000;
}
.box.block-1 .element.campain-1 .element-container p:last-of-type a:hover {
	background-color: #000;
	color: #fff !important;
}

.box.block-2 .element.campain-1 .element-container {
	left: 40px;	
	bottom: 40px;
	max-width: 66%;
    text-align: left;
	transform: none;
}

.box.block-11 .element.text-1 {
	display: inline-block;
	margin: 0;
}

.box.block-21 {
	display: flex;
}

.box.block-21 .element.text-1 {
	display: inline-block;
	margin: 0;
	width: 33.3333%;
}

.box.block-21 .element.text-1.imgbg {
	background-image: url('../images/uploaded/Image50.jpg');
}

.box.block-21 .element.text-2 {
	display: inline-block;
	margin: 0;
	width: 66.6666%;
}

/* LOGIN PAGE */

.customer-blocks {
	overflow: hidden;
	max-width: 1800px;
	margin: auto;
}
.customer-block {
	max-width: 1800px;
	margin: 0 0 2%;
}
.customer-block.login-block {
	float: left;
	width: 49%;
}
.customer-block.register-block,
.customer-block.checkout-as-guest {
	float: right;
	width: 49%;
}

/* WISHLIST & COMPARE LIST */

.compare-products-mobile {
	display: none;
}
.compare-products-table {
	display: table;
    border-collapse: separate;
	border-spacing: 20px 0;
}
.compare-products-page .page-body {
	padding: 20px 0;
}
.compare-products-page .page-body > a {
	display: none;
}
.compare-products-table td {
	background-color: #fff;
	text-align: center;
	vertical-align: top;
	color: #222;
}
.compare-products-table td:first-child {
    text-align: right;
}
.compare-products-table td.empty {
	text-align: center;
}
.compare-products-table .picture {
	display: block;
	margin: 0 0 30px;
	font-size: 0;
}
.compare-products-table .remove-button {
	font-size: 12px;
}
.compare-products-table .full-description {
	display: none;
}
.compare-products-table
.attribute-squares {
	display: inline-block;
	vertical-align: top;
}
.compare-products-table
.attribute-square-container {
    border-color: #ebebeb;
}
.compare-products-table
.attribute-square {
	cursor: default;
}

/* SHOPPING CART */

.order-progress li {
	float: left;
	width: 155px;
	margin: 0 1.5px;
}

	.filter-block .clearFilterOptions {
		display: none !important;
	}

}