/* //this is the style adjustment for the new Multi address page// */

.site-content{
   
    background-color: white;
    width:80%;
    margin:auto;
    margin-top: 10%;
    margin-bottom: 20%;
    }
    .delete-line-item
    {
        float:right !important;
        background-color:rgba(255, 255, 255, 0)!important;
    
        color:rgba(222,84,155,255) !important;
    }
    .delete-line-item:hover{
        color:white ! important;
        /* background-color: rgba(222,84,155,255) ! important; */
        transition-duration: .2s;

    }
    .h2-link{
        bottom:5px;


    }
    .h2-link{
        padding:3px;
        margin:5px;
       
        border-radius:2px;
        color:rgba(222,84,155,255);
        text-decoration: none;

    }
    .h2-link:hover{
        color:white ! important;
        background-color: rgba(222, 84, 155, 0.493) ;
        transition-duration: .2s;
        border-radius:3px;
    }
    

    .site{
        background-color: white;
    }
    @media screen and (max-width: 768px){ 
       
        .site-content{
            margin-top: 20%;
            margin-bottom: 47%;
            
            }
    }
    @media screen and (max-width: 414px){ 
        .site-content{
            margin-top: 25%;
            margin-bottom: 60%;
            
            }
        
        .shipping-address, .product-name, .product-quantity{
            font-size: 15px !important;
        }
        .shipping-address{
            text-align: right;
        }
        .address-select{
            width:100%;
        }
        .h2-link{
            display:inline-block;
            max-width: 50%;
        }
        .set-shipping-addresses{
            margin-top:5px;

        }
  
        
    }
    @media screen and (max-width: 670px){ 
        .shipping-address, .product-name, .product-quantity{
            font-size: 15px !important;
        }
        .shipping-address{
            text-align: right;
        }
        .address-select{
            width:100%;
        }



    }