﻿#BasketSlidingContent {
  width: 100%;
  overflow: hidden;
  margin: 20px 0 100px 0; }
  #BasketSlidingContent .Basket #CloseBasket {
    font-size: 15px;
    text-transform: uppercase;
    text-decoration: underline;
    float: right;
    cursor: pointer;
    margin-bottom: 30px; }
  #BasketSlidingContent .Basket .BasketHeader {
    display: none;
    /*.BasketHeader {
                &.Left {
                    .ItemImage {
                    }

                    .ItemDescription {

                        span {
                        }
                    }
                }

                &.Right {
                    .Stock{
                        span{

                        }
                    }

                    .Antall {
                        span{}
                    }
                }
            }*/ }
  #BasketSlidingContent .Basket .BasketItem {
    width: 100%;
    margin-bottom: 20px;
    float: left;
    min-height: 120px;
    border-bottom: solid 1px gray; }
    #BasketSlidingContent .Basket .BasketItem .ProductInfo.Left {
      width: 100px;
      padding-right: 10px;
      box-sizing: border-box; }
      #BasketSlidingContent .Basket .BasketItem .ProductInfo.Left .ItemImage img {
        width: 100px;
        max-width: 100px;
        max-height: 160px; }
    #BasketSlidingContent .Basket .BasketItem .ProductInfo.Right {
      padding-left: 10px;
      width: 340px;
      box-sizing: border-box;
      margin-bottom: 5px; }
      #BasketSlidingContent .Basket .BasketItem .ProductInfo.Right .ItemDescription {
        font-size: 20px;
        line-height: 25px;
        min-height: 50px;
        width: 100%;
        margin-bottom: 20px; }
      #BasketSlidingContent .Basket .BasketItem .ProductInfo.Right .Stock {
        display: none; }
      #BasketSlidingContent .Basket .BasketItem .ProductInfo.Right .Quantity {
        /*background-color: lime;*/
        float: left;
        width: 140px;
        align-items: center;
        display: flex; }
        #BasketSlidingContent .Basket .BasketItem .ProductInfo.Right .Quantity .QuantityAdjust {
          display: inline-block;
          text-align: center;
          width: 26px;
          height: 25px;
          /*background: #D4D5D7;*/
          text-shadow: none;
          text-align: center;
          vertical-align: middle;
          font-size: 24px;
          font-weight: 700;
          border: 1px solid black;
          margin: 0;
          margin-right: 0px;
          margin-left: 0px;
          padding: 0;
          color: #333;
          cursor: pointer;
          border-radius: 20px;
          margin-left: 5px;
          margin-right: 5px;
          line-height: 18px; }
        #BasketSlidingContent .Basket .BasketItem .ProductInfo.Right .Quantity input.QuantityInput {
          width: 40px;
          text-align: center;
          height: 23px;
          font-size: 18px;
          font-weight: bold;
          line-height: 23px; }
      #BasketSlidingContent .Basket .BasketItem .ProductInfo.Right .Price {
        display: none; }
      #BasketSlidingContent .Basket .BasketItem .ProductInfo.Right .Discount {
        display: none; }
      #BasketSlidingContent .Basket .BasketItem .ProductInfo.Right .Total {
        text-align: right;
        float: right;
        width: 180px;
        font-size: 24px;
        height: 30px;
        line-height: 30px;
        text-align: right; }
      #BasketSlidingContent .Basket .BasketItem .ProductInfo.Right .Delete {
        background-color: red; }
  #BasketSlidingContent .Basket .BasketFooter {
    float: left;
    width: 100%; }
    #BasketSlidingContent .Basket .BasketFooter .Left {
      display: none; }
    #BasketSlidingContent .Basket .BasketFooter .Right {
      width: 100%; }
      #BasketSlidingContent .Basket .BasketFooter .Right .BasketTotalsTable {
        width: 100%;
        padding-bottom: 5px;
        border-bottom: double 4px black; }
        #BasketSlidingContent .Basket .BasketFooter .Right .BasketTotalsTable .PushRight {
          display: none; }
        #BasketSlidingContent .Basket .BasketFooter .Right .BasketTotalsTable .AlignRight h2 {
          font-size: 24px;
          text-align: right;
          padding-bottom: 5px; }
  #BasketSlidingContent .Basket #GoToCartButton,
  #BasketSlidingContent .Basket #GoToBasketButton {
    width: 100%;
    background-color: #0864A1;
    color: white;
    float: left;
    margin-top: 50px;
    text-align: center;
    font-size: 30px;
    height: 50px;
    line-height: 48px;
    border-radius: 5px;
    box-sizing: border-box; }
  #BasketSlidingContent .Basket #GoToCartButton {
    background-color: white;
    color: black;
    border: 1px solid black; }
  #BasketSlidingContent #SumGiftPoints {
    display: none !important; }
