@media (max-width: 1200px) {
    .header .logo {
        width: 250px;
        background-size: contain;
    }
    .header .search {
        width: 450px;
        padding: 0;
    }
    .header .store, .header .cart {
        width: 250px;
    }
    .productsMenu {
        width: 270px;
    }
    .mainContentCol {
        width: 700px;
    }
    .itemArtikelList .imgWrapper {
        width: 25%;
    }
    .itemArtikelList .list_title {
        width: 75%;
    }
    .itemArtikelList .content {
        width: 75%;
    }
    .itemArtikelList .bundle_products {
        width: 75%;
    }
    .listingNavigation, .listingNavigation .btn {
        font-size: 12px;
    }
    .artFilters .dropdown .ddIconr {
        font-size: 12px;
    }
    .artFilters .dropdown .ddDown {
        font-size: 10px;
    }
    .listingNavigation .count,
    .listingNavigation .sort,
    .listingNavigation .pagesCount,
    .listingNavigation .layout,
    .bcmsPagingContainer .bcmsPaging li,
    .bcmsPagingContainer .bcmsPaging .bcmsPagingPrev,
    .bcmsPagingContainer .bcmsPaging .bcmsPagingNext,
    .listingNavigation .moveTop {
        height: 40px;
        line-height: 40px;
    }
    .listingNavigation .layout a {
        height: 27px;
        line-height: 27px;
        width: 27px;
    }
    .bcmsPagingContainer .bcmsPaging li {
        width: 27px;
        margin: 0;
    }
    .bcmsPagingContainer .bcmsPaging .bcmsPagingPrev,
    .bcmsPagingContainer .bcmsPaging .bcmsPagingNext {
        width: 35px;
    }
    #cartStep .steps li {
        padding: 0 0 0 17px;
    }
    #cartStep .steps .first {
        width: 200px;
    }
    #cartStep .steps .last {
        padding-right: 15px;
    }
    #cartStep .steps li i {
        margin-right: 4px;
    }
    #loginForm .name {
        width: 25%
    }
    #loginForm .name span {
        right: -152%;
    }
    #loginForm .help-block {
        width: 37%;
    }
    #userNavigation li a {
        padding: 0 20px;
    }
}
@media (max-width: 992px) {
    .header .logo {
        width: 230px;
    }
    .header .search {
        width: 290px;
    }
    .header #topSearch {
        width: 90%;
    }
    .header .store, .header .cart {
        width: 230px;
    }
    .header .menu li {
        padding: 0 5px;
    }
    .header .menu a {
        font-size: 11px;
    }
    .header .cart a, .header .user a {
        font-size: 11px;
    }
    .header .cart .info {
        font-size: 10px;
    }
    .mainMenu .store li a, .mainMenu .content li a {
        font-size: 12px;
    }
    .productsMenu {
        display: none;
    }
    .mainContentCol {
        width: 100%;
    }
    .itemArtikel:nth-child(2n) {
        padding: 0 0 0 10px;
    }
    .itemArtikel:nth-child(2n+1) {
        padding: 0 10px 0 0;
    }
    #footer .footerWrapper .footer_menu {
        padding-bottom: 20px;
    }
    #footer .footer_left {
        padding-right: 20px;
    }
    .product .logo {
        top: 0px;
    }
    #cartStep .steps li {
        font-size: 0;
        padding: 0 19px 0 29px;
    }
    #cartStep .steps .first,
    #cartStep .steps .last {
        font-size: 14px;
    }
    #cartStep .steps li i {
        font-size: 14px;
        width: 25px;
        height: 25px;
        line-height: 25px;
        margin: 10px 0 0 0;
    }
    .cartContent {
        padding: 0;
    }
    .cartRight {
        padding: 0;
    }
    .content_box .dl-horizontal dt {
        float: left;
        width: 45%;
    }
    .content_box .dl-horizontal dd {
        float: left;
        margin-left: 0;
        width: 55%;
    }
}
@media (max-width: 767px) {
    .container {
        padding: 0 10px;
    }
    .cell {
        padding: 0;
    }
    .header .logo {
        width: 100%;
        background-position: center top;
        margin-bottom: 10px;
    }
    .header .store {
        display: none;
    }
    .header .cart {
        width: 100%;
    }
    .header .search {
        width: 100%;
        padding-bottom: 10px;
    }
    .header .search .menu {
        display: none;
    }
    .header .menu li {
        padding: 0 10px;
    }
    .header .menu a {
        font-size: 14px;
    }
    .header .cart a, .header .user a {
        font-size: 14px;
    }
    .header .cart .info {
        font-size: 12px;
    }
    .header #topSearch {
        width: 90%;
    }
    #topSearch .site_search_input {
        width: 100%;
        padding-right: 41px;
    }
    #topSearch .fsubmit2 {
        float: right;
        margin-top: -40px;
        border: 1px solid #ccc;
    }
    .itemArtikelList .description {
        width: 100%;
    }
    .itemArtikelList .productCart {
        width: 100%;
    }
    .product .left {
        width: 100%;
    }
    #cartStep .steps li {
        width: 45px;
        padding: 0 0 0 17px;
    }
    #cartStep .steps .first {
        display: none;
    }
    #cartStep .steps .last {
        width: auto;
    }
    #cartStep .steps li i {
        font-size: 14px;
        width: 25px;
        height: 25px;
        line-height: 25px;
        margin: 10px 0 0 0;
    }
    .bill_review {
        padding: 0;
    }
    .ship_review {
        padding: 0;
    }
    #cartStep .items .product {
        width: 90%;
    }
    #cartStep .items .delete {
        width: 10%;
        padding: 6px 0;
    }
    #cartStep .items .price,
    #cartStep .items .qty,
    #cartStep .items .subtotal {
        width: 33.3334%;
        padding-top: 20px;
        padding-right: 15px;
    }
    #cartStep .items .row {
        padding: 15px 0;
    }
    #cartStep .items .title {
        padding-top: 6px;
    }
    #cartStep .totals .name {
        width: 70%;
    }
    #cartStep .totals .value {
        width: 30%;
    }
    #cartStep .totals select {
        max-width: 100%;
    }
    .form-horizontal .form-group {
        margin-left: 0;
        margin-right: 0;
    }
    .mainMenu {
        display: none;
    }
    .mainMenuMobile {
        display: block;
    }
    #loginForm .name {
        width: 45%
    }
    #loginForm .name span {
        right: -112%;
    }
    #loginForm .f_input, #loginForm .f_select {
        width: 50%
    }
    #loginForm .help-block {
        float: left;
        margin-left: 40%;
        width: 50%;
    }
    #userNavigation {
        position: absolute;
        left: 10px;
        right: 10px;
        background: #fff;
        border: 1px solid #e1e1e1;
        padding: 10px;
        z-index: 99;
    }
    #userNavigation ul {
        margin: 0;
    }
    #userNavigation li, #userNavigation .active {
        border: none;
        border-radius: 0;
        width: 100%;
        border-bottom: 1px solid #e1e1e1;
        background: #fff;
    }
    #userNavigation .active {
        background: #f0f0ed;
    }
    #userNavigation li a {
        width: 100%;
    }
    #userNavigation li:last-child {
        border: none;
    }
    .blogList .blogItem {
        padding: 0 0 10px 0 !important;
    }
    #cartStep .form-group .nopadding, #userLogin .form-group .nopadding {
        padding-left: 15px;
        padding-right: 15px;
    }
    #userLogin .row.row_field {
        padding: 10px 15px 0 15px;
    }
}
@media (max-width: 480px) {
    .itemArtikelList .imgWrapper,
    .itemArtikelList .list_title,
    .itemArtikelList .content,
    .itemArtikelList .bundle_products {
        width: 100%;
    }
    .itemArtikel {
        width: 100%;
        padding: 0 !important;
    }
    #footer .footer_left {
        width: 100%;
        padding: 0 0 10px 0;
    }
    #footer .footer_left {
        width: 100%;
        padding: 0 0 20px 0;
    }
    #footer .footer_right {
        width: 100%;
        padding: 0 0 20px 0;
    }
    #footer .footerWrapper .footer_menu {
        padding-bottom: 20px;
    }
    .listingNavigation .layout {
        display: none;
    }
    .listingNavigation .count {
        display: none;
    }
    .navigation_buttons .next, .navigation_buttons .prev {
        width: 100%;
        margin-bottom: 10px;
    }
    .navigation_buttons .next {
        text-align: right;
    }
    #sideCart {
        width: 100%;
    }
    #sideCart .items .item .image {
        width: 100%;
        text-align: center;
    }
    #sideCart .items .item .image img {
        width: auto;
        max-width: 100%;
    }
    #sideCart .items .item .link {
        width: 100%;
    }
    #sideCart .items .item .price {
        width: 100%;
    }
    #sideCart .items .item .qty {
        width: 100%;
    }
}