body {
    word-break: break-word
}

.megaMenu_flex>:first-child {
    width: 380px
}

.gFooter_logo {
    width: 561px
}

.gFooter_logo img {
    aspect-ratio: 300/10;
    object-fit: inherit
}

.goodsMenu_list {
    gap: 0 40px !important
}

.goodsMenu_item>a {
    font-size: 14px !important
}

.goodsMenu_add-comparison .goodsMenu_addInner::before {
    content: "Add to Compare" !important
}

.goodsMenu_add-comparison>label>[type=checkbox]:checked+.goodsMenu_addInner::before {
    content: "Remove from Compare" !important;
    font-size: 13px !important
}

.goodsMenu_addIcon {
    right: 5px !important
}

.comparison_prevBtn {
    left: 2px !important
}

.comparison_nextBtn {
    right: 2px !important
}

.goods_add-comparison .goods_addInner::before {
    content: "Add to Compare" !important
}

.goods_add-comparison>label>[type=checkbox]:checked+.goods_addInner::before {
    content: "Remove from Compare" !important
}

.list_add-comparison .list_addInner::before {
    content: "Add to Compare" !important
}

.list_add-comparison>label>[type=checkbox]:checked+.list_addInner::before {
    content: "Remove from Compare" !important;
    font-size: 13px !important
}

.list_img-end>a::after {
    content: "Discontinued Products" !important;
    font-size: 12px !important;
    width: 150px !important
}

.list_end {
    font-size: 12px !important;
    width: 150px !important
}

.grid_add-comparison .grid_addInner::before {
    content: "Add to Compare" !important
}

.grid_add-comparison>label>[type=checkbox]:checked+.grid_addInner::before {
    content: "Remove from Compare" !important
}

.grid_img-end>a::after {
    content: "Discontinued Products" !important;
    font-size: 12px !important;
    width: 150px !important
}

.goods_mainSlider-end::after {
    content: "Discontinued Products" !important;
    font-size: 12px !important;
    width: 150px !important
}

.goods_end {
    font-size: 12px !important;
    width: 150px !important
}

.goodsModal_mainSlider-end::after {
    content: "Discontinued Products" !important;
    font-size: 12px !important;
    width: 150px !important
}

@media screen and (max-width:736px) {
    .megaMenu_flex>:first-child {
        width: auto
    }

    .gFooter_logo {
        width: 321px
    }

    .comparison_replace span {
        font-size: 11px !important
    }

    .comparison_prevBtn {
        left: 0 !important
    }

    .comparison_nextBtn {
        right: 0 !important
    }

    .select_tab>a {
        padding: 10px 2px;
        font-size: 12px
    }
}