/*css*/
/* .amega-menu {
    width: 100%;
} */
:root {
	--menu-main-color: #305745;
	--menu-text-color: #374145;
	--menu-subtitle-color: #414D47;
	--menu-background-gray: #E4E8EA;
	--menu-border-radius: 4px;
	--menu-border-color: #D2D7DA;
	--menu-font-primary: 'OpenSans', Assistant, sans-serif;
	--menu-font-secondary: 'OpenSans Condensed', Assistant, sans-serif;
}

.amega-menu {
	font-family: var(--menu-font-primary);
}

.amega-menu .anav-top {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 20px;
}

.amenu-item .amenu-link {
	position: relative;
	color: var(--menu-text-color);
	text-transform: uppercase;
	letter-spacing: 0.3px;
	font-size: 14px;
	font-weight: 700;
	padding-bottom: 5px;
	margin-bottom: -5px;
}

.amenu-link sup {
	position: absolute;
	top: 2px;
	right: 12px;
	line-height: 13px;
	padding: 2px 5px 2px 6px;
	font-weight: normal;
	text-transform: uppercase;
	text-align: center;
	font-size: 9px;
	display: inline-block;
	border-radius: 1px;
	transition: all 0.2s;
	white-space: nowrap;
}

.amenu-link sup::before {
	content: "";
	position: absolute;
	display: block;
	width: 4px;
	height: 4px;
	background: inherit;
	bottom: -2px;
	left: 5px;
	transform: rotate(45deg);
}

.amenu-link sup span {
	color: #fff;
}

.amenu-item .adropdown {
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translate(-50%, 0);
	z-index: 999;
	background: #ffffff;
	visibility: hidden;
	opacity: 0;
	box-shadow: 0 8px 19px rgba(0, 0, 0, 0.15);
	border-radius: 0 0 5px 5px;
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	-js-display: flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: flex-start;
	overflow-x: hidden;
}

@media (min-width: 768px) {
	.anav-top .amenu-item:not(.plex):hover+.amenu-item.plex .adropdown,
	.anav-top .amenu-item.plex:hover .adropdown,
	.anmenu-popup-open-mode .mm-2.plex .adropdown {
		visibility: visible;
		opacity: 1;
		transition: all 0.3s;
	}

	.amega-menu {
		flex: 1;
	}

	#amegamenu {
		width: 100%;
	}

	.amega-menu .anav-top {
		justify-content: space-evenly;
	}
}

.amenu-item {
	line-height: 1;
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	position: relative;
}

.anav-top .adropdown .dropdown-bgimage {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	border-radius: 0 0 5px 5px;
}

.adropdown {
	min-width: 200px;
}

.categories-grid ul {
	padding-left: 15px;
}

.categories-grid ul li {
	margin: 10px 0;
}

.dropdown-content .manufacturer-item.brand-base {
	display: inline-block;
}

#header .adropdown .logo {
	max-height: none;
	max-width: none;
}

.adropdown-1 .acontent-1,
.adropdown-2 .acontent-2,
.adropdown-3 .acontent-3,
.adropdown-4 .acontent-4,
.adropdown-5 .acontent-5 {
	width: 100%;
}

.adropdown-2 .acontent-1,
.adropdown-4 .acontent-2 {
	width: 50%;
}

.adropdown-3 .acontent-1 {
	width: 33%;
}

.adropdown-4 .acontent-1 {
	width: 25%;
}

.adropdown-5 .acontent-1 {
	width: 20%;
}

.adropdown-3 .acontent-2 {
	width: 66%;
}

.adropdown-5 .acontent-2 {
	width: 40%;
}

.adropdown-4 .acontent-3 {
	width: 75%;
}

.adropdown-5 .acontent-3 {
	width: 60%;
}

.adropdown-5 .acontent-4 {
	width: 80%;
}

.manufacturer-item img {
	max-width: 100%;
}

.category-item.level-1,
.manufacturers-grid {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-around;
}

.category-item.level-1 {
	flex-direction: column;
}

.category-item.level-2 {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}

.category-item.level-3 {
	padding: 15px 15px 15px 15px;
}

.manufacturer-item a.product-name {
	display: none;
}

.acontent-1 .category-item.level-1,
.acontent-2 .category-item.level-1,
.acontent-1 .category-item.level-2,
.acontent-2 .category-item.level-2 {
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
}

.acontent-1 .category-item.level-3,
.acontent-2 .category-item.level-3 {
	padding: 0 0 0 15px;
}

.category-item.level-1 {
	padding: 0;
}

.dropdown-content .product-item {
	/*	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;*/
	margin-bottom: 10px;
	max-width: 200px;
	margin: 0 15px;
	max-width: 175px;
}

.dropdown-content .product-price-and-shipping {
	text-align: center;
	font-size: 16px;
}

.anav-top li {
	cursor: pointer;
}

.html-item.typo ul {
	padding: 0;
}

.html-item.typo ul li {
	line-height: 24px;
	font-size: 14px;
	margin-bottom: 1px;
}

/*mobile*/
.arrow_up {
	display: none;
}

.arrow_down,
.arrow_up {
	margin-right: 15px;
}

.anav-mobile .amenu-item,
.adropdown-mobile .category-item.level-1,
.adropdown-mobile .category-item.level-2 {
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
}

.mobile-item-nodropdown,
.mobile_item_wrapper {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	width: 100%;
	justify-content: space-between;
	-ms-align-items: center;
	align-items: center;
}

.adropdown-mobile .category-item ul {
	padding-left: 15px;
}

.adropdown-mobile {
	display: none;
}

#mobile_top_menu_wrapper .js-top-menu-bottom .user-info a {
	width: initial;
	display: inline-block;
}

#_mobile_user_info .user-info,
#mobile_top_menu_wrapper .js-top-menu-bottom .user-info>a {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
}

.adropdown-mobile .category-item.level-3 {
	padding: 0 15px;
}

.manufacturer-item .middle-side {
	text-align: center;
}

/*end mobile*/
@media (max-width: 1024px) {
	.category-item.level-1 {
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
	}

	.amenu-item .amenu-link {
		padding: 25px 16px 24px 13px;
	}
}

@media (min-width: 768px) {
	.adropdown-1 {
		width: calc((768px * 0.2) - 30px);
	}

	.adropdown-2 {
		width: calc((768px * 0.4) - 30px);
	}

	.adropdown-3 {
		width: calc((768px * 0.6) - 30px);
	}

	.adropdown-4 {
		width: 97vw;
		max-width: 800px;
	}

	.adropdown-5 {
		width: 738px;
	}
}

@media (min-width: 992px) {
	.adropdown-1 {
		width: calc((930px * 0.2));
	}

	.adropdown-2 {
		width: calc((930px * 0.4));
	}

	.adropdown-3 {
		width: calc((930px * 0.6));
	}

	.adropdown-5 {
		width: 930px;
	}
}

@media (min-width: 1200px) {
	.adropdown-1 {
		width: calc((1110px * 0.2));
	}

	.adropdown-2 {
		width: calc((1110px * 0.4));
	}

	.adropdown-3 {
		width: calc((1110px * 0.6));
	}

	.adropdown-5 {
		width: 1110px;
	}
}

.dropdown-content .product-thumbnail img {
	max-width: 100%;
}

.acontent-3 .categories-grid {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}

.html-item.typo img {
	width: 100%;
	height: auto;
}

.anav-top {
	margin: 0;
}

.categories-grid {
	display: flex;
	flex-wrap: wrap;
	padding: 16px;
	cursor: default;
	flex-direction: column;
	gap: 10px;
}

.category-item.level-2 a {
	font-size: 14px;
	font-weight: normal;
}

.category-item.level-1 {
	margin-bottom: 0;
}

.category-item.level-2 h5 {
	margin-bottom: 0;
}

.products-grid {
	background: #fff;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0px -15px 0 -15px;
}

.manufacturer-item .logo {
	margin-bottom: 15px;
}

.product-information-dropdown a {
	font-weight: 500;
}

.dropdown-content .product-item {
	margin-bottom: 15px;
}

.dropdown-content {
	padding: 5px;
}

.category-item.level-1>h5 a {
	font-weight: 500;
}

.html-item.typo h3 {
	font-weight: 400;
	color: #000;
}

.fixed-menu .anav-top {
	padding-top: 2px;
	justify-content: center;
}

.fixed-menu .amenu-item .amenu-link {
	padding: 22px 25px 20px;
}

.fixed-menu .amenu-link sup {
	position: absolute;
	top: 0;
}


@media (max-width: 767px) {
	.category-item.level-1 {
		margin-bottom: 20px;
		margin-right: 66px;
	}

	.dropdown-content {
		padding: 15px 0;
	}

	.manufacturers-grid {
		justify-content: space-between;
	}

	.amenu-item .amenu-link {
		padding: 12px 25px 17px 20px;
	}

	.amenu-link sup {
		top: -4px;
	}
}



.amegamenu_mobile-cover {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.6;
	z-index: 100;
}

.amegamenu_mobile-modal {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	text-align: left;
	overflow-x: none;
	overflow-y: auto;
	z-index: 200;
	width: 100%;
	max-width: 100%;
}

#mobile_top_menu_wrapper {
	font-size: 15px;
	/* max-width: 280px; */
	width: 100%;
	display: none;
	min-width: 200px;
	position: relative;
	background-color: #fff;
	z-index: 300;
	padding: 0 12px 12px;
	float: left;
	min-height: 100vh;
	margin: 0;
	overflow-x: hidden;
}

.megamenu_mobile-btn-back,
.megamenu_mobile-btn-close {
	display: inline-block;
	cursor: pointer;
}

.megamenu_mobile-btn-back svg {
	margin: 0 0 1px -1px;
}

.megamenu_mobile-btn-back:hover svg path,
.megamenu_mobile-btn-close:hover svg path {
	fill: #989898;
}

@media (min-width: 992px) {
	.amegamenu_mobile-cover,
	.amegamenu_mobile-modal {
		display: none !important;
	}
}

.mobile-amega-menu .amenu-item {
	position: static;
}

#mobile_top_menu_wrapper .adropdown-mobile {
	position: absolute;
	top: 0;
	right: 0;
	padding: 0;
	background: #fff;
	z-index: 1;
	height: 100%;
	width: 100%;
}

.mobile-amega-menu .amenu-item .dropdown-content {
	padding: 0;
}

.mobile-menu-header {
	position: absolute;
	top: 11px;
	left: 0;
	text-align: right;
	z-index: 9;
}

.mobile-menu-fixed {
	position: relative;
}

#mobile_top_menu_wrapper .mobile-item-nodropdown,
#mobile_top_menu_wrapper .mobile_item_wrapper {
	padding: 0;
}

#mobile-amegamenu .amenu-link sup {
	display: none;
}

#mobile-amegamenu .amenu-item {
	cursor: default;
}

.mobile-toggler {
	display: flex;
	cursor: pointer;
	padding: 5px 0 5px 5px;
}

.mobile-toggler:hover {
	opacity: .3;
}

#mobile_top_menu_wrapper .adropdown-mobile {
	transition: transform .3s;
}

#mobile_top_menu_wrapper .mobile_item_wrapper+.adropdown-mobile {
	transform: translateX(100%);
}

#mobile_top_menu_wrapper .mobile_item_wrapper.open+.adropdown-mobile {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

#mobile_top_menu_wrapper .mobile_item_wrapper.open+.adropdown-mobile.menu-active {
	transform: translateX(0);
}

#mobile_top_menu_wrapper[data-level='0'] .megamenu_mobile-btn-close,
#mobile_top_menu_wrapper .megamenu_mobile-btn-back {
	display: inline-block;
}

#mobile_top_menu_wrapper .megamenu_mobile-btn-close,
#mobile_top_menu_wrapper[data-level='0'] .megamenu_mobile-btn-back {
	display: none;
}

#mobile_top_menu_wrapper #mobile-amegamenu iframe {
	height: auto;
}

#mobile-amegamenu .dropdown-content .product-item {
	margin: 0 0 30px;
}

#mobile-amegamenu .category-item.level-1 {
	margin: 0;
}

#mobile-amegamenu .category-item.level-1>h5 a {
	font-weight: 700;
	font-size: 16px;

}

#mobile-amegamenu .category-item.level-2>h5 a,
#mobile-amegamenu .category-item.level-3>h5 a {
	font-size: 14px;
	line-height: 24px;
}

#mobile-amegamenu .category-item.level-3 {
	padding: 0 0 0 15px;
}

#mobile-amegamenu .category-item.level-4>h5 {
	margin-bottom: 5px;
}

#mobile-amegamenu .category-item.level-4>h5 a {
	font-size: .875rem;
	line-height: 1.5;
}

#mobile-amegamenu .mobile-amega-menu .dropdown-content {
	margin-bottom: 22px;
}

#mobile-amegamenu .amenu-item .html-item li {
	line-height: 1;
}

#mobile-amegamenu .amenu-item .html-item li a {
	line-height: 20px;
	padding: 0;
	margin: 0;
}

#mobile-amegamenu .html-item.typo ul li {
	margin-top: 0;
	margin-bottom: 16px;
}

#mobile-amegamenu .category-item.level-2 a:before,
#mobile-amegamenu .amenu-item .html-item li a:before {
	display: none;
}

#mobile-amegamenu .manufacturer-item {
	margin-bottom: 30px;
}

@media (max-width: 991px) {
	.amegamenu_mobile-open {
		overflow: hidden;
	}
}


.category-item-image {
	max-width: 100%;
}

.amenu-item .adropdown {
	padding: 10px;
}

.category-item.level-1>h5 {
	margin-bottom: 9px;
	margin-top: 3px;
}

.category-item.level-1>h5 a {
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1.5;
}

.category-item.level-2>h5 {
	margin-bottom: 1px;
}

.category-item.level-2>h5 a {
	line-height: 24px;
}

.amenu-item iframe {
	max-width: 100%;
}

.html-item.typo h3.html-item-title {
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1.5;
	margin: 3px 0 9px;
}

.product-item .product-name {
	text-align: center;
	margin: 14px 0 11px;
}

.product-item .product-thumbnail {
	height: auto !important;
}

#mobile-amegamenu .products-grid {
	margin: 15px 0;
}

.dropdown-scroll {
	overflow-y: auto !important;
}

/** ***************** START POPUP *************************************************/
.anmenu-popup .info_box_popup .close {
	float: right;
	font-size: 19.5px;
	font-weight: bold;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	opacity: 0.2;
	filter: alpha(opacity=20);

	padding: 0;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
}

.anmenu-popup .info_box_popup .close:hover {
	color: #000;
	text-decoration: none;
	cursor: pointer;
	opacity: 1;
}

.anmenu-popup {
	display: none;
	position: fixed;
	left: calc(50% - 220px);
	top: 65px;
	width: auto;
	z-index: 2000;
}

.anmenu-popup .info_box_popup {
	background: white;
	padding: 20px;
	width: 440px;
	text-transform: none;
	border-radius: 20px;
	box-shadow: 5px 10px 50px 5px rgba(0, 0, 0, 0.75);
	-webkit-box-shadow: 5px 10px 50px 5px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 5px 10px 50px 5px rgba(0, 0, 0, 0.75);
	font-size: 13px;
}

.anmenu-popup .info_content {
	position: relative;
	padding: 30px 30px 50px 70px;
	font-size: 85%;
}

@media screen and (max-width: 480px) {
	.anmenu-popup .info_box_popup {
		transform: scale(0.8);
		-webkit-transform: scale(0.8);
	}

	.anmenu-popup .info_box_popup {
		font-size: 16px;
	}
}

@media screen and (min-width: 768px) {
	.anmenu-popup .info_box_popup {
		transform: scale(1.2);
		-webkit-transform: scale(1.2);
	}
}

.anmenu-popup .info_box_popup b {
	display: block;
	text-align: center;
	font-size: 120%;
}

.anmenu-popup .info_box_popup .info_content {
	position: relative;
	padding: 30px 30px 50px 70px;
	font-size: 85%;
}

.anmenu-popup .info_box_popup .info_content p.txt-1 {
	position: absolute;
	top: 25px;
	right: 0;
	width: 225px;
	text-align: center;
}

.anmenu-popup .info_box_popup .info_content p.txt-2 {
	position: absolute;
	top: 100px;
	right: 0;
	width: 140px;
	text-align: right;
}

.anmenu-popup .info_box_popup .info_content p.txt-3 {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 190px;
	text-align: left;
}

.anmenu-popup .info_box_popup .info_content p.txt-3 b {
	text-align: left;
}

.anmenu-popup .info_box_popup .info_content p.txt-4 {
	position: absolute;
	bottom: 45px;
	right: 0;
	width: 135px;
	text-align: center;
}

.anmenu-popup .info_box_popup .info_content p.txt-5 {
	position: absolute;
	top: 80px;
	right: 0;
	width: 110px;
	text-align: left;
}

.anmenu-popup .info_box_popup[data-pad-type="inside"] .info_content {
	padding-bottom: 20px;
}

.anmenu-popup .info_box_popup[data-pad-type="inside"] .info_content .txt-4 {
	bottom: 12px;
}

.anmenu-popup .info_box_popup[data-pad-type="onto"] img {
	margin: -25px 0 0 -15px;
}

.anmenu-popup .info_box_popup[data-pad-type="onto"] .info_content {
	padding-bottom: 30px;
}

.anmenu-popup .info_box_popup[data-pad-type="onto"] .info_content .txt-1 {
	top: 25px;
	width: 165px;
	text-align: left;
}

.anmenu-popup .info_box_popup[data-pad-type="onto"] .info_content .txt-2 {
	top: 58px;
	text-align: left;
	width: 150px;
}

.anmenu-popup .info_box_popup[data-pad-type="onto"] .info_content .txt-4 {
	bottom: 20px;
	right: 15px;
}
/** ***************** END POPUP *************************************************/

/** ***************** START Cart sidebar *************************************************/

.sb-overlay {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: 50;
	background: rgba(0, 0, 0, 0.3);
	display: none;
}

.sb-open {
	overflow: hidden;
}

.sb-menu-right {
	position: fixed;
	top: 0;
	right: 0;
	width: 350px;
	height: 100%;
	z-index: 10000;
	overflow-y: scroll;
	background-color: #fff;
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

.sb-open .sb-menu-right {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}

.sb-close-btn {
	position: absolute;
	top: 0;
	left: 5px;
	cursor: pointer;
}

.sb-close-btn i {
	font-size: 14px;
	color: #7b7b7b;
}

.cart-preview .cart-title {
	padding: 25px 0;
	margin-bottom: 20px;
	text-align: center;
}

.cart-preview .cart-title .h4 {
	margin-bottom: 0;
	text-transform: uppercase;
	font-weight: 400;
	color: #000;
	line-height: normal;
}

.cart-preview .cart-product-line {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	padding: 20px 0;
	margin: 0 20px;
	text-align: left;
}

.cart-preview .cart-product-line .product-image {
	width: 30%;
	border: 1px solid #f4f4f4;
}

.cart-preview .cart-product-line .product-infos {
	width: 59%;
	padding-left: 15px;
}

.cart-preview .cart-product-line .product-remove {
	align-self: flex-start;
	width: 10%;
	text-align: right;
}

.cart-preview .product-image .img-fluid {
	max-width: 100%;
	height: auto;
}

.cart-preview .product-infos .product-name {
	display: block;
}

.cart-preview .product-remove i {
	width: 20px;
	height: 20px;
	display: inline-block;
	padding: 4px;
	border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	font-size: 12px;
	color: #fff;
	background-color: #b6b5b5;
}

.cart-preview .product-infos .product-line-info {
	line-height: initial;
	font-size: 12px;
	color: #000;
}

.product-infos .product-line-info .label {
	font-weight: 400;
	font-size: 12px;
	color: #7d7d7d;
}

.product-infos .product-line-info .value {
	font-size: 12px;
	font-weight: 400;
}

.cart-preview .product-infos .product-price {
	display: inline-block;
	margin-top: 15px;
}

.cart-preview .product-infos .product-quantity {
	display: inline-block;
	margin-left: 3px;
	font-size: 12px;
	font-weight: 400;
	color: #7d7d7d;
}

.cart-preview .cart-bottom {
	padding: 20px 20px 10px 20px;
}

.cart-preview .cart-bottom .total-line {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}

.cart-bottom .total-line span {
	width: 50%;
	font-size: 14px;
	font-weight: 400;
	color: #000;
}

.cart-bottom .total-line .label {
	text-align: left;
}

.cart-bottom .total-line .value {
	text-align: right;
}

.cart-bottom .cart-total .label {
	text-transform: uppercase;
}

.cart-bottom .cart-total .value {
	font-size: 20px;
}

.cart-preview .cart-action .btn-primary {
	width: 100%;
	margin-top: 10px;
	position: static;
}

.cart-preview .no-items {
	text-align: center;
}

.sb-close-btn {
	position: absolute;
	top: 26px;
	left: 5px;
	cursor: pointer;
}

.cart-preview .continue-order-btn {
	background-color: #3a93bc;
}

@media (max-width: 400px) {
	.sb-menu-right {
		width: 100%;
	}
}
/** ***************** END Cart sidebar *************************************************/

body:not(.lang-sv) .amenu-item .dropdown-content.merch >.category-title-wrapper {
	display: none;
}

#___ratingbadge_0 {
	z-index: 99 !important;
}

/** ***************** START mobile menu *************************************************/
#_mobile_menu_btn {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 10px;
}

.js-top-menu-bottom {
	padding: 0;
}
/** ***************** END mobile menu *************************************************/

.amenu-item {
	--bs-link-color: var(--menu-text-color);
	--bs-heading-color: var(--menu-text-color);
	font-family: var(--menu-font-primary);

	.category-title {
		font-weight: 700;
		font-size: 18px;
		line-height: 28px;
		padding-block: 10px;
		color: var(--menu-text-color);
		text-transform: uppercase;
		font-family: var(--menu-font-secondary);
	}

	.category-subtitle {
		font-size: 14px;
		line-height: 20px;
		text-transform: uppercase;
		color: var(--menu-subtitle-color);
	}

	.categories-grid .category-title {
		font-size: 14px;
		line-height: 20px;
		padding: 0;
		margin: 0;
		text-transform: uppercase;
	}

	a {
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	a:after {
		content: "arrow_forward";
		display: inline-block;
		font-family: Material Icons, Arial, sans-serif;
		font-feature-settings: "liga";
		font-size: 16px;
		font-style: normal;
		font-weight: 300;
		height: 1em;
		letter-spacing: normal;
		line-height: 1;
		text-transform: none;
		width: 1em;
		word-wrap: normal;
		direction: ltr;
		vertical-align: middle;
		white-space: nowrap;
		-webkit-font-smoothing: antialiased;
		text-rendering: optimizeLegibility;
		-moz-osx-font-smoothing: grayscale;
		transform: rotate(-45deg);
	}

	.dropdown-content.our-brand .html-item {
		background-color: var(--menu-main-color);
		color: #fff;
		border-radius: var(--menu-border-radius);
		padding: 10px;
		text-align: center;
	}
	.dropdown-content.our-brand .html-item img {
		max-width: 244px;
		margin-block: 50px;;
	}
	.dropdown-content.our-brand .html-item >p >a {
		justify-content: center;
	}
	.dropdown-content.our-brand .html-item >p >a::after {
		content: unset;
	}
	.dropdown-content.our-brand .categories-grid {
		padding: 0;
		--menu-text-color: #fff;
		--bs-link-color: #fff;
		gap: 0;
	}
	.dropdown-content.our-brand .categories-grid >.category-item {
		padding-block: 6px;
		border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	}

	.dropdown-content.help-support .categories-grid {
		padding: 0;
		gap: 0;
	}
	.dropdown-content.help-support .categories-grid >.category-item {
		padding-block: 6px;
		border-bottom: 1px solid rgba(26, 31, 28, 0.12);
		border-bottom: 1px solid var(--menu-border-color);
	}
	.dropdown-content.help-support .categories-grid a {
		justify-content: left;
		gap: 8px;
	}
	.dropdown-content.help-support .categories-grid a:after {
		margin-left: auto;
	}
	.dropdown-content.help-support .categories-grid img {
		width: 16px;
	}

	.dropdown-content.outside,
	.dropdown-content.inside,
	.dropdown-content.on-top {
		background-color: var(--menu-background-gray);
		border-radius: var(--menu-border-radius);
	}
	.dropdown-content.outside,
	.dropdown-content.inside,
	.dropdown-content.on-top {
		margin-top: -24px;
	}
	.dropdown-content.outside >.category-title-wrapper,
	.dropdown-content.inside >.category-title-wrapper,
	.dropdown-content.on-top >.category-title-wrapper {
		gap: 16px;
		align-items: center;
		display: grid;
		grid-auto-flow: column;
	}
	.dropdown-content.outside >.category-title-wrapper >.category-image-wrapper,
	.dropdown-content.inside >.category-title-wrapper >.category-image-wrapper,
	.dropdown-content.on-top >.category-title-wrapper >.category-image-wrapper {
		height: 100%;
		background: url('../img/background.jpg') no-repeat center;
		background-size: cover;
		text-align: center;
		align-content: center;
		padding-block: 16px;
	}
	.dropdown-content.outside >.category-title-wrapper .category-title,
	.dropdown-content.inside >.category-title-wrapper .category-title,
	.dropdown-content.on-top >.category-title-wrapper .category-title {
		font-size: 14px;
		line-height: 24px;
		padding-block: 0 4px;
	}

	.dropdown-content.pads-with-character .categories-grid {
		border: 1px solid var(--menu-border-color);
		background-color: var(--menu-background-gray);
		border-radius: var(--menu-border-radius);
		gap: 0;
		padding: 0;
	}
	.dropdown-content.pads-with-character .categories-grid >.category-item {
		padding: 8px 16px;
		border-bottom: 1px solid var(--menu-border-color);
	}

	.dropdown-content.other-categories .categories-grid {
		gap: 0;
		padding: 0;
	}
	.dropdown-content.other-categories .categories-grid >.category-item {
		padding-block: 8px;
		border-bottom: 1px solid var(--menu-border-color);
	}

	.dropdown-content.advantages {
		padding: 20px;
		background: url('../img/background.jpg') no-repeat center;
		background-size: cover;
		border-radius: var(--menu-border-radius);
		position: relative;
	}
	.dropdown-content.advantages:after {
		/* content: ""; */
		position: absolute;
		top: 100%;
		left: 0;
		width: 100%;
		height: 12px;
		display: block;
	}
	.dropdown-content.advantages >.category-title {
		display: none;
	}
	.dropdown-content.advantages img {
		width: 48px;
	}
	.dropdown-content.advantages p {
		margin-bottom:0;
	}
	.dropdown-content.advantages .categories-grid {
		gap: 24px;
		padding: 0;
	}
	.dropdown-content.advantages .categories-grid >.category-item {
		display: flex;
		flex-direction: row;
		justify-content: left;
		gap: 16px;
		align-items: center;
	}
	.dropdown-content.advantages .categories-grid .category-title {
		font-weight: 700;
		font-size: 20px;
		line-height: 24px;
		color: var(--menu-main-color);
	}
	.dropdown-content.advantages .categories-grid .category-subtitle {
		font-size: 14px;
		line-height: 18px;
		margin-bottom:0;
		text-transform: none;
	}
	.dropdown-content.advantages .categories-grid >.category-item >a {
		padding: 12px 10px;
		background-color: #2991BC;
		justify-content: left;
		gap: 16px;
		border-radius: var(--menu-border-radius);
	}
	.dropdown-content.advantages .categories-grid >.category-item >a:after {
		content: unset;
	}
	.dropdown-content.advantages .categories-grid >.category-item >a span {
		display: block;
		color: #fff;
	}
}

@media (min-width: 768px) {
	html {
		scrollbar-gutter: stable;
	}

	body.is-open-menu {
		overflow: hidden;
	}

	.amenu-item {
		a {
			align-items: flex-start;
		}

		.dropdown-content.our-brand {
			grid-area: menu-our-brand;
		}

		.dropdown-content.help-support {
			grid-area: menu-help-support;
		}

		.dropdown-content.furniture-pads {
			grid-area: menu-furniture-pads;
		}

		.dropdown-content.outside {
			grid-area: menu-outside;
		}

		.dropdown-content.inside {
			grid-area: menu-inside;
		}

		.dropdown-content.on-top {
			grid-area: menu-on-top;
		}

		.dropdown-content.pads-with-character {
			grid-area: menu-pads-with-character;
			position: relative;
			background: transparent;
		}

		.dropdown-content.other-categories {
			grid-area: menu-other-categories;
		}

		.dropdown-content.advantages {
			grid-area: menu-advantages;
		}

		.adropdown-4 {
			display: grid;
			row-gap: 16px;
			/* grid-template-columns: 18% 18% 18% 23% 23%; */
			grid-template-columns: repeat(5, 1fr);
			grid-template-rows: 52px auto;
			grid-template-areas:
				"menu-furniture-pads menu-furniture-pads menu-furniture-pads menu-other-categories menu-our-brand"
				"menu-outside menu-inside menu-on-top menu-other-categories menu-our-brand"
				". . . menu-other-categories menu-help-support"
				"menu-pads-with-character menu-pads-with-character menu-pads-with-character menu-pads-with-character menu-pads-with-character"
				"menu-advantages menu-advantages menu-advantages menu-advantages menu-advantages";
			overflow: hidden;
		}

		.adropdown {
			padding: 16px 10px;
			z-index: 101;
		}

		.dropdown-content {
			width: 100%;
			height: 100%;
			background-color: #fff;
			text-align: left;
			padding: 0;
		}

		.categories-grid {
			padding: 0;
		}

		.categories-grid .category-title {
			font-size: 11px;
			line-height: 14px;
		}

		.dropdown-content.help-support .categories-grid a {
			gap: 5px;
		}

		.dropdown-content.outside,
		.dropdown-content.inside,
		.dropdown-content.on-top {
			margin-top: -20px;
			padding: 0 10px 24px;
			border-radius: 0;
			border: 1px solid var(--menu-border-color);
		}
		.dropdown-content.outside {
			border-top-left-radius: var(--menu-border-radius);
			border-bottom-left-radius: var(--menu-border-radius);
		}
		.dropdown-content.on-top {
			border-top-right-radius: var(--menu-border-radius);
			border-bottom-right-radius: var(--menu-border-radius);
		}
		.dropdown-content.outside >.category-title-wrapper,
		.dropdown-content.inside >.category-title-wrapper,
		.dropdown-content.on-top >.category-title-wrapper {
			display: flex;
			flex-wrap: wrap;
			justify-content: center;
			text-align: center;
			gap: 16px;
			margin-bottom: 16px;
		}
		.dropdown-content.outside >.category-title-wrapper >div,
		.dropdown-content.inside >.category-title-wrapper >div,
		.dropdown-content.on-top >.category-title-wrapper >div {
			position: relative;
		}
		.dropdown-content.outside >.category-title-wrapper .info-icon,
		.dropdown-content.inside >.category-title-wrapper .info-icon,
		.dropdown-content.on-top >.category-title-wrapper .info-icon {
			position: absolute;
			top: 4px;
			right: -15px;
		}
		.dropdown-content.outside >.category-title-wrapper >.category-image-wrapper,
		.dropdown-content.inside >.category-title-wrapper >.category-image-wrapper,
		.dropdown-content.on-top >.category-title-wrapper >.category-image-wrapper {
			padding: 16px;
		}
		.dropdown-content.outside >.category-title-wrapper .category-title,
		.dropdown-content.inside >.category-title-wrapper .category-title,
		.dropdown-content.on-top >.category-title-wrapper .category-title {
			font-size: 16px;
			line-height: 24px;
		}
		.dropdown-content.outside >.category-title-wrapper .category-subtitle,
		.dropdown-content.inside >.category-title-wrapper .category-subtitle,
		.dropdown-content.on-top >.category-title-wrapper .category-subtitle {
			font-size: 9px;
		}

		.dropdown-content.other-categories {
			padding-left: 16px;
			background-color: transparent;
		}
		.dropdown-content.other-categories .categories-grid >.category-item {
			padding-block: 6px;
			z-index: 2;
		}

		.dropdown-content.our-brand {
			padding-left: 16px;
			--header-color: #fff;
		}
		.dropdown-content.our-brand .html-item {
			padding-bottom: 0px;
			min-height: 203px;
		}
		.dropdown-content.our-brand .html-item img {
			margin-block: 0;
			max-width: 96px;
		}

		.dropdown-content.help-support {
			padding-left: 16px;
			top: -95px;
			position: relative;
			background-color: transparent;
		}

		.dropdown-content.help-support >.category-title {
			padding-block: 2px;
		}

		.dropdown-content.pads-with-character .categories-grid {
			display: grid;
			grid-template-columns: repeat(5, 1fr);
			gap: 16px;
			background-color: #fff;
			border: none;
		}

		.dropdown-content.pads-with-character .categories-grid >.category-item {
			padding: 10px;
			background-color: var(--menu-background-gray);
			border-radius: var(--menu-border-radius);
			border: 1px solid var(--menu-border-color);
			justify-content: flex-start;
		}

		.dropdown-content.advantages {
			padding: 18px;
			top: 16px;
			align-content: center;
		}
		.dropdown-content.advantages .categories-grid {
			display: grid;
			grid-template-columns: repeat(4, 1fr);
			gap: 10px;
		}
		.dropdown-content.advantages img {
			width: 50px;
		}
		.dropdown-content.advantages .categories-grid .category-title {
			font-size: 20px;
			line-height: 20px;
		}
		.dropdown-content.advantages .categories-grid >.category-item {
			flex-wrap: nowrap;
		}
		.dropdown-content.advantages .categories-grid >.category-item >a img {
			width: 48px;
		}
	}

	body.lang-sv .amenu-item .dropdown-content.help-support {
		top: -152px;
	}
}
