
/*-------------------PC 1600 + --------------------------------*/     
      @media  (min-width: 1601px) {
      /*.bucket{grid-template-columns: 1fr 1fr 1fr 1fr;}*/
     .cartClose{
	 top:4px;
	 right:10px;
	 width:50px;
	 height:50px;
	 font-size:30px;
	 line-height:50px;
     }
     .cartSliderCont{
	 top:60px;
     }
     .cartCheckoutCont{
	top: 50px;
	width: 50%;
    }

      }

/*-------------------PC 1250 + --------------------------------*/      
      @media (max-width: 1600px) and (min-width: 1250px) {
      /*.bucket{grid-template-columns: 1fr 1fr 1fr;}*/
     .cartClose{
	 top:4px;
	 right:10px;
	 width:50px;
	 height:50px;
	 font-size:30px;
	 line-height:50px;
     }
     .cartSliderCont{
	 top:60px;
     }
     .cartCheckoutCont{
	display: none;	
        color:blue;
	top: 50px;
	width: 60%;
    }

   }

/*-------------------PC 700 + vga--------------------------------*/      
      @media (max-width: 1250px) and (min-width: 701px) {
     /*.bucket{grid-template-columns: 1fr 1fr;}*/
     .cartClose{
	 top:4px;
	 right:10px;
	 width:50px;
	 height:50px;
	 font-size:30px;
	 line-height:50px;
     }
      .cartSliderCont{
	  top:110px;
      }
    .cartCheckoutCont{
	top: 50px;
	width: 80%;
    }
	  
      }

      
/*-------------------PC liten --------------------------------*/      
      @media (max-width: 700px) {
      /*.bucket{grid-template-columns: 1fr;}*/
     .cartClose{
	 top:4px;
	 right:10px;
	 width:50px;
	 height:50px;
	 font-size:30px;
	 line-height:50px;
     }	  
     .cartSliderCont{
	 top:110px;
     }

    .cartCheckoutCont{
	top: 50px;
	width: 90%;
    }

      }


 /*------------------- Felles PC --------------------------------*/      
      @media only screen
      and ( min-device-width: 950px ) , (-webkit-device-pixel-ratio: 1) {

     .cartSliderMarginTop{
         font-size:30px;	 
     }
     .cartSliderMarginTopButton{	          
         font-size:12px;
	 padding: 2px 8px 2px 8px;
	 border-radius: 10px;
     }
     .cartSliderMarginTopWish{
	 top:20px;
	 right:5px;
     }
     .cartSliderMarginTopCod{
	 top:20px;
	 left:5px;
     }	  
     .cartSlider{
	 font-size:24px;
     }
     .cartProdPicCont{
	 padding-top:200px;  /* 67%; Triks for ratio 56.25%; 16:9 Aspect Ratio */
     }
     .cartProdTxtCont{
	 padding-top:200px;
     }
     .cartProdPriceCont{
	 padding-top:200px;
     }

     .cartProdTxtLine{
	 font-size:15px;
     }
    .cartProdBrand{
	font-size:20px;
     }
    .cartProdHeader{
	font-size:15px;
	line-height:15px;
	height:35px;
	background-color:green;	 
    }
    .cartProdTxtQty {
	right:0px;
	padding:8px;
	font-size:15px;
	line-height:15px;
    }
    .cartProdTxtQtyButton {
	padding: 0px 3px 0px 3px ;
	border-radius:10px;
    }
    .cartProdTxtWish {
	top:6px;
	background-color:green;
    }
    .cartProdHeaderMPCont{
	height:20px;
	font-size:20px;
    }
    .cartProdPriceBox {
	font-size:20px;
    }
    .cartProdDelete {
      top: 3px;
      right: 3px;
      font-size:18px;
      padding: 0px 5px 0px 5px;
      border-radius: 20px;
    }

    .cartFreightHead{
	height: 30px;
	font-size: 24px;
    }
    .cartFreightCont{
	height: 50px;
    }
    .cartFreight{
	font-size: 15px;
	height:30px;
    }
    .cartFreightBox{
	top:2px;
	left:2px;
	width: 20px;
	height: 20px;
	line-height: 20px;
	border: 1px solid  #132844;
	border-radius: 10px;
    }	
    .cartFreightTxt{
	top:5px;
	left:25px;
    }
    .cartProdSpaceBottom2{
	height:400px;
     }

    
    .cartTotal{
	 height:80px;
	 font-size:30px;
    }
     .cartTotalButton{
	 height:80px;
	 line-height:80px;
	 font-size:20px;
     }
     .cartTotalCont{
	font-size:20px;
	height:80px;
	line-height:80px;
     }    
    .cartProdTotal{
	 font-size:25px;
    }
    .cartProdTotalTxt{
	font-size:16px
    }
    .cartProdTotalSum{
	font-size:25px;
     }    

    
      }



 /* ----------- Mobile  ----------- */     
     @media only screen 
            and (min-device-width: 100px) 
            and (max-device-width: 329px)
            and (-webkit-min-device-pixel-ratio: 2) {
     /*.bucket{ grid-template-columns: 1fr;}*/
     
     }

 /* ----------- Mobile  ----------- */     
     @media only screen 
            and (min-device-width: 330px) 
            and (max-device-width: 749px)
            and (-webkit-min-device-pixel-ratio: 2) {
     /*.bucket{grid-template-columns: 1fr 1fr;}*/
     
     }


/* ----------- Pad  ----------- */
     @media only screen 
            and (min-device-width: 750px)
            and (max-device-width: 950px) 
            and (-webkit-min-device-pixel-ratio: 2) { 
     /*.bucket{ grid-template-columns: 1fr 1fr 1fr;}*/

     }

     
/* ----------- Mobil og Pad med  ratio 2 og mer  ----------- */
     @media only screen
            and (max-device-width: 950px) 
            and (-webkit-min-device-pixel-ratio: 2) { 
 
     .cartClose{
	 top:7px;
	 right:10px;
	 width:100px;
	 height:100px;
	 font-size:60px;
	 line-height:100px;
     }
     .cartSliderCont{
	 top:200px;	 
     }
     .cartSliderMarginTop{
         font-size:60px;	 
     }
     .cartSliderMarginTopButton{    
         font-size:24px;
	 padding: 4px 16px 4px 16px;
	 border-radius: 20px;	 
     }
     .cartSliderMarginTopWish{
	 top:40px;
	 right:10px;
     }
     .cartSliderMarginTopCod{
	 top:40px;
	 left:10px;
     }
     .cartSlider{
	 font-size:40px;
     }

     .cartProdPicCont{
	 padding-top:500px;  /* 67%; Triks for ratio 56.25%; 16:9 Aspect Ratio */
     }
     .cartProdTxtCont{
	 padding-top:500px;
     }
     .cartProdPriceCont{
	 padding-top:500px;
	 font-size:40px;
     }

     .cartProdTxtLine{
	 font-size:30px;
     }
    .cartProdBrand{
	 font-size:40px;
     }
    .cartProdHeader{
	 font-size:30px;
	 height:90px;
    }
    .cartProdTxtQty {
      right: 0px;
      padding:16px;
      font-size:30px;
      line-height:30px;
    }
    .cartProdTxtQtyButton {
	 padding: 0px 6px 0px 6px ;
	 border-radius:20px;
    }
    .cartProdTxtWish {
	top:10px;
    }
    .cartProdHeaderMPCont{
	height:40px;
	font-size:40px;
    }
    .cartProdPriceBox {
	font-size:40px;
    }
    .cartProdDelete {
      top: 6px;
      right: 6px;
      font-size:36px;
      padding: 0px 10px 0px 10px;
      border-radius: 40px;
    }	  

    .cartCheckoutCont{
	top: 50px;
	width: 90%;
    }

    .cartFreightHead{
	height: 60px;
	font-size: 40px;
    }
    .cartFreightCont{
	height: 80px;
    }
    .cartFreight{
	font-size: 30px;
	height:60px;
    }
    .cartFreightBox{
	top:4px;
	left:4px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border: 2px solid  #132844;
	border-radius: 20px;
    }	
    .cartFreightTxt{
	top:10px;
	left:50px;
    }
    .cartProdSpaceBottom2{
	height:800px;
     }


     .cartTotal{
	 height:120px;
	 font-size:60px;
     }
     .cartTotalButton{
	 height:120px;
	 line-height:120px;
	 font-size:40px;
     }
     .cartTotalCont{
	font-size:40px;
	height:120px;
	line-height:120px;
     }
    .cartProdTotal{
	 font-size:40px;
    }
    .cartProdTotalTxt{
	font-size:32px
    }
    .cartProdTotalSum{
	font-size:40px;
     }    



     }
 

/* ----------- Felles  ----------- */

     
     .cartCurtain{
	 display:none;
	 position:fixed;
	 top:0px;
	 left:0px;
	 width:100%;
	 height:100%;
	 background-color:rgba(19, 40, 68, 0.7);/*background-color: rgba(0, 0, 0, 0.2);*/
	 z-index:9001;
     }

     .cartSliderCont{
	 display:block;
	 position:absolute;
	 right:0px;
	 width:0px;
	 height:calc(100vh - 100px);    /*100%*/;
	 overflow: scroll;
	 overflow-x:hidden;
	 background-color: white;// rgba(255, 0, 0, 0.8);
	 color: #132844;
	 font-family:Abel;
	 z-index:10001;
	 transition: width 1000ms;
	 background-color: white;
	 /*background-color: yellow; yellow;*/
     }
     .cartSliderCurtain{
	 display:none;
	 position:absolute;
	 width:80%;
	 height:calc(100vh - 250px);
	 padding: 50px 10% 100px 10%;
	 background-color:  rgba(19, 40, 68, 0.7);
	 z-index:100;
     }
     .cartSliderCurtainCont{
	 display:block;
	 width:80%;
	 height:90%;
	 padding: 5% 10% 5% 10%;
	 background-color:  white;
	 overflow:scroll
     }     
     .cartSliderMarginTop{
	 position:relative;
	 color: #132844;
	 background-color: white; //green;
	 padding: 10px 0px 10px 0px;
	 text-align:center;
	 border-bottom-style:solid;
	 border-color:#225397;
     }
     .cartSliderMarginTopButton{
	 text-align:center;
	 color:white;	 
	 background-color:#225397;
	 cursor: pointer;
     }
     .cartSliderMarginTopButton:hover{
	 background-color: #132844;
     }
     .cartSliderMarginTopWish{
     	 position:absolute;
     }
     .cartSliderMarginTopCod{
     	 position:absolute;
     }
     .cartSlider{
	 margin: auto;	 
	 width:90%;
	 background-color: white; //yellow;
	 font-family:Abel;
	 color:#132844;
     }
     .cartClose{
	 display:block;
	 position:absolute;
	 background-color: #001e3a;
	 text-align:center;
	 color:white;
         z-index:10200;
	 cursor:pointer;
	/* box-shadow: -5px 5px 20px 5px #888888;
	 border-radius: 0px 0px 00px 20px;
	 transition: all 1000ms;*/
     }
     .cartTotal{
	 display:block;
	 position:fixed;
	 bottom:0px;
	 right:0px;
	 width:0px;
	 background-color: white; //orange;
	 font-family:Ariel;
	 color:white;
	 transition: all 1000ms;
         z-index:10100;
	 box-shadow: -5px -5px 20px 0px #888888;
     }
     .cartTotalCont{
	position:relative;
	font-family:Oswald;
     }
     .cartTotalSum{
	display:inline-block; 
	width:25%;
	height:80px;
	color:#132844;
     }
     .cartTotalSumKr{
	display:inline-block;
	text-align:right;
	width:25%;
	height:80px;
	color:#132844;
     }
     .cartTotalButton{
	 float:right;
	 width:50%;
	 text-align:center;
	 background-color: #225397;
	 font-family:Oswald;
	 color:white;
	 cursor:pointer;
     }
     .cartTotalButton:hover{
	 background-color: #132844;
     }
     .cartProdPicCont{
	 display:inline-block;
	 position:relative;
	 width:30%;
	 background-color:white;
	 cursor:pointer;
     }
      .cartProdPic{
      position: absolute;
      top: 0;
      width:100%; /*maa vaere her*/
      height:100%; /*maa vaere her*/
      object-fit: contain;
     }
     .cartProdTxtCont{
	 display:inline-block;
	 position:relative;
	 width:50%;
	 background-color:white;
     }
     .cartProdTxtQty {
      position: absolute;
      top: 0px;
      font-family:Arial;
      font-weight:700;
      color:green;
    }
    .cartProdTxtQtyButton {
	 display:inline-block;
	 /*position:relative;*/
	 border: 1px solid green;
	 font-weight:700;
    }
    .cartProdTxtQtyButton:hover {
	background-color:green;
	color:white;
    }
    .cartProdTxtQtyBorder {
	 display:inline-block;
	 /*position:relative;
	 border: 1px solid green;*/
	 padding: 0px 12px 0px 12px ;
	 font-weight:700;
	 pointer:default;
    }
    .cartProdTxtWish {
	position: absolute;
	left: 0px;
    }
     .cartProdTxtBox {
      position: absolute;
      width:96%;
      bottom: 0px;
      left: 0px;
      padding:3px;
      color: #132844; 
      background-color:white;
      cursor:pointer;
    }
    .cartProdTxtLine{
 	 font-family:Abel;
	 width:100%;
	 white-space:nowrap;
	 overflow:hidden;
	 text-overflow:ellipsis;
	 background-color:white;
     }
    .cartProdBrand{
 	 font-family:Oswald;
	 font-weight:700;
     }
    .cartProdHeader{
 	 font-family:Abel;
	 width:100%;
	 overflow:hidden;
	 text-overflow:ellipsis;
	 background-color:white;
    }
    .cartProdHeaderMPCont{
	position:relative;
 	font-family:Abel;
	font-weight:400;
	color:red;
	background-color:white;
    }
    .cartProdHeaderMP{
	position:absolute;
	bottom:0px;
	left:0p;
    }
    .cartProdPriceCont{
	font-family:Abel;
	 display:inline-block;
	 position:relative;
	 width:20%;
	 background-color:white;//
	 text-align:right;
     }
    .cartProdPriceBox {
      position: absolute;
      width:100%;
      bottom: 0px;
      right: 0px;
      padding: 3px;
      text-align:right;
      background-color:white;
    }
    .cartProdPriceMP{
	color:red;
    }
    .cartProdPriceSRP{
	color:#132844;
    }
    .cartProdDelete {
      position: absolute;
      opacity: 1;
      font-family:Abel;
      color: #132844;
      text-align:center;
      background-color:white;
      border: 1px solid #132844;
      cursor:pointer;
    }
    .cartProdDelete:hover {
      color: white;
      background-color:#132844;
    }

    .cartProdHr{
 	width:100%;
	height:2px;
	background-color:#225397;	 
    }
    .cartProdTotal{
	display:inline-block;
	width:50%;
 	 font-family:Oswald;
	 font-weight:700px;
    }
    .cartProdTotalSum{
	display:inline-block;
	width:50%;
	font-family:Oswald;
	font-weight:700px;
	text-align:right;
     }    
    .cartProdSpace{
 	width:100%;
	height:10px;
	background-color:white;	 
     }
    .cartProdTotalDiscount{
 	 font-family:Abel;
	 font-size:25px;
	 font-weight:400px;
	 color:red
    }
    .cartProdTotalTxt{
	font-family:Abel;
    }
   .cartProdSpaceBottom1{
 	width:100%;
	height:50px;
	background-color:white;	 
     }
    .cartProdSpaceBottom2{
 	width:100%;
	background-color:white;	 
     }
    .cartCheckoutCont{
	display: none;	
        color:#132844;
	position: relative;
	margin: 0 auto;
	border: none;
	background-color:white;

    }
    .cartCheckoutIF{
        color:green;
	margin: 0 auto;
	width: 700px;
	height: 700px;
	border: none;
	background-color:orange;

    }

    .cartFreightHead{
	width:100%;
	color: #132844;
    }

    .cartFreightCont{
	width:100%;
    }
    .cartFreight{
	display:inline-block;
	position:relative;
	width: 75%;
    	font-family: Abel;
	color: #132844;
    }
    .cartFreightBox{
	position:absolute;
	text-align: center;
	color: white;
	background-color: white;
	cursor:pointer;
    }	
    .cartFreightBox:hover{
	background-color:#132844;
    }
    .cartFreightBoxActive{
	background-color:#132844;
    }
    .cartFreightTxt{
	position: absolute;
    }

     .cartProdFreightPriceCont{
	 display:inline-block;
	 position:relative;
	 width:25%;
	 height:40px;
	 text-align:right;
     }
    
    .cartCommentCont{
	width: 100%;
	height: 110px;
	border: none;
	color:green;
	background-color:white;
    	font-family: Abel;
	color: #132844;
    }

    .cartCheckoutComment{
	width: 100%;
	height: 80px;		
	font-family: Abel;
	font-size: 18px;
	border-radius:10px 10px 10px 10px ;
    }

    .cartCheckoutCommentButton{
	width: 100%;
	height: 24px;
	color:white;
	font-family: Abel;
	font-size: 20px;
	line-height:24px;
	text-align:center;
	background-color:#132844;
	border-radius:0 0 10px 10px;
	cursor:pointer;
    }

    .cartPosButtonCont{
	display:inline-block;
    }
    .cartPosButton{
	margin:auto;
	width:70%;
	height:80px;
	line-height:80px;
	font-family:Oswald;
	font-size:30px;
	text-align:center;
	background-color:#132844;
	color:white;
	border-radius:20px;
	cursor:pointer	       
    }
    .cartPosButton:hover{
	background-color:#225397;
    }
     
    .cartPosDiscountRecordButton{
	position:relative;
	top:8px;
	height:43px;
	width:96%;
	family:Oswald;
	font-size: 35px;
	line-height:39px;
	text-align:center;
	color: white;
	border-radius:10px;
	background-color:green;
	cursor:pointer;
    }
    .cartPosProdTotalSum{
 	width:100%;
	font-family:Oswald;
	font-size:25px;
	font-weight:700px;
	color:#132844;
	background-color:yellow;
	text-align:right
    }
