﻿

#shopping-cart-2024 {
    margin-top: 40px;
    margin-bottom: 20px;
}

.shopping-cart-2024-basket {
    width: 65%
}
.shopping-cart-2024-summary {
    width: 35%;
    padding-left: 20px;
}


/* Shopping cart */

.sc .sc-header {
    border: 1px solid #000000;
    background-color: #D9D9D9;
    height: 40px;
    font-size: 15px;
    font-weight: 400;
    padding: 8px 8px 8px 8px;
}

.sc .sc-header .sc-header1 {
    width: 65%;
}

.sc .sc-header .sc-header2 {
    width: 25%;
}

.sc .sc-header .sc-header3 {
    width: 10%;
}


.sc .sc-product {
    border: 1px solid #000000;
    padding: 8px 8px 8px 8px;
    margin-top: 5px;
}
.sc .sc-product .sc-product1 {
    width: 65%;
}

.sc .sc-product .sc-product2 {
    width: 25%;
}

.sc .sc-product .sc-product3 {
    width: 10%;
}

.sc-product-image {
    width: 128px;
    height: 128px;
}

.sc-product1-image {
    width: 30%;
}

.sc-product1-text {
    width: 70%;
}

.sc-product1-vendor {
    padding-top: 5px;
    font-size: 12px;
    text-transform: uppercase;
    display: block;
}

.sc-product1-title {
    font-size: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-transform: uppercase;
    display: block;
}

.sc-product1-extra {
    font-size: 12px;
    display: block;
}

.sc-product2 {
    display: flex;
    align-items: center;
}

.sc-product3 {
    display: flex;
    align-items: center;
}

/* Summary */
.sum2024 {
    border: 1px solid #000000;
}

.sum2024 .sum2024-header {
    background-color: #4C4C4C;
    font-size: 18px;
    color: #fff;
    height: 65px;
    text-transform: uppercase;
    padding: 18px 18px 18px 18px;
}

.sum2024 .sum2024-content {
    background-color: #F4F0F0;
    padding: 18px 18px 18px 18px;
    font-size: 15px;
}

.sum2024 .hasCoupon-label {
    cursor: pointer;
}


.sum2024 .hasCoupon-label:before {
    content: none;
}

    .sum2024 .coupon-textbox#CouponCode {
        display: inline-block;
        width: 69%;
    }
    .sum2024 .coupon-button {
        display: inline-block;
        width: 29%;
        vertical-align: top !important;
        padding-top: 9px !important;
        padding-bottom: 8px !important;
    }

.sum2024 .coupon-form {
    margin-bottom: 20px;
}
.sum2024 .not-valid {
    color:red;
}

/* Cart amount controls */
.cart-amount-control {
    border: 1px solid black;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-right: 4px;
    padding-left: 4px;
    width: max-content;
}

.cart-amount-control .cart-control-amount {
    padding-left:4px;
    padding-right: 4px;
    border: 0 !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    width: 28px !important;
}

.cart-amount-control .cart-button {
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: -2px;
    margin-bottom: -2px;
    border: 0;
    font-size: 1.2rem;
    font-family: 'Univers Condensed';
    background-color: inherit;
    font-weight: bold;
}

    .cart-amount-control .cart-button.plus {
        padding-top: 0px;
        padding-bottom: 4px;
    }

.sc-simple-button {
    border: 0;
    background-color: #fff;
    cursor: pointer;
    font-size: 11px;
}

#OrderTotal .order-row {
    margin-bottom: 10px;
    font-size: 0.9rem;
}

.sum2024-total-text {
    font-size: 0.9rem;
    margin-bottom: 15px;
    margin-top: 0px;
}
/* Info sum */
.sum2024-info-row {
    padding-bottom: 5px;
    padding-top: 5px;
    font-size: 11px;
    height: 40px;
}
.sum2024-info-row .sum2024-info-cell01 {
    width: 16px;
    vertical-align: middle;
}
    .sum2024-info-row .sum2024-info-cell02 {
        width: 35%;
        padding-left: 15px;
        display: inline-block;
        vertical-align: middle;
    }
    .sum2024-info-row .sum2024-info-cell03 {
        width: 58%;
        display: inline-block;
        color: #989898;
        vertical-align: middle;
        
    }

.sum2024-checkout-button {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #203817;
    border: 0;
    color: #fff;
    float: right;
    cursor: pointer;
}
.after-button-separator {
    clear:both;
}

.sum24-info-container {
    margin-top: 20px;
}

.shipping-bar {
    margin-top: 4px;
    background-color: #D9D9D9;
    height: 4px;
    border: 1px solid #D9D9D9;
    border-radius: 2px;
    margin-bottom: 10px;
}

.shipping-bar-filled {
    width: 10px;
    background-color: #000;
    border: 1px solid #000;
    border-radius: 2px;
    margin-top: -1px;
    margin-left: -1px;
    height: 4px;

    
}




/* Checkout cart */
.checkout-cart-2024 {
  
    flex: 0 0 100%;
}

.checkout-cart-2024 .js-cart {
    width: 100%;
    padding: 0px;

}

    .checkout-cart-2024 .js-cart .cart__item {
        width: 100%;
        padding: 8px;
        padding-top: 10px;
        border-bottom: 1px solid black;
        display: table;
        margin: 0;
    }

    .checkout-cart-2024 .js-cart .cart__item:nth-child(even) {
        background-color: inherit;
    }

    .checkout-cart-2024 .js-cart .cart__item:last-child {
        border-bottom: 0;
    }

.checkout-cart-2024 h2 {
    font-size: 1.1em;
    margin-bottom: 20px;
}


#MainPage .gobackbutton {
    background-color: #D9D9D9;
    text-transform: uppercase;
    font-size: 0.9em;
}


#BtnCheckout {
    visibility: hidden;
}

.checkout-cart-2024 .checkout-cell1,
.checkout-cart-2024 .checkout-cell2,
.checkout-cart-2024 .checkout-cell3,
.checkout-cart-2024 .checkout-cell4,
.checkout-cart-2024 .checkout-cell5,
.checkout-cart-2024 .checkout-cell6 {
    font-size: 0.9em;
    display: table-cell;
    overflow: hidden;
    vertical-align: middle;
}
.checkout-cart-2024 .checkout-cell1 {
    width: 26%;

    text-transform: uppercase;
    padding-right: 16px;
}

.checkout-cart-2024 .checkout-cell2 {
    width: 17%;
    padding-right:10px;
 
}

.checkout-cart-2024 .checkout-cell3 {
    width: 18%;
   
}

.checkout-cart-2024 .checkout-cell4 {
    width: 11%;
 
}
.checkout-cart-2024 .checkout-cell5 {
    width: 11%;
 
}
.checkout-cart-2024 .checkout-cell6 {
    width: 15%;
    
}

.checkout-cart-2024 {
    margin-bottom: -40px;
}



/* Checkout form */

#MainPage .cart-form {
    background-color:inherit;
    color: #000;
    padding: 0;
    width: 50%;
}


#MainPage .cart-form .FormFieldWrapper {
    width: 100%;
    padding:0;
}

#BtnCardPayment {
    width: 100%;
    background-color: #103911;
    color: #fff;
    text-transform: uppercase;
}

#MainPage #PnlCardPayment {
    margin-left:0;
}

#ShoppingCartForm h2 {
    font-size: 1.1em;
    margin-top: 50px;
    margin-bottom: 20px;
}

#ShoppingCartForm .loginsection {
    font-size: 0.9em;
    margin-bottom: 30px;
}

    #ShoppingCartForm .loginsection .showlogin-btn {
        text-decoration: underline;
    }

.StatusMessageText {
    color: red;
}

.sum2024-desc {
    display: none;
}
/* MOBILE */
@media only screen and (max-width: 40em) {
    .shopping-cart-2024-basket {
        width: 100%;
    }
    .shopping-cart-2024-summary {
        width: 100%;
        padding-left: 00px;
    }

    .sc-header {
        display:none;

    }
    .sc .sc-header {
        border: 0;
    }
    .sum2024 {
        border: 0;
    }
    .sum2024-header {
        display: none;
    }
    .sum2024 .sum2024-content {
        background-color: inherit;
        padding-left: 0px;
        padding-right: 0px;
    }
    .sum2024-total-text {
        display:none;
    }
    #Total.total-price {
        border-bottom: 1px solid #000;
        padding-bottom: 14px;
        position: relative;
        margin-top: 84px;
        
    }
    .sum2024 .coupon-form {
        margin-top: -172px;
        padding-top: 12px;
        overflow: hidden;
    
    }
    .discount-code {
        display: block;
    }
    #OrderTotal.small-margin {
        margin-top: 88px;
        border-top: 1px solid #000;
        padding-top: 20px;
        
    }
    .sum2024-desc {
        display: block;
        padding-bottom: 14px;
        border-bottom: 1px solid #000;
    }
    #ctl00_ContentAreaPlaceHolder_ctl00_ApplyCouponCode {
        background-color: #D9D9D9;
    }

    .sc .sc-product {
        border: 0;
        border-bottom: 1px solid #000;
        padding-left: 0;
        padding-right: 0;
        display: block;
        position:relative;
    }

    #ShoppingCart {
        border-top: 1px solid #000;
    }

    .sc .sc-product .sc-product1 {
        width: inherit;
        justify-content: space-between;
        align-content: flex-start;
        align-items: stretch;
        margin-bottom: 10px;
    }
    .sc-product1-image {
        flex: 1;
        width: inherit;
    }
    .sc-product1-text {
        display: block;
        width: 100%;
        padding-left: 8px;
        flex: 2;
        flex-grow: 2;
        margin-right: 80px;
        overflow-wrap: anywhere;
    }
    .sc-product1-vendor {
        display: block;
        width: 100%;
    }
    .sc-product1-title {
        display: block;
        width: 100%;
        font-size: 18px;
    }
    .sc-product1-extra {
        display: block;
        width: 100%;
    }

    .sc .sc-product .sc-product2 {
        width: inherit;
      
        margin-bottom: 10px;
        align-items: flex-start;
        justify-content: left;
        margin-left: 135px;
    }
    .sc .cart-amount-control {
        flex: 1;
        max-width: 110px;
        order: 2;
        min-width: 110px !important;
        
    }
    .sc .js-cart-item-remove {
        flex: 1;
        
        order: 3;
   
    }
    .sc .cart-price-placeholder {
     
    }
    .sc .sc-product .sc-product3 {
        width: inherit;
        padding-right: 10px;
        margin-top: -36px;
        float: right;

        position: absolute;
        top: 72px;
        right: 0px;
    }
    .sc .js-cart-item-remove {
        text-indent: -9999px;
        height: 23px;
        width: 20px;
        background-image: url('/customers/HUNF/Norskflid2016/Skin/Icons/Essential.png');
        background-repeat: no-repeat;
        background-position: right 18px center;
        background-size: 15px;
        padding-right: 20px;
    }

    #MainPage .column.s-center {
        border-top: 1px solid #000;
        padding-top: 14px;
        text-align: inherit;
    }

    #MainPage .cart-form {
        width: 100%;
    }

    #ShoppingCart {
        margin-bottom: 24px;
    }

    .checkout-cart-2024 .js-cart .cart__item {
        display: flex;
        flex-wrap: wrap;
    }
    .checkout-cart-2024 .checkout-cell1 {
        width: 80%;
        order:1;
        font-weight: bold;
        font-size: 1em;
        padding-bottom: 4px;
    }
    .checkout-cart-2024 .checkout-cell2 {
        width: 80%;
        order: 3;
        font-size: 1em;
        padding-bottom: 4px;
    }
    .checkout-cart-2024 .checkout-cell3 {
        width: 100%;
        order: 5;
        font-size: 1em;
        padding-bottom: 4px;
    }
    .checkout-cart-2024 .checkout-cell4 {
        width: 20%;
        order: 2;
        text-align: right;
        font-weight: bold;
        font-size: 1em;
        padding-bottom: 4px;
    }
    .checkout-cart-2024 .checkout-cell5 {
        width: 20%;
        order: 4;
        text-align: right;
        font-weight: bold;
        font-size: 1em;
        padding-bottom: 4px;
    }
    .checkout-cart-2024 .checkout-cell6 {
        width: 100%;
        order: 6;
        font-size: 1em;
    }
}



/* iPads etc */

@media only screen and (min-width:40.0625em) and (max-width:64em) {


    .sc-product .price-container {
        font-size: 0.8em;
    }
    .sc .sc-header {
        font-size: 12px;
    }

    .sc-product .js-cart-item-remove {
        position:absolute;
        display:block;
        margin-top: 60px;
        margin-left: 20px;
    }
    .cart-amount-control .cart-button {
        padding-left: 7px;
        padding-right: 7px;
    }
    .sc .sc-product .sc-product2 {
        width: 24%;
    }
    .sc .sc-product .sc-product3 {
        width: 11%;

    }
    .sc-product1-image {
        width: 35%;
    }
    .sc-product1-text {
        width: 65%;
        padding-right: 10px;
        padding-left: 4px;
    }
    .sc-product-image {
        width: 90px;
        height: 90px;
    }

    .sc-product1-title {
        font-size: 15px;
    }
}
