﻿/****************************************/
/* Cart */

/* Cart icon: 36px, with 8px gap between the icon and the $ amount below it */
.cartIconWrap {
    position: relative;
    display: inline-block;
    line-height: 0;
}

.cartIconImg {
    height: 36px;
    width: 36px;
    cursor: pointer;
}

/* Numbered chip shown only when there are items in the cart */
.cartCountChip {
    position: absolute;
    top: -6px;
    right: -8px;
    min-width: 18px;
    height: 18px;
    padding: 0 5px;
    box-sizing: border-box;
    border-radius: 9px;
    background: #39B77C;
    color: #ffffff;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
    font-size: 11px;
    font-weight: 700;
    line-height: 18px;
    text-align: center;
    white-space: nowrap;
}

.CartWrap { 
 height:121px;
 /*background: white;*/
 
 float:right;
 clear:right;
 /*margin-top: 22px;*/
 margin-bottom: 0px;
 margin-right: 0px;
}


#CartSummary {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
    height: auto;
    margin-top: 5px;
}
    
    #CartTitleWrap
    {
     float:right;   
    }
    
    #CartTitle  
    {
     margin-top: 5px;
     /*text-align:center;*/
     font-size: 11pt;
     font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
     font-weight:500;
     /*font-family: "Driod SansX", Sans-Serif;*/
     /*font-style:italic;*/
     /*font-weight:bold;*/
     /*color:#6C6D71;*/   
     color:rgb(60,60,60);  
    }
    #CartTotal  
    {
     /*text-align:center;*/        
     /*margin-top: 5px;*/
     margin-top: 6px;
     font-size:12pt;
     /*font-weight:bold;*/

     clear:left;
     text-align:left;
     
     
     /*color:#EB008C;*/
     color:white;
     /*font-family: "Driod SansX", Sans-Serif;*/
     /*font-weight:bold;*/
     
    }

#CartInfo
{
 float:right;
 font-family:'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif; 
}

    #CartInfoHeader
    {
     /*background:white;*/
     font-size:large;
     border-bottom-width:  1px;
     border-bottom-style: solid;
     border-bottom-color: Black;
    }
    #CartInfoSummary
    {
     /*background:white;*/
     font-size:small;
    }
                        
    #CartButtonWrap
    {
     /*background:white;*/
     font-size:medium;
     text-align:center;
     font-weight:bold;
     margin-top:0px;
     margin-bottom:0px;
     margin-left:10px;
     float:left;
    }    

    #CartBtn1Wrap
    {
     font-size:medium;
     float:left;
     color:white;
     /*width:100px;*/
     height:30px;
    }    

    #CartBtn2Wrap
    {
     font-size:medium;
     float:left;
     clear:left;
     color:white;
     /*width:100px;*/
       height:30px;
     margin-top: 0px;
     padding-top: 0px;
     padding-bottom: 3px;


    }        



.viewcartBtn
{
    float:right;
    text-decoration:none;
    color:white;
}

.cartBtn
{
 background: url('cartButton.png') 100% 0 no-repeat; 
 width:110px; 
 height:25px;   
}

.cartBtnText
{
    float:left;
    font-weight:bold; 
    font-family: "Driod SansX", Sans-Serif;
}
.viewcartBtn:hover
{
    text-decoration:none; 
    color:yellow;
}

.payNowBtnView
{
    text-decoration:none; 
    color:white;
}

.payNowBtnView:hover
{
    text-decoration:none; 
    float:right;
    color:Yellow;
}

.payNowBtn
{
    font-weight:bold;
    font-size:medium;
    background:green;
    width:120px;
    height:30px;
    float:right;
    padding-top:5px;
    padding-bottom:5px;
    text-align:center;
    color:White;
    text-decoration:none;
}



.payNowBtn:hover
{
    font-weight:bold;
    font-size:medium;
    background:palegreen;
    width:120px;
    float:right;
    padding-top:5px;
    padding-bottom:5px;
    text-align:center;
    color:black;
    text-decoration:none;
}
