/*css*/
.amega-menu .anav-top{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
}
.amenu-item .amenu-link{
    position: relative;
    padding: 25px 25px 24px 34px;
}
.amenu-link sup{
    position: absolute;
    top: 2px;
    right: 5px;
    line-height: 13px;
    padding: 1px 3px;
    font-weight: normal;
    text-transform: uppercase;
    text-align: center;
    font-size: 10px;
    display: inline-block;
    border-radius: 1px;
    transition: all 0.2s;
    white-space: nowrap;
}
.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;
    overflow: hidden;
}
@media (min-width: 768px) {
    .anav-top .amenu-item.plex:hover .adropdown {
        visibility: visible;
        opacity: 1;
        transition: all 0.3s;
    }
}
.amenu-item{
    line-height: 1;
    display: flex;
    display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
}
.anav-top .adropdown .dropdown-bgimage {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    border-radius: 0 0 5px 5px;
}
.adropdown{
	min-width: 200px;
    display: flex;
    flex-direction: row;
    gap: 16px;
}
.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;
}
.categories-grid .category-item {
    margin: 8px 0;
}
.categories-grid .category-item .h5.category-title {
    margin: 0;
    text-align: center;
    width: 100%;
}
@media screen and (min-width: 992px) {
    .categories-grid .category-item .h5.category-title {
        text-align: left;
        width: max-content;
    }
}
.categories-grid .category-item.level-1 >.h5.category-title >a{
    font-size: 16px;
    font-family: "Ciron Text";
    line-height: 24px;
    font-weight: 500;
}
.categories-grid .category-item .h5.category-title a{
    color: #020202;
    font-family: "Ciron Classic";
    font-size: 20px;
    font-style: normal;
    font-weight: 650;
    line-height: 28px;
}
@media screen and (min-width: 992px) {
    .categories-grid .category-item .h5.category-title {
        font-weight: 650;
    }
}
.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 5px;
}
.dropdown-content .product-price-and-shipping{
	text-align: left;
	font-size: 16px;
}
/* .anav-top li{
    cursor: pointer;
} */
.anav-top li:last-child {
    margin-left: auto;
}
.product-information-dropdown{
	padding-left: 7px;
}
.html-item.typo ul{
    padding: 0 15px;
}
.html-item.typo ul li{
    margin-bottom: 7px;
}
/*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{
    padding: 10px 20px;
}
.adropdown-mobile .category-item ul{
    padding-left: 15px;
}
#mobile_top_menu_wrapper .js-top-menu-bottom .user-info a{
    width: initial;
    display: inline-block;
}
#mobile_top_menu_wrapper .html-item {
    display: none;
}
#_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%;
    width: auto;
    height: auto;
}
.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;
}
@media (max-width: 991px) {
    .anav-top{
        margin: 0;
        padding: 10px 20px 0;
        background-color: #F7F7F7;
    }
}

.categories-grid{
    display: flex;
    flex-wrap: wrap;
    padding: 0 16px;
}
.acontent-1 .categories-grid{
    flex-direction: column;
}
.category-item.level-2 a{
    font-size: 14px;
    font-weight: normal;
}
.category-item.level-1{
    margin-right: 50px;
}
.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: 0 -15px;
} 
.manufacturer-item .logo{
    margin-bottom: 15px;
}
.product-information-dropdown a{
    font-weight: 500;
}
.dropdown-content .product-item {
    margin-bottom: 20px;
}
.dropdown-content{
    padding: 15px;
}
.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: 1200px){
    #amegamenu iframe,
    #mobile-amegamenu iframe{
        width: 100%;
    }
}
@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: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100vh;
    max-height: 100vh;
    background: #000;
    opacity: 0.6;
    z-index: 100;
}
.amegamenu_mobile-modal {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    text-align: left;
    overflow-x: unset;
    overflow-y: auto;
    z-index: 200;
    width: 100%;
    max-width: 100%;
    height: 100vh;
    background-color: #F7F7F7;
}
#mobile_top_menu_wrapper {
    font-size: 15px;
    width: 100%;
    display: none;
    min-width: 200px;
    max-width: 450px;
    position: relative;
    background-color: #F7F7F7;
    z-index: 300;
    float: left;
    margin: 0;
}
.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;
    padding: 0 20px 0 25px;
}
#mobile_top_menu_wrapper .amenu-item:last-of-type .amenu-link{
    color: #FF394C;
}

#mobile_top_menu_wrapper .adropdown-mobile {
    /* position: absolute;
    top: 0;
    left: 0; */
    padding: 0;
    background: #F7F7F7;
    z-index: 1;
    height: 100%;
    width: 100%;
}
.mobile-amega-menu .amenu-item .dropdown-content {
    padding: 0;
}
/* .mobile-menu-header {
    display: none;
} */
.mobile-menu-fixed {
    position: relative;
    height: 100vh;
}
#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;
    overflow: hidden;
}
.mobile-toggler {
    display: flex;
    cursor: pointer;
    padding: 5px 0 5px 5px;
}

.anav-mobile .amenu-item {
    display: block;
}

.mobile-submenu-page.menu-active {
    display: block;
    visibility: visible;
    opacity: 1;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 99999;
    background: #F7F7F7;
}

/* Full page submenu */
.mobile-submenu-page {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 99999;
    display: none;
    background: #F7F7F7;
    overflow-y: auto;
}

.mobile-submenu-page.menu-active {
    display: block;
    visibility: visible;
    opacity: 1;
    position: fixed;
    top: 103px;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 99999;
    background: #F7F7F7;
}

.mobile-submenu-page .adropdown-mobile-subcategories {
    padding: 0 20px;
    height: calc(100vh - 70px); /* Full height minus header */
    overflow-y: auto;
    display: block;
    position: relative;
    z-index: 1;
}

.mobile-submenu-page .dropdown-content {
    display: block;
    padding: 10px 0;
}

.mobile-submenu-page .categories-grid {
    display: block;
}

.mobile-submenu-page .products-grid {
    display: block;
}

.mobile-submenu-page .html-item {
    display: none;
}
.mobile-submenu-header {
    display: flex;
    align-items: start;
    padding: 24px 16px 8px 16px;
    flex-direction: column;
    position: sticky;
    z-index: 10;
    gap: 16px;
}

.mobile-back-action {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.mobile-back-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-size: 14px;
    color: #2B2B2B;
    transition: background-color 0.2s ease;
    margin-right: 8px;
    width: 24px;
    height: 24px;
    background-color: #EDEDED;
}

.mobile-back-btn:hover {
    background-color: #e9ecef;
}

.mobile-back-btn svg {
    width: 16px;
    height: 16px;
}

.mobile-back-action span {
    color: #DC233E;
    text-align: center;
    font-family: "Ciron Text";
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}
.dropdown-see-all-link {
    display: flex;
    align-items: center;
    gap: 8px;
    width: fit-content;
    margin: 8px 0;
}

.dropdown-see-all-link:hover {
    background-color: #EDEDED;
}

.dropdown-see-all-link:active, #mobile-amegamenu .dropdown-see-all-link:focus, #mobile-amegamenu .dropdown-see-all-link:active:hover {
    background: none;
    border-radius: 2px 2px 0 0;
    border-bottom: 1px solid #191818;
}

.dropdown-see-all-link a {
    color: #DC233E;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}

.dropdown-see-all-link a:hover,  .dropdown-see-all-link a:active, .dropdown-see-all-link a:focus, .dropdown-see-all-link a:active:hover{
    text-decoration: none;
    color: #DC233E;
    border-bottom: none;
}

.mobile-submenu-title {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    color: #2B2B2B;
    flex: 1;
}

/* See all button styling */
.category-see-all {
    margin-top: 15px;
    padding: 10px 0;
    text-align: center;
    border-top: 1px solid #e9ecef;
}

.category-see-all-link {
    display: inline-block;
    color: #2B2B2B;
    text-decoration: underline;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.2s ease;
}

.category-see-all-link:hover {
    color: #666;
    text-decoration: none;
}

#mobile_top_menu_wrapper .amenu-item.open .adropdown-mobile{
    max-height: 750px;
}

#mobile_top_menu_wrapper .amenu-item .mobile_item_wrapper .mobile-toggler {
    transform: rotate(0deg);
    transition: transform .3s ease-in-out;
}

#mobile_top_menu_wrapper .amenu-item.open .mobile_item_wrapper .mobile-toggler {
    transform: rotate(-90deg);
}
/* .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 .adropdown-mobile-grid{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    padding: 0 16px 0 60px;
}
/* #mobile_top_menu_wrapper .mobile_item_wrapper.open+.adropdown-mobile.menu-active {
    transform: translateX(0);
} */
.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 20px;
}

#mobile-amegamenu .category-item.level-1 {
    margin: 0 0 0 0 !important;
    overflow: hidden;
    background-color: #F7F7F7;
}
#mobile-amegamenu .category-item.level-1.open .category-subcategories{
    max-height: 750px;
    cursor: pointer;
}
#mobile-amegamenu .category-item.level-1 > .h5 {
    padding: 12px 0 12px 0;
    margin: 0;
    display: inline-flex;
    flex-direction: row;
    justify-content: space-between;
    border-bottom: 1px solid #CECECE;

}
#mobile-amegamenu .category-item.level-1 > .h5 a {
    display: inline-block;
    width: auto;
    text-transform: unset;
    font-weight: 400;
    color: #020202;
    font-family: "Ciron Text";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    padding-bottom: 8px;
}
#mobile-amegamenu .category-item.level-1 > .h5 span{
    transition: transform .3s linear;
}
#mobile-amegamenu .category-item.level-2 > .h5 a,
#mobile-amegamenu .category-item.level-3 > .h5 a {
    color: #020202;
    font-family: "Ciron Text";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}
#mobile-amegamenu .category-item.level-2 > .h5,
#mobile-amegamenu .category-item.level-3 > .h5 {
    margin-bottom: 15px;
}
#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 .category-item.level-1 .category-subcategories {
    max-height: 0;
    transition: max-height 0.5s linear;
}
#mobile-amegamenu .category-item.level-1 .category-subcategories .category-subcategories-wrapper {
    padding: 0;
    background-color: #F7F7F7;
}
#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: 1;
    font-size: 13px;
    padding: 0;
    margin: 0;
    font-weight: 400;
}
#mobile-amegamenu .html-item.typo ul {
    padding: 0;
}
#mobile-amegamenu .html-item.typo ul li {
    padding: 4px 0;
    margin-bottom: 13px;
}
#mobile-amegamenu .category-item.level-2 a:before,
#mobile-amegamenu .amenu-item .html-item li a:before {
    display: none;
}
#mobile-amegamenu .dropdown-content .product-price-and-shipping {
    text-align: center;
}
/* .amegamenu_mobile-open {
    overflow: hidden;
} */

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

#amegamenu ul .amenu-item a:hover:not(.btn) {
    color: #DC233E;
    background: none;
}

#amegamenu ul .amenu-item a:active:not(.btn), #amegamenu ul .amenu-item a:focus:not(.btn) {
    border-bottom: none;
}
@media screen and (min-width: 992px) {
    #amegamenu ul .amenu-item > a {
        font-size: 18px;
        font-family: "Ciron Text";
        font-weight: 500;
    }
}
@media screen and (min-width: 992px) {
    #amegamenu ul .adropdown-3 .amenu-item a {
        color: #191818;
        font-family: "Ciron Classic";
        font-size: 24px;
        font-style: normal;
        font-weight: 650;
        line-height: 32px; 
    }
}
@media screen and (min-width: 992px) {
    #amegamenu ul .adropdown-5 .amenu-item a,
    #amegamenu ul .adropdown-4 .amenu-item a {
        color: #191818;
        font-family: "Ciron Text";
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 24px;
    }
}
.mobile-menu-bottom {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 8px 20px;
}
.mobile-menu-bottom > div {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
}

.mobile-menu-bottom .mobile-menu-bottom-svg{
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.category-item-image {
    max-width: 155px;
    aspect-ratio: 31/25;
    width: 100%;
    height: auto;
    display: none;
}
.adropdown-mobile-header {
    position: relative;
    padding: 32px 30px;
    background-color: #fafafa;
    border-bottom: solid 1px #f6f6f6;
}
.adropdown-mobile-header .megamenu_mobile-btn-back {
    position: absolute;
    left: 15px
}
.adropdown-mobile-header span {
    display: inline-block;
    width: 100%;
    text-align: left;
    font-size: 16px;
    font-weight: 500;
    color: #000;
    padding-left: 10px;
}
.adropdown-mobile-grid .category-item-image {
    max-width: unset;
}
.desktop-menu .amenu-item:last-of-type .amenu-link {
    color: white;
    padding: 15px 30px !important;
    font-size: 16px !important;
    display: flex;
    height: 48px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-color: #000;
}
.desktop-menu .amenu-item:last-of-type .amenu-link:hover {
    color: #fff !important;
    background-color: #DC233E !important;
    border-color: #DC233F !important;
}
.desktop-menu .amenu-item .amenu-link:hover {
    color: #000!important;
}
.desktop-menu .anav-top .amenu-item:not(:last-child) > a {
    border-bottom: solid 2px transparent;
}
.desktop-menu .anav-top .amenu-item:not(:last-child):hover > a {
    color: #000;
    border-bottom: solid 2px #DC233E;
    background: none;
}
.desktop-menu .amenu-item.active:not(:last-child) > a  {
    border-bottom: solid 2px #DC233E;
}

.desktop-menu .amenu-item .dropdown-extra-button {
    margin-top: 8px!important;
}

.desktop-menu .anav-top .amenu-item:nth-child(2) .adropdown-wrapper .dropdown-content:nth-child(3) .dropdown-extra-button .btn {
    color: #FFF;
    background-color: #000;
    border-color: #000;
}
.desktop-menu .anav-top .amenu-item:nth-child(2) .adropdown-wrapper .dropdown-content:nth-child(3) .dropdown-extra-button .btn:hover {
    color: #fff!important;
    background-color: #DC233E;
    border-color: #DC233E;
}
.desktop-menu .anav-top .amenu-item:nth-child(2) .adropdown-wrapper .dropdown-content:nth-child(5) .dropdown-extra-button .btn {
    background-color: transparent;
}

.amenu-item .adropdown {
    padding: 15px 25px 10px;
}
.category-item.level-1 > .h5 {
    margin-bottom: 9px;
    margin-top: 3px;
}
.category-item.level-2 > .h5 {
    margin-bottom: 1px;
}
.category-item.level-2 > .h5 a {
    line-height: 20px;
    display: inline-block;
}
.amenu-item iframe {
    max-width: 100%;
}

.amega-menu .amenu-item .adropdown-wrapper .dropdown-content {
    padding: 0!important;
}

.desktop-menu .anav-top .dropdown-content .html-item p img {
    border-radius: 8px;
}

@media screen and (max-width: 991px) {
    .desktop-menu .anav-top .amenu-item:has(div.html-desktop) .dropdown-content:last-child {
        display: none;
    }
}

.dropdown-content .h5.category-title {
    margin: 3px 0 9px;
    color: #191818;
    font-family: "Ciron Classic";
    font-size: 24px;
    font-style: normal;
    font-weight: 650;
    line-height: 32px; 
}

.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;
}
.amega-menu .dropdown-content {
    padding: 0;
}
.amega-menu  .categories-grid {
    padding: 0;
    min-width: 225px;

}
.amega-menu .regular-price {
    text-decoration: line-through;
}
.mobile-toggler {
    padding: 10px 15px;
    margin: -5px -15px -5px 0;
}

.amega-menu  .categories-grid .category-title span {
    display: none;
}

#amegamenu .anav-top > li.amenu-item:first-child .adropdown .categories-grid a {
    font-family: "Ciron Classic";
    font-size: var(--font-size-fontSize-24, 24px);
    font-style: normal;
    font-weight: var(--font-weight-fontWeight-regular, 650);
    line-height: 32px;
}

.manufacturers-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin: 15px 0;
}

.manufacturer-item-text {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.manufacturer-item-text a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 8px 0;
    text-decoration: none;
    color: #2B2B2B;
    font-size: 14px;
    font-weight: 400;
}

.manufacturer-item-text a:hover {
    color: #DC233E;
}

.manufacturer-name {
    flex: 1;
}

/* .brand-flag {
    display: inline-block;
    padding: 2px 8px;
    border-radius: 12px;
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
    margin-left: 8px;
}

.trending-flag {
    background-color: #4A90E2;
    color: white;
}

.new-flag {
    background-color: #DC233E;
    color: white;
    padding: 2px 6px;
    border-radius: 3px;
    font-size: 10px;
    font-weight: 500;
    text-transform: uppercase;
    margin-left: 8px;
} */

#mobile-amegamenuspan span[class$="-flag"] {
    display: inline-block;
    padding: 1px 4px;
    align-items: center;
    border-radius: 4px;
    background: #E0F2FC;
    color: #020202;
    font-family: "Ciron Text";
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
}

#mobile-amegamenu .adropdown-mobile-subcategories .category-item.level-1 > .category-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    font-weight: 650;
}

#mobile-amegamenu .adropdown-mobile-subcategories .category-item.level-1 .category-subcategories {
    display: none;
    padding-top: 8px;
}

#mobile-amegamenu .adropdown-mobile-subcategories .category-item.level-1.open .category-subcategories {
    display: block;
}

#mobile-amegamenu .adropdown-mobile-subcategories .category-subcategories .category-item.level-2 a {
    display: block;
    color: #2B2B2B;
    text-decoration: none;
}

#mobile-amegamenu .dropdown-see-all-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0 0;
}