﻿@media (min-width: 980px) {
    .container-fluid .contentArea #webshop-content .span3 {
        /*width: 25%;*/
        text-align: center;
    }
    .container-fluid .contentArea #webshop-content .webshop-product-info .shopping-cart-show-all,
    .container-fluid .contentArea #webshop-content .webshop-product-info .shopping-info-button,
    .container-fluid .contentArea #webshop-content .webshop-product-info .shopping-cart-button {
        visibility: hidden;
    }

    .container-fluid .contentArea #webshop-content .webshop-product-info:hover .shopping-cart-show-all,
    .container-fluid .contentArea #webshop-content .webshop-product-info:hover .shopping-cart-button,
    .container-fluid .contentArea #webshop-content .webshop-product-info:hover .shopping-info-button {
        visibility: visible;
    }

    .container-fluid .contentArea #webshop-content .webshop-product-info:hover {
        box-shadow: 0 2px 8px 2px rgba(50, 50, 50, 0.3);
        -webkit-box-shadow: 0 2px 8px 2px rgba(50, 50, 50, 0.3);
        -moz-box-shadow: 0 2px 8px 2px rgba(50, 50, 50, 0.3);
        -o-box-shadow: 0 2px 8px 2px rgba(50, 50, 50, 0.3);
    }

    .container-fluid .contentArea #webshop-content .webshop-product-info .product-info-wrapper {
        padding: 10px;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
    }
}

/* Surfplattor och större */
@media (min-width: 767px) {
    .container-fluid .contentArea .shopping-cart-wrapper p, 
    .container-fluid .contentArea #contact-form-container p {
        width: 50%;
        float: left;
    }
}

/* Surfplattor (portrait and landscape) ----------- */
/* Specialfall desktop/landscape tablet */
/* Specialfall surfplatta */
@media (min-width: 1118px) and (max-width: 1286px) {
    .container-fluid .contentArea #webshop-filter-content li a {
        padding: 5px 3px 0;
        margin: 0 2px;
    }

    .container-fluid .contentArea #webshop-content img {
        height: 120px;
        width: auto;
        max-height: 120px;
        min-height: 120px;   
    }
}

@media (min-width: 1060px) and (max-width: 1117px) {
    .container-fluid .contentArea #webshop-filter-content li a {
        padding: 5px 2px 0;
        margin: 0 2px;
    }

    .container-fluid .contentArea #webshop-filter-content li .filter-count {
        padding-left: 1px;
    }

    .container-fluid .contentArea #webshop-content img {
        height: 120px;
        width: auto;
        max-height: 120px;
        min-height: 120px;   
    }
}

@media (min-width: 1012px) and (max-width: 1059px) {
    .container-fluid .contentArea #webshop-filter-content li a {
        padding: 5px 20px 0;
        margin: 0 20px;
    }
    .container-fluid .contentArea #webshop-content img {
        height: 120px;
        width: auto;
        max-height: 120px;
        min-height: 120px;   
    }
}

@media (min-width: 980px) and (max-width: 1011px) {
    .container-fluid .contentArea #webshop-filter-content li a {
        padding: 5px 15px 0;
        margin: 0 20px;
    }
    .container-fluid .contentArea #webshop-content img {
        height: 120px;
        width: auto;
        max-height: 120px;
        min-height: 120px;   
    }
}

@media (min-width: 852px) and (max-width: 979px) {
    .container-fluid .contentArea #webshop-filter-content li a {
        padding: 5px 20px 0;
        margin: 0 20px;
    }
    .container-fluid .contentArea #webshop-content img {
        height: 120px;
        width: auto;
        max-height: 120px;
        min-height: 120px;   
    }
}

@media (min-width: 767px) and (max-width: 851px) {
    .container-fluid .contentArea #webshop-filter-content li a {
        padding: 5px 10px 0;
        margin: 0 20px;
    }
    .container-fluid .contentArea #webshop-content img {
        height: 120px;
        width: auto;
        max-height: 120px;
        min-height: 120px;   
    }
}

/* Telefoner -------------------- */
@media (max-width: 766px) {
    /* Produktlista */
        .container-fluid .contentArea #webshop-content .webshop-product-info .product-image-wrapper {
            width: 15%;
            float: left;
            text-align: center;
        }

    .container-fluid .contentArea #webshop-content .webshop-product-info img {
        max-height: 100px;
        max-width: 100%;
        display: inline-block;
    }

    .container-fluid .contentArea #webshop-content .webshop-product-info .product-info-wrapper {
        width: 85%;
        float: left;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        padding-left: 20px;
        padding-top: 20px;
    }

    .container-fluid .contentArea #webshop-content .webshop-product-info .product-info-wrapper h3 {
        margin: 0;
        font-size: 16px;
        -webkit-margin-before: 0;
        -webkit-margin-after: 0;
        line-height: initial;
        font-weight: bold;
    }

    .container-fluid .contentArea #webshop-content .webshop-product-info .product-info-wrapper > span {
        line-height: 160%;
        text-align: left;
        display: block;
        float: left;
    }

    .container-fluid .contentArea #webshop-content .webshop-product-info .product-info-wrapper > span.product-title,
    .container-fluid .contentArea #webshop-content .webshop-product-info .product-info-wrapper > span.product-type {
        clear: left;
    }

    .container-fluid .contentArea #webshop-content .webshop-product-info .product-info-wrapper > span.product-price {
        float: left;
        clear: both;
    }

    .container-fluid .contentArea #webshop-content .webshop-product-info {
        border-bottom: 1px solid #CED8E2;
        padding: 10px 0;
    }

    .container-fluid .contentArea #webshop-content .shopping-cart-show-all {
        right: 10px;
        left: auto;
        bottom: 5px;
    }

    .container-fluid .contentArea #webshop-content .shopping-cart-button,
    .container-fluid .contentArea #webshop-content .shopping-info-button {
        margin-top: 10px;
        width: 30px;
        height: 30px;
        padding: 5px;
    }

    .container-fluid .contentArea #webshop-content .webshop-product-info a {
        float: left;
        clear: none;
        margin-right: 10px;
    }

    .container-fluid .contentArea #webshop-content .webshop-product-info a:first-child {
        clear: both;
        width: 100%;
        margin: 0;
    }

    .container-fluid .contentArea #webshop-content .shopping-cart-button img,
    .container-fluid .contentArea #webshop-content .shopping-info-button img {
        width: 20px;
        height: 20px;
        padding: 10px;
    }

    .container-fluid .contentArea #webshop-filter-content li {
        width: 50%;
        width: calc(50% - 10px);
    }
    .container-fluid .contentArea #webshop-filter-content li a {
        display: block;
        width: 100%;
        text-align: left;
        margin: 0 5px;
    }

    .container-fluid .contentArea #webshop-filter-content li:first-child a {
        margin-left: 5px;
    }
    /* End: Produktlista */

    /* Detaljsida */
    .container-fluid .contentArea #product-details-content #product-details-image {
            width: 100%;
            float: left;
            text-align: center;

              float: left;
              width: 100%;
              margin-right: 0;
              max-height: none;
              text-align: center;
              position: static;
        }

    .container-fluid .contentArea #product-details-content .product-details-wrapper {
        padding-bottom: 20px;
    }

    .container-fluid .contentArea #product-details-content #product-details-image img {
        min-height: 0;
        max-height: 200px;
        max-width: 100%;
        display: inline-block;
        position: static;
    }

    .container-fluid .contentArea #product-details-content #product-details-info-section {
        width: 100%;
        float: left;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        padding-left: 0;
        padding-top: 20px;
        min-height: 0;
        max-height: 100%;
        /*top: 130px;*/
    }

    .container-fluid .contentArea #product-details-content #product-details-info-section .product-details-box {
        position: static;
    }

    .container-fluid .contentArea #product-details-content #product-details-info-section h2 {
        margin: 0;
        font-size: 16px;
        -webkit-margin-before: 0;
        -webkit-margin-after: 0;
        line-height: initial;
        font-weight: bold;
    }

    .container-fluid .contentArea #product-details-content #product-details-info-section h2,
    .container-fluid .contentArea #product-details-content #product-details-info-section div {
        line-height: 100%;
        padding: 5px 0;
    }

    .container-fluid .contentArea #product-details-content #product-details-info-section .product-details-actions {
        position: relative;
        bottom: auto;
        /*top: 120px;*/
        float: none;
        width: inherit;
    }



    .container-fluid .contentArea #product-details-content #product-details-info-section > .product-details-box {
        line-height: 100%;
        text-align: center;
        display: block;
        float: left;
        left: 0;
        width: inherit;
    }

    .container-fluid .contentArea #webshop-content .webshop-product-info .product-info-wrapper > span.product-title,
    .container-fluid .contentArea #webshop-content .webshop-product-info .product-info-wrapper > span.product-type {
        clear: left;
    }

    .container-fluid .contentArea #webshop-content .webshop-product-info .product-info-wrapper > span.product-price {
        float: left;
    }

    .container-fluid .contentArea #product-details-content #product-details-info-section {
        position: relative;
        /*min-height: 300px;
        max-height: 300px;*/
        height: 100%;
        width: 100%;
        margin-left: 0;
        float: left;
    }


    /* End: Detaljsida */

    /* Varukorg */
    .container-fluid .contentArea .shopping-cart-wrapper input[type="text"],
    .container-fluid .contentArea .shopping-cart-wrapper textarea {
        width: calc(100% - 10px);
        min-width: calc(100% - 10px);
        max-width: calc(100% - 10px);
        width: 90%;
    }

    .container-fluid .contentArea .shopping-cart-wrapper textarea {
        width: calc(100% - 10px);
        min-width: calc(100% - 10px);
        max-width: calc(100% - 10px);
        width: 90%;
    }

    .container-fluid .contentArea #webshop-content img {
        height: auto;
        min-height: 0;
    }

    .container-fluid .contentArea .shopping-cart-wrapper #shopping-cart-footer > div > span {
    float: left;
    position: relative;
    top: 0;
    clear: both;
}
    /* End: Varukorg */
}