/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 06/10/2015, 14:47:54
    Author     : dev
*/

.sharecart-box{
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    background: rgba(0,0,0,0.05);
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 1000000;
    color: #999;
}

.share-cart-validation-msg{
    color: #df280a !important;
    font-weight: bold !important;
}

.share-cart-sessionexpired-msg{
    color: #df280a !important;
    font-weight: bold !important;
}

#share-cart-sessionexpired-msg i.fa{
    text-align: left;
}

.sharecart-box div.container{
    display: inline-block;
    max-width: 80%;
    width: 350px;
    text-align: left;
    background: #fff;
    padding: 10px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.6);
    border-radius: 5px;
}

.sharecart-box div.container h2{
    font: normal 14px/1.35 arial,sans-serif;
    font-weight: bold;
    color: #999;
}

.sharecart-box .sharecart-close{
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    float: right;
    margin-right: -10px;
    margin-top: -10px;
    text-align: center;
    color: #fff;
    background: #000;
    /*border-radius: 0px 5px 0px 0px;*/
}
#share-cart div.container h3{
    font-weight: bold;
    border-top: 1px solid #ccc;
    padding-top: 10px;
    color: #999;
    font-size: 13px;
}
#share-cart div.container p{
    text-align: center;
}
#share-cart div.container p span.small{
    font-size: 11px;
    display: block;
    font-weight: bold;
    color: #999;
}

#share-cart-link{
    display: block;
    width: 100%;
    margin:5px 0px;
    overflow: hidden;
    font-size: 13px;
    border: none;
    font-weight: bold;
    text-align: center;
    color: #999;
}
/*#share-cart-link*/

#share-cart div.container label{
    display: block;
    width: 100%;
    margin-bottom: 4px;
    height: 14px;
    line-height: 14px;
}
#share-cart div.container input,
#share-cart div.container textarea{
    display: block;
    width: 100%;
/*    width: calc(100% - 12px);*/
    margin: 0px;
}
#share-cart div.container textarea{
    width: calc(100% - 22px);
    height: 100px;
}

#share-cart-email{
    margin-bottom: 10px!important;
}

#share-cart div.container .button-box{
    width: 100%;
    float: left;
    margin-top: 10px;
}

#share-cart-button{
    /*background-color: #0a0!important;*/
}

#share-cart-mail-button span span i.fa,
 .button span span i.fa{
    margin-right: 5px;
    font-weight: normal;
}

#share-cart-copy-msg {
    display: block;
    max-width: 100%;
    text-align: center;
    padding-top: 5px;
    cursor: pointer;
}

.copy-share-cart{
    cursor: pointer;
}

/*#share-cart-confirmation{
    padding: 10px;
    border: 1px solid #f00;
    margin-bottom: 10px;
    background: #fcc;
}
#share-cart-confirmation{
    color: #a00;
}*/

@media screen and (max-width: 640px) {

    #share-cart-button{
        float: none;
        width: 90%;
        width: calc(100% - 22px);
        margin: 5px auto;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    #share-cart-button span{
        display: block;
        width: 100%;
        text-align: center;   
    }
    #share-cart-button span span{
        padding: 10px 0px;
        background-position: center center;
        background-repeat: repeat-y;
    }
    
}

