.site-content .widget ul:not(.recent-news) > li a {
    color: #707070;
    font-weight: 500;
    padding: 5px 5px 0px 5px;
    display: block;
    border-bottom: 1px solid #fff;
}

.woocommerce ul.products li.product .product-info h2.woocommerce-loop-product__title {
    font-size: 17px;
    line-height: 17px;
    font-weight: 500;
    color: #363636;
    padding-top: 0;
    margin-bottom: 0;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
}

.woocommerce ul.products li.product .product-info {
    position: relative;
    padding-top: 10px;
    width: 100%;
}

.main-navigation li ul {
        column-count: 3; 
        column-gap: 10px;
    }

.main-navigation li ul {
        left: -230px; 
        right: auto; 
    }

.main-navigation li ul a {
    font-size: 14px;
    display: block;
    padding: 10px 11px;
    position: relative;
    text-decoration: none;
    outline: none;
}

@media (max-width: 991px){
.top-bar, .top-bar .right-box {
    padding: 12px 0;
    min-height: 1px;
    display: none !important;
}}

@media (max-width: 991px){
.product-sidebar .widget, .product-sidebar .widget:last-child {
    margin-bottom: 30px;
    display: none;
}}

.cta-btns a:first-child {
    margin-left: 0;
    color: #fff;
    background-color: #011b54;
}

.woocommerce .add-request-quote-button.button, .woocommerce .add-request-quote-button-addons.button, .yith-wceop-ywraq-button-wrapper .add-request-quote-button.button, .yith-wceop-ywraq-button-wrapper .add-request-quote-button-addons.button {
    background-color: #0066b4!important;
    color: #ffffff!important;
    padding: 10px 10px 10px 10px;
    font-size: 18px !important;
    margin-bottom: 20px;
}