﻿
button.button-1.search-box-button {

    right: 0;

}

    .item-box .add-to-compare-list-button, .item-box .add-to-wishlist-button {
    margin-left: 15px;
}

.product-share-button {
    margin-left: 40%;
}
.order-item.product, .order-item.Vendor, .order-item.quantity, .order-item.subtotal {
    border-right: 2px solid #FFCD00;
}
.cart-footer .cart-collaterals {
    padding: 0 10px;
    border-right: 3px solid #FFCD00;
}
.order-item.remove-from-cart .addtocart-btn, .icon.icon-arrow {
    transform: rotateY(180deg);
}

#tab-1, #tab-1 + span {
    left: 0;
}

#tab-2, #tab-2 + span {
    left: 50%;
}

#tab-1:checked ~ .line {
    left: 0;
}

#tab-2:checked ~ .line {
    left: 50%;
}

.header-menu > ul > li.topicmenu {
    float: right;
}
.header-menu > ul li:not(.topicmenu) {
    float: left;
}

.header-menu > ul > li.topicmenu a {
    background: url(../OswaTechImages/ArrowAr.svg) right center no-repeat;
}
.header-menu > ul > li {
    padding: 0 0 0px 20px;
}

    .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;
    }
}