body {
    max-width: 1260px;
    margin: auto;
}

.mm-slideout {
    z-index: 0;
}

.mm-panels .w-language {
    padding: 1em 0;
}

.site-corporate {
    background: #fff;
}

.site-header {
    background: url(../images/header-bg.jpg) center no-repeat;
    background-size: cover;
}


.site-header .hero-slider-theme,
.site-header .hero-slider-theme .owl-pagination {
    margin: 0;
}

.site-header .hero-slider-theme .owl-pagination {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.logo img {
    margin: auto;
    max-height: 50px;
}

.site-navigation .text-right {
    margin-top: .5em;
}

.site-navigation img {
    margin-bottom: 0;
    vertical-align: middle;
}

.site-navigation a.quick-cart-link {
    color: #fff;
    font-size: .9em !important;
    padding: 1em 0;
    display: block;
}

.site-navigation  a.quick-cart-link .fa {
    margin-left: 10px;
}

.site-navigation .top-search-form {
    position: absolute;
    top: 47px;
    z-index: 9999;
}

.site-navigation .w-currency .dropdown-container a {
    color: #fff;
}

.category-item {
    text-align: center;
}

.container.with-xlarge .category-item.type-row {
    width: 100%;
}

.category-item.type-row,
.category-item.type-row .placeholder-wrapper {
    margin: 0;
}

.productItem {
    margin-bottom: 10px;
}

.productItem .type-row .product-transaction {
    padding: .5em 1em;
}

.productItem .productContent .image a {
    margin: 0;
    padding: .5em;
}

.productItem .type-row .description,
.productItem .type-row .product-delivery,
.productItem .type-row .title {
    padding-bottom: 0;
}

.panel-icon {
    position: relative;
    padding-left: 20px;
}

.panel-rounded img {
    height: 15px;
    position: absolute;
    left: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.panel-orange {
    background: #ffc000;
}

.panel-yellow {
    background: #ffffcc;
}

@media (min-width: 960px) {
    .logo img {
        margin: 0;
        max-height: 100%;
    }
    .site-navigation {
        padding: 0;
    }
    .container.with-xlarge .category-item {
        width: 20%;
    }
    .site-navigation .top-search-form {
        display: none !important;
    }
}