/*css*/
.amega-menu {
/*    width: 100%;*/
}
.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: #374145;
    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;
}
.amenu-item a {
    color: #777 !important;
}
.amenu-item a:hover {
        color: #515151 !important;
}
.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: calc((768px * 0.8) - 30px);
    }
    .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-4{
		width: calc((930px * 0.8));
	}
    .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-4{
		width: calc((1110px * 0.8));
	}
	.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;
}
.level-1 a{
    color: #000;
}
.anav-top{
    margin: 0;
}
.categories-grid{
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    cursor: default;
}
.acontent-1 .categories-grid{
    flex-direction: column;
    margin: 0 0 0 14px;
}
.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;

        font-size: 20px;
        line-height: 1.6;
        font-weight: 600;
        color: #333;
    }
    .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: 18px 0;
    float: left;
    min-height: 100vh;
    margin: 0;
    overflow-x: hidden;
}
.megamenu_mobile-btn-back,
.megamenu_mobile-btn-close {
    display: inline-block;
    cursor: pointer;
    height: 19px;
}
.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: 8px 30px;
    background: #fff;
    z-index: 1;
    height: 100%;
    width: 100%;
}
/*.mobile-amega-menu .amenu-item .dropdown-content {
    padding: 0;
}*/
.mobile-menu-header {
    padding: 0 29px;
    margin-bottom: 23px;
}
.mobile-menu-fixed {
    position: relative;
}
#mobile_top_menu_wrapper .mobile-item-nodropdown,
#mobile_top_menu_wrapper .mobile_item_wrapper {
    padding: 0 29px;
}

#mobile_top_menu_wrapper .mobile_item_wrapper {
    padding: 0px 30px 0px 10px;
}

#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: block;
}
#mobile_top_menu_wrapper .mobile_item_wrapper.open+.adropdown-mobile.menu-active {
    transform: translateX(0);
    padding-left: 0px;
    padding-right: 0px;

    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(4, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-auto-rows: auto;
}
#mobile_top_menu_wrapper .js-top-menu-bottom {
    padding: 0px;
}
.megamenu_mobile-btn-close svg {
    margin-left: 1px;
}
#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 !important;
}

#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 .category-title,
.mobile-amega-menu .categories-grid .category-title {
    font-size: 14px;
    color: #30393c;
    line-height: 1.43;
    font-weight: 700;
    margin: 0px;
}

.amenu-item .adropdown .categories-grid .category-title {
    font-weight: 600;
    color: #777;
    padding-left: 20px;
    position: relative;
}

.amenu-item .adropdown .categories-grid .category-title::before {
    content: '';
    display: block;
    position: absolute;
    left: 3px;
    top: 9px;
    width: 5px;
    height: 5px;
    background-color: #373737;
}
.amenu-item .adropdown .dd-1 .categories-grid .category-title::before,
.amenu-item .adropdown .dd-2 .categories-grid .category-title::before,
.amenu-item .adropdown .dd-3 .categories-grid .category-title::before {
    display: none;
}
.amenu-item .adropdown .dd-1 .categories-grid .category-title,
.amenu-item .adropdown .dd-2 .categories-grid .category-title,
.amenu-item .adropdown .dd-3 .categories-grid .category-title {
    padding-left: 0;
}
.amenu-item .adropdown .dd-1 .categories-grid,
.amenu-item .adropdown .dd-2 .categories-grid,
.amenu-item .adropdown .dd-3 .categories-grid {
    margin-left: 0;
}

.amenu-item .adropdown .dd-2 .categories-grid {
    flex-direction: column-reverse;
}

.amenu-item .adropdown .category-subtitle {
    font-weight: 600;
    line-height: 1.333;
    font-size: 12px;
    min-height: 32px;
}

.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;
}

.amenu-item.plex .adropdown-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(3, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto 140px;
}
.amenu-item.plex .adropdown-4 > .dropdown-content:nth-child(2) { grid-area: 1 / 1 / 2 / 2; }
.amenu-item.plex .adropdown-4 > .dropdown-content:nth-child(3) { grid-area: 1 / 2 / 2 / 3; }
.amenu-item.plex .adropdown-4 > .dropdown-content:nth-child(4) { grid-area: 1 / 3 / 2 / 4; }
.amenu-item.plex .adropdown-4 > .dropdown-content:nth-child(5) {
    grid-area: 1 / 4 / 3 / 5;
    background-color: #eaf0f4;
    height: 100%;
    padding-left: 20px;
    padding-right: 20px;
    min-width: 270px;
}
.amenu-item.plex .adropdown-4 > .dropdown-content:nth-child(7) {
    grid-area: 3 / 4 / 4 / 5;
    background-color: #eaf0f4;
    height: 100%;
    padding-left: 20px;
}

.amenu-item .furniture-pads {
        grid-area: 1 / 1 / 2 / 4;
    z-index: 99;
}

.amenu-item.plex .adropdown-4 > .dropdown-content:nth-child(6) { grid-area: 2 / 1 / 4 / 4; }

.amenu-item.plex .adropdown-4 .acontent-1, .amenu-item.plex .adropdown-4 .acontent-3 {
    width: 100%;
}

.category-title-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    position: relative;
}

.amenu-item .pad-category .category-title-wrapper .info-icon {
        position: absolute;
    right: -11px;
    top: -12px;
}

.amenu-item .pad-category {
    background-color: #F7F9FA;
    min-height: 196px;
        padding: 16px 13px 0 10px;
    color: #30393c;
    font-weight: 600;
    font-size: 14px;
    position: relative;
    margin-top: 65px;
    z-index: 100;
}

.amenu-item .pad-category .categories-grid {
    margin-top: 20px;
}

.amenu-item .pad-category .categories-grid a {
    line-height: 21px;
}

.amenu-item .pad-category .category-item.level-1 {
    margin-bottom: 10px;
}

.amenu-item .pad-category.dd-2,
.amenu-item .pad-category.dd-3 {
    box-shadow: inset 1px 0 0 #c5c9ca;
}

.amenu-item .pads-with-character .categories-grid {
/*    flex-direction: column;*/
/*    flex-wrap: wrap;*/
/*    max-height: 134px;*/
    padding-left: 5px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 5px;
    grid-row-gap: 5px;
}

.lang-de .amenu-item .pads-with-character .categories-grid {
    max-height: 152px;
}

.amenu-item .pads-with-character .categories-grid .category-item {
        max-width: 160px;
/*    margin-bottom: 10px;*/
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 10px;
        display: flex;
    align-items: center;
    justify-content: start;
    flex-direction: row;
}

.amenu-item .pads-with-character .categories-grid .category-title {
    padding: 0px;
}
.amenu-item .pads-with-character .categories-grid .category-title::before {
    display: none;
}

.amenu-item .pads-with-character {
    padding-left: 16px;
}

.amenu-item .pads-with-character > .category-title {
    margin-bottom: 25px;
    margin-top: 16px;
}

.amenu-item .pads-with-character > .category-title,
.amenu-item .merch .category-title,
.amenu-item .other-categories > .category-title,
.amenu-item .furniture-pads > .category-title {
    font-size: 20px;
    line-height: 1.6;
    font-weight: 600;
}

.amenu-item .furniture-pads {
    padding: 16px;
}
.amenu-item .other-categories > .category-title {
    padding-top: 16px;
    padding-bottom: 16px;
}

.amenu-item .merch .categories-grid {
    display: none;
}

.amenu-item .merch .category-title-wrapper {
        flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.amenu-item .merch .category-title-wrapper > a {
    order: 2;
}

.amenu-item .merch .category-title-wrapper img {
    max-width: 80px;
}

.amenu-item .other-categories .categories-grid {
    margin: 0px;
}

.amenu-item .other-categories .categories-grid .category-item {
    margin-bottom: 10px;
}

.amenu-item .adropdown .other-categories .categories-grid .category-title {
    font-size: 16px;
    line-height: 24px;
}


/*** mobile menu *****************************************************/
#_mobile_menu_btn {
        position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 10px;
}
.mobile-pad-category {
    background-color: #F7F9FA;
/*    min-height: 114px;*/
    padding: 25px 25px 16px 25px;
    color: #30393c;
    font-weight: 600;
    font-size: 16px;
    position: relative;
}
.mobile-pad-category.dd-1,
.mobile-pad-category.dd-2,
.mobile-pad-category.ddkey-0,
.mobile-pad-category.ddkey-1 {
    box-shadow: inset 0 -1px 0 #c5c9ca;
}

.mobile-amega-menu .categories-grid a {
    color: inherit !important;
    font-size: 16px;
}
.mobile-amega-menu .mobile-pad-category .categories-grid {
    gap: 10px;
    flex-wrap: nowrap;
    padding: 20px 20px 0px 0px;
    justify-content: flex-start;
}
.mobile-amega-menu .mobile-pad-category .categories-grid .category-item {
    width: 50%;
    flex-basis: 50%;
}
.mobile-amega-menu #mobile-amegamenu .mobile-furniture-pads .categories-grid .category-item,
.mobile-amega-menu #mobile-amegamenu .mobile-pads-with-character .categories-grid .category-item,
.mobile-amega-menu #mobile-amegamenu .mobile-other-categories .categories-grid .category-item {
    margin-bottom: 10px !important;
    flex-basis: 100%;
}
.mobile-amega-menu .categories-grid .category-title {
    font-weight: 600;
    padding-left: 20px;
    position: relative;
}
.mobile-amega-menu .categories-grid .category-title::before {
    content: '';
    display: block;
    position: absolute;
    left: 3px;
    top: 9px;
    width: 5px;
    height: 5px;
    background-color: #373737;
}
.mobile-amega-menu .category-title-wrapper {
    justify-content: flex-start;
}
.mobile-amega-menu .mobile-merch .category-title-wrapper {
    flex-direction: column;
    align-items: flex-start;
}
.mobile-amega-menu .mobile-merch .category-title-wrapper > a {
    order: 2;
}
.mobile-amega-menu .mobile-merch .category-title-wrapper > a img {
    width: 60px;
}
.mobile-amega-menu .mobile-merch .categories-grid {
    display: none;
}
.mobile-amega-menu .category-title {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.43;
    margin: 0px;
}
.mobile-amega-menu .mobile-furniture-pads > .category-title,
.mobile-amega-menu .mobile-pads-with-character > .category-title,
.mobile-amega-menu .mobile-other-categories > .category-title,
.mobile-amega-menu .mobile-merch .category-title {
    padding-left: 20px;
        font-size: 20px;
    line-height: 1.6;
    font-weight: 600;
    color: #333;
    margin-bottom: 20px;
}
.mobile-amega-menu .mobile-merch .category-title {
    padding: 0px;
    margin-bottom: 0px;
}
.mobile-amega-menu .category-subtitle {
    font-weight: 600;
    line-height: 1.33;
    font-size: 12px;
}
.mobile-amega-menu  .category-title-wrapper .info-icon {
    right: 0px;
    position: absolute;
    top: 9px;
}
.mobile-pad-category.dd-1
.mobile-other-categories.dd-5,
.mobile-pad-category.ddkey-0 {
    grid-area: 2 / 1 / 3 / 3;
}
.mobile-pad-category.dd-2,
.mobile-pad-category.ddkey-1 {
    grid-area: 3 / 1 / 4 / 3;
}
.mobile-pad-category.dd-3,
.mobile-pad-category.ddkey-2 {
    grid-area: 4 / 1 / 5 / 3;
    margin-bottom: 20px;
}
.mobile-pads-with-character.dd-4,
.mobile-pads-with-character.ddkey-3 {
    grid-area: 5 / 1 / 6 / 2;
    padding-left: 25px;
}
.mobile-merch.dd-5 {
    grid-area: 5 / 2 / 6 / 3;
}
.mobile-furniture-pads {
    grid-area: 1 / 1 / 2 / 3;
    padding: 0;
}
.mobile-other-categories.dd-5,
.mobile-other-categories.ddkey-3 {
    padding-left: 25px;
}
/*** end mobile menu *****************************************************/

/*** 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;
}

/** ***************** 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.dd-6 >.category-title-wrapper {
    display: none;
}

@media (max-width: 767px) {
    .mobile-amega-menu .mobile-pad-category .categories-grid {
        padding-top: 5px;
    }

    .mobile-other-categories.dd-5 {
        grid-area: 6 / 1 / 6 / 3;
        background-color: #F7F9FA;
    }

    body:not(.lang-sv) .mobile-pads-with-character.dd-4 {
        min-width: 70vw
    }
}

#___ratingbadge_0 {
    z-index: 100 !important;
}
