﻿
.item-box .add-to-compare-list-button, .item-box .add-to-wishlist-button {

    margin-right: 15px;
}


button.button-1.search-box-button {
    left: 0;
}
.product-share-button {
    margin-right: 40%;
}
.order-item.product, .order-item.Vendor, .order-item.quantity, .order-item.subtotal {
    border-left: 2px solid #FFCD00;
}
.cart-footer .cart-collaterals {
    padding: 0 10px;
    border-left: 3px solid #FFCD00;
}


#tab-1, #tab-1 + span {
    right: 0;
}

#tab-2, #tab-2 + span {
    right: 50%;
}

#tab-1:checked ~ .line {
    right: 0;
}

#tab-2:checked ~ .line {
    right: 50%;
}

.header-menu > ul > li.topicmenu  a {
    background: url(../OswaTechImages/Arrow.svg) left center no-repeat;
}
.header-menu > ul > li.topicmenu{
    float:left;
}
.header-menu > ul li:not(.topicmenu) {
    float: right;
}
.header-menu > ul > li {
    padding: 0 20px 0px 0px;
}
.header-menu > ul > li:first-child {
    padding: 0 ;
}

@media all and (max-width: 769px) {

    .header-menu > ul > li {
        padding: 0;
    }

        .header-menu > ul > li:first-child {
            padding: 0;
        }

        .header-menu > ul > li.topicmenu {
            float: none;
        }

    .header-menu > ul li:not(.topicmenu) {
        float: none;
    }
}