﻿/* -------------------- */
/* START: 10. SMARTA HEM    */
/* -------------------- */

/* ------------ */
/* Produktlista */
/* ------------ */
.container-fluid .contentArea > .ms-rtestate-field {
    margin: 20px 0;
    display: block !important;
}

.container-fluid .contentArea #webshop-filter-content {
    border-bottom: 2px solid #FFCC00;
    padding-top: 20px;
    margin-bottom: 30px;
}

.container-fluid .contentArea #webshop-filter-content li {
    /*width: auto;
    max-width: 300px;*/
    float: left;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 10px; 
}

.container-fluid .contentArea #webshop-filter-content li a:hover {
    background: #FFDA62;
}

.container-fluid .contentArea #webshop-filter-content li a.active {
    background: #FFCC00;
    color: #1C1C1B;
}

.container-fluid .contentArea #webshop-filter-content li a {
    text-decoration: none;
    color: #1c1c1b;
    float: left;
    width: auto;
    padding: 5px 10px 0;
    margin: 0 3px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    /*white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    padding-right: 0;*/
}

    .container-fluid .contentArea #webshop-filter-content li:first-child a {
        margin-left: 0;
    }

    .container-fluid .contentArea #webshop-filter-content li:last-child a {
        margin-right: 0;
    }

.container-fluid .contentArea #webshop-filter-content li .filter-count {
    padding-left: 5px;
    text-transform: lowercase;
}

.container-fluid .contentArea #webshop-content .product-title,
.container-fluid .contentArea #webshop-content .product-type,
.container-fluid .contentArea #webshop-content .product-price {
    text-align: center;
}

.container-fluid .contentArea #webshop-content .product-title {
    font-weight: bold;
}

.container-fluid .contentArea #webshop-content h2 {
    border-bottom: 2px solid #6a6a6a;
    margin-top: 10px;
}

.container-fluid .contentArea #webshop-content img {
    /*height: 150px;
    width: auto;
    max-height: 150px;
    min-height: 150px;*/
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
}

.container-fluid .contentArea #webshop-content .webshop-product-info {
    margin-bottom: 10px;
    text-align: center;
    border-radius: 3px;
    padding: 10px 0;
}

.container-fluid .contentArea #webshop-content .webshop-product-info a {
    text-decoration: none;
    display: inline-block;
}

    .container-fluid .contentArea #webshop-content .webshop-product-info .product-info-wrapper > span {
        line-height: 100%;
        display: block;
        padding: 4px 0;
        white-space: normal;
    }

    .container-fluid .contentArea #webshop-content .webshop-product-info .product-info-wrapper > .product-price {
        font-weight: bold;
    }

    .container-fluid .contentArea #webshop-content .webshop-product-info .product-info-wrapper,
    .container-fluid .contentArea #webshop-content .webshop-product-info .product-image-wrapper {
        text-align: center;
        display: inline-block;
        width: 100%;
    }

    .container-fluid .contentArea #webshop-content .webshop-product-info .product-image-wrapper {
        height: 150px;
        max-height: 150px;
        min-height: 150px;
        position: relative;
    }

    
.container-fluid .contentArea #webshop-content .shopping-cart-button,
.container-fluid .contentArea #webshop-content .shopping-info-button {
      background-color: #FFCC00;
      border-radius: 3px;
      margin-top: 10px;
      height: 30px;
      width: 40%;
      position: relative;
      text-align: center;
}

.container-fluid .contentArea #webshop-content .shopping-cart-button:hover,
.container-fluid .contentArea #webshop-content .shopping-info-button:hover {
    background-color: #FFDA62;
}

.container-fluid .contentArea #webshop-content a.shopping-cart-button.disabled {
    background-color: transparent;
}

.container-fluid .contentArea #webshop-content .shopping-cart-button img,
.container-fluid .contentArea #webshop-content .shopping-info-button img {
    width: 20px;
    height: 20px;
    padding: 5px;
    min-height: 0;
    max-height: inherit;
    margin: 0 auto;
}

.container-fluid .contentArea #webshop-content .familyParent {
    border-radius: 4px;
}

.container-fluid .contentArea #webshop-content .webshop-product-info a:first-child {
    position: relative;
    width: 100%;
}

.container-fluid .contentArea #webshop-content .shopping-cart-show-all {
    position: absolute;
    bottom: -30px;
    padding-bottom: 30px;
    left: 0;
    right: 0;
    color: #E30513;
}

.container-fluid .contentArea #webshop-content .shopping-cart-show-all:hover {
    text-decoration: underline;
}
/* ----------------- */
/* End: Produktlista */
/* ----------------- */


/* ------------ */
/* Detaljsida   */
/* ------------ */
.container-fluid .contentArea #product-details-content {
    margin: 50px 0;
}

.container-fluid .contentArea #product-details-content #product-details-image,
.container-fluid .contentArea #product-details-content #product-details-info-section {
    
}

.container-fluid .contentArea #product-details-content .product-details-wrapper {
    border-bottom: 2px solid #FFCC00;
    padding-bottom: 50px;
    position: relative;
}

.container-fluid .contentArea #product-details-content #product-details-image {
    float: left;
    width: 62%;
    width: calc(65% - 15px);
    margin-right: 3%;
    margin-right: calc(15px);
    max-height: 300px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.container-fluid .contentArea #product-details-content #product-details-info-section {
    position: relative;
    min-height: 300px;
    max-height: 300px;
    height: 100%;
    width: 35%;
    margin-left: 65%;
    float: left;
}

.container-fluid .contentArea #product-details-content #product-details-info-section .product-details-box {
    position: absolute;
    top: 10%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    right: 0;
    width: 100%;
    float: left;
}

.container-fluid .contentArea #product-details-content #product-details-info-section .product-details-actions {
    position: absolute;
    bottom: 0;
    right: 0;
    text-align: center;
    width: 100%;
    float: left;
}

.container-fluid .contentArea #product-details-content #product-details-info-section a {
    clear: both;
    float: left;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.container-fluid .contentArea #product-details-content #product-details-info-section #product-details-back-button {
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
    padding: 10px;
    margin-top: 10px;
}

.container-fluid .contentArea #product-details-content #product-details-info-section h2 {
    font-weight: bold;
    margin: 0;
    font-size: 20px;
}

.container-fluid .contentArea #product-details-content #product-details-image img {
    /*min-height: 300px;
    max-height: 300px;*/
    max-width: 100%;
    max-height: 100%;
    margin: 0;
    display: inline-block;
    margin-top: auto;
    margin-bottom: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

.container-fluid .contentArea #product-details-content #product-details-description {
    clear: both;
    padding-top: 20px;
}

.container-fluid .contentArea #product-details-content h3 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    margin: 30px 0 0;
}

.container-fluid .contentArea #product-details-content .product-details-add-to-cart-button {
    color: #333333;  
}
/* --------------- */
/* End: Detaljsida */
/* --------------- */


/* ------------ */
/* Varukorg     */
/* ------------ */
#product-details-content, 
#product-details-more-info, 
#product-form, 
.product-details-actions,
#amount-per-month,
#cash-amount {
    display: none;
}

.container-fluid .contentArea .shopping-cart-header {
    border-bottom: 2px solid #6a6a6a;
    margin-top: 50px;
    margin-bottom: 20px;
    position: relative;
}

.container-fluid .contentArea .shopping-cart-header h2 {
    float: left;
    margin-bottom: 0;
}

.container-fluid .contentArea .shopping-cart-header span {
    float: right;
    padding: 1px 10px;
    border-radius: 50%;
    background: #E30513;
    position: absolute;
    right: 0;
    bottom: 5px;
    color: #ffffff;
    font-size: 20px;
    line-height: 150%;
}

.container-fluid .contentArea #submit-section .btn {
    float: right;
}

.container-fluid .contentArea #submit-section {
    padding-top: 20px;
    border-top: 2px solid #a6a6a6;
}

.container-fluid .contentArea #shopping-cart-content .shopping-cart-product-info .shopping-cart-image {
    width: 15%;
    float: left;
    text-align: center;
}
.container-fluid .contentArea #shopping-cart-content .shopping-cart-product-info img {
    max-height: 100px;
    max-width: 100%;
    display: inline-block;
}

.container-fluid .contentArea #shopping-cart-content .shopping-cart-product-info .shopping-cart-info {
    width: 85%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding-left: 20px;
    padding-top: 20px;
    position: relative;
}

.container-fluid .contentArea #shopping-cart-content .shopping-cart-product-info .shopping-cart-info > a:hover {
    text-decoration: none;
}

.container-fluid .contentArea #shopping-cart-content .shopping-cart-product-info .shopping-cart-info h3 {
    margin: 0;
    font-size: 16px;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    line-height: initial;
    font-weight: bold;
    padding: 5px 0;
}

.container-fluid .contentArea #shopping-cart-content .shopping-cart-product-info .shopping-cart-info > div {
    line-height: 100%;
    padding: 5px 0;
}

.container-fluid .contentArea #shopping-cart-content .shopping-cart-product-info .shopping-cart-info > a.shopping-cart-trash-button {
    float: right;
    background-color: #FFCC00;
    border-radius: 3px;
    position: absolute;
    top: 45%;
    top: calc(50% - 10px);
    right: 0;
}

 .container-fluid .contentArea #shopping-cart-content .shopping-cart-product-info .shopping-cart-info > a.shopping-cart-trash-button:hover {
    background-color: #FFDA62;
}

.container-fluid .contentArea #shopping-cart-content .shopping-cart-product-info .shopping-cart-info > a.shopping-cart-trash-button > img {
    width: 20px;
    height: 20px;
    margin: 0;
    padding: 5px;
}


.container-fluid .contentArea #shopping-cart-content .shopping-cart-product-info {
    border-bottom: 1px solid #CED8E2;
    padding: 10px 0;
}

.container-fluid .contentArea #product-form #fridge-form-container #fridge-cabinet {
    margin-left: 0;
}

.container-fluid .contentArea legend {
    border: none;
    margin-bottom: 0;
}

.container-fluid .contentArea #product-form h3 {
    margin-top: 30px;
}

.container-fluid .contentArea #product-form input.error {
    background: #efefef;
    border-left: 10px solid #FFCC00;
    padding: 10px 5px 10px 10px;
    color: #1c1c1b;
}

.container-fluid .contentArea #product-form label.error {
    display: none !important;
}

.container-fluid .contentArea .shopping-cart-wrapper input[type="text"],
.container-fluid .contentArea .shopping-cart-wrapper textarea {
    resize: none;
}

.container-fluid .contentArea .shopping-cart-wrapper textarea {
    min-width: 50%;
    max-height: 200px;
    min-height: 200px;
}

.container-fluid .leftMenu .shopping-cart-count {
    border-radius: 50%;
    background: #FFCC00;
    padding: 3px 7px;
}

.container-fluid .leftMenu .shopping-cart-count-wrapper {
    display: none;
}

.container-fluid .contentArea .shopping-cart-wrapper p,
.container-fluid .contentArea #contact-form-container p {
    margin-top: 10px;
}

.container-fluid .contentArea .shopping-cart-wrapper #shopping-cart-footer > div {
    position: relative;    
    border-bottom: 1px solid #CED8E2;
}

.container-fluid .contentArea .shopping-cart-wrapper #shopping-cart-footer > div > h2 {
    float: left;
}

.container-fluid .contentArea .shopping-cart-wrapper #shopping-cart-footer > div > span {
    float: right;
    position: absolute;
    top: 12px;
    right: 0;
    top: calc(50% - 20px);
    font-weight: bold;
    font-size: 26px;
}

.container-fluid .contentArea .shopping-cart-wrapper .file-upload {
    clear: both;
    display: block;
    padding-top: 10px;
}

.container-fluid #contact-form-form input[type='file']:last-child {
    margin-bottom: 20px;
}

.container-fluid .contact-info {
    padding-bottom: 20px;
}

/* ------------- */
/* End: Varukorg */
/* ------------- */


/* -------------------- */
/* END: SMARTA HEM         */
/* -------------------- */