.button, input, .select2-selection, .quantity {
    border-radius: 0!important;
}
        #secondary::-webkit-scrollbar {
            display: none;
        }
.secondary-wrapper {
    display: unset;
}
.main-navigation ul.menu li.menu-item-has-children.full-width > .sub-menu-wrapper li.menu-item-has-children > a {
    font-weight:bold!important;
}
#secondary::after {
    position: sticky;
    left: 100%;
    transform: translateX(-50%);
    font-size: 1.2em;
    color: white;
    background: #ff6600;
    padding: 5px 20px;
    z-index: 10;
    pointer-events: none;
    transition: opacity 0.2s ease;
    opacity: 1;
    background-size: 14px;
    background-repeat: no-repeat;
    background-position: center;
}
#secondary::after {
    content: '';
    bottom: -1.7em;
    background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"%3E%3Cpath fill="%23ffffff" d="M182.6 9.4c-12.5-12.5-32.8-12.5-45.3 0l-96 96c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L128 109.3l0 293.5L86.6 361.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l96 96c12.5 12.5 32.8 12.5 45.3 0l96-96c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L192 402.7l0-293.5 41.4 41.4c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3l-96-96z"/%3E%3C/svg%3E');
}

#secondary.hide-scroll-bottom::after {
    opacity: 0;
}
a.wpc-filter-link:hover {
    color: white !important;
}
.widget-area .widget a .icon-wrapper {
    display: none;
}
.menu-product-sidebar-container a {
    color: white!important;
    text-decoration:none!important;
}
.widget .bold:last-child{
    margin-top:2em;
}
.bold{
    font-weight:bold!important;
    text-transform: uppercase;
}
ul.sub-menu {
    text-transform: none;
    margin-left:0!important;
    font-weight: normal;
    margin-top: 5px;
}
.menu-product-sidebar-container {
    padding: 10px;
    background: #1c244b;
}


@media (max-width: 1000px)  {
.below-content .col-full {
    text-align: center;
    justify-items: center;
}
div#secondary {
    position: static !important;
    display: flex;
    justify-content: space-around;
    height: fit-content !important;
    padding:10px!important;
}
.not-desktop, #secondary.hide-scroll-bottom::after, #secondary .widget_media_image {
    display:none!important;
}
#secondary #menu-product-sidebar li {
    margin: 0;
}
.shoptimizer-archive > .col-full:last-child {
    padding:0!important;
}
#secondary #menu-product-sidebar {
    display: flex;
    grid-gap: 40px;
}
#secondary .widget:last-child >div:first-child {
    margin: 0 !important;
}
}

@media (max-width: 600px)  {
.next-prev {
    flex-direction: column!important;
    align-items: stretch;
}
.social-share {
    justify-content: center;
}
div#secondary {
    padding:0!important;
}
div#secondary,     #secondary #menu-product-sidebar,#secondary .widget, .menu-product-sidebar-container{
    display: block;
text-align: center;
    width: 100%;
}
ul#menu-product-sidebar>li {
    margin-top: 2em !important;
}
.block {
    margin: 0 !important;
    max-width: unset !important;
}


}