.pav-verticalmenu {
    position: relative;
}

.pav-verticalmenu .dropdown-menu > .dropdown-menu-inner {
    padding: 10px;
}

.pav-verticalmenu .mega-group .caret {
    display: none;
}

.pav-verticalmenu .mega-group > .dropdown-toggle {
    display: block;
    font-weight: bold;
    padding: 6px 5px;
    text-transform: uppercase;
    border-bottom: solid 1px #E5E5E5;
}

.pav-verticalmenu .mega-group .dropdown-mega .mega-col-inner > ul > li a {
    margin-left: 6px;
}

.pav-verticalmenu .mega-col .mega-col-inner > ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

.pav-verticalmenu .mega-col .mega-col-inner > ul > li {
    list-style: none;
    margin-left: 0;
}

.pav-verticalmenu .mega-col .mega-col-inner > ul > li > a {
    clear: both;
    color: #555555;
    display: block;
    line-height: 20px;
}

.pav-verticalmenu .dropdown-submenu:hover .dropdown-menu {
    display: block;
}

.pav-verticalmenu .dropdown-submenu > .dropdown-menu {
    border-radius: 0 6px 6px 6px;
    left: 100%;
    margin-left: -6px;
    margin-top: -6px;
    top: 0;
}

.widget-product-list img {
    width: 60px;
    height: 60px;
    float: left;
    margin-right: 12px;
}

.widget-banner .w-banner {
    margin: 6px 10px;
    float: left;
}

#page .container {
    max-width: auto;
}

/* table ***********/


.rwd-table {
    margin: 1em 0;
    min-width: 300px;
    width: 100%;
}

.rwd-table td
{
    border-top: medium none;
    border-right: medium none;
}

.text-black
{
    color: #000000;
}
@media (min-width: 480px) {
    .hidden-www
    {
        display: none;
    }

}
@media (min-width: 481px) and (max-width: 1024px) {
    .rwd-table td .input-group input[type='text']
    {
        width: 50px;
    }
    .rwd-table td .quantity-adder-part
    {
        min-width: auto  !important;
    }
}
@media (max-width: 480px) {

    .rwd-table  th {
        display: none;
    }
    .visible-www
    {
        display: flex !important;
    }
    .rwd-table td.hidden-w
    {
        display: none;
    }

    .rwd-table td  {
        display: block;
        width: 100%;
        border: none !important;

    }
    .rwd-table tfoot th
    {
        border: none !important;
    }
    .rwd-table td.border  {
        border-bottom: 1px solid #ddd !important;
    }
    .rwd-table th.border  {
        border-bottom: 1px solid #ddd !important;
    }
    .rwd-table td div:first-child {
        display: none;
    }
    .rwd-table td div:last-child {
        display: table;
    }
    .rwd-table td div span {
        display: inline-block;
    }
    .rwd-table td div.input-group
    {
        display: flex;
    }
    .rwd-table td.hidden-price
    {
        display: none;
    }
    .rwd-table td span.price-w
    {
        color: #767373;
        font-weight: bold;
    }

    .rwd-table td.part div:first-child {
        display: table-cell !important;
    }

    .rwd-table td .product-info .wrap-qty > div
    {
        display: table-cell !important;
        float: left;
    }


}


