

/*
==========================================================================
   BootstrapShoppingCart by www.beaenea.com
========================================================================== 
*/

/*
==========================================================================
Main
========================================================================== 
*/

html, body {
    margin:0px;
    padding:0px;
}

p {
    margin: 0px;
}

a {
    color: #afd711;
}

a:hover {
    color: #afd711;
}

.collections {
    background-color: #E9E9E9;
}
.BSCart {
    position: relative;
}

.BSCart .BSCart_list { 
    width: 220px;
    background-color: #E9E9E9;
    border: 2px dashed transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
}

.BSCart.active .BSCart_list,
.BSCart.hover .BSCart_list { border-color: #ffa0a3 }
.BSCart.active .BSCart_list { background-color: #fff8c1 }
.BSCart.hover .BSCart_list { background-color: #ffa0a3 }
.BSCart { position: relative; }

.delete {float: right;}

.brand {
    margin-top: 6px;
}
/*
==========================================================================
Product
========================================================================== 
*/
.product { background-color: #fff; margin-bottom: 30px; z-index: 0; }


/*
==========================================================================
Prices
========================================================================== 
*/
.price { font-size: 18px; font-weight: bold;  font-family: Helvetica,Arial,sans-serif;}
.price_overline { font-size: 18px; text-decoration: line-through; font-weight: bold;  font-family: Arial,Helvetica,sans-serif; }
.offer { font-size: 18px; color: #afd711; font-weight: bold; font-family: Arial,Helvetica,sans-serif; }

/*
==========================================================================
Into shoppingcart
========================================================================== 
*/
.ShoppingCartHead { background-color: #424251; color: #fff; font-weight: bold; overflow: hidden; height: 41px; width: 100%;  }
.ShoppingCartHead img { padding: 10px; }

.ShoppingCart{
    font-size: 12px;
    padding: 10px;
    line-height: 12px;
}
.ShoppingCart:nth-child(odd){
    background:#f5f5f5;
}

.Horizontal {
    text-align: center;            
}
.ShoppingCartFoot { 
               font-size: 12px; line-height: 12px; padding: 10px; overflow:hidden;
               background-color: #fff; color: #000; font-weight: bold;  
               border-top-style:dashed; border-top-color: #999f9f; border-top-width: 1px;
               border-bottom-style:dashed; border-bottom-color: #999f9f; border-bottom-width: 1px;
               }
               
 .ShoppingCartFoot_nodash { 
               font-size: 12px; line-height: 12px; padding: 10px;
               background-color: #fff; color: #000; font-weight: bold;  
               border-top-style:none; border-top-color: #999f9f; border-top-width: 1px;
               border-bottom-style:none; border-bottom-color: #999f9f; border-bottom-width: 1px;
               }              
               
.btn-success {
                color: #ffffff;
                text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
                background-color: #afd711;
                
                background-image: -moz-linear-gradient(top, #afd711, #afd711);
                background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#afd711), to(#afd711));
                background-image: -webkit-linear-gradient(top, #afd711, #afd711);
                background-image: -o-linear-gradient(top, #afd711, #afd711);
                background-image: linear-gradient(to bottom, #afd711, #afd711);
                background-repeat: repeat-x;
                }

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active
                {
                color: #ffffff;
                background-color: #afd711;
                }

.ShoppingCartButtons {              
        float:right; margin-top: 30px;               
}



/*
==========================================================================
product view
========================================================================== 
*/

.productTitle {  color: #4d4d4d; font-weight: bold; margin-bottom: 50px; }


/*
==========================================================================
Prepare information for paypal / paypal_multiple_cart_dopayment.php
========================================================================== 
*/
.centerdiv {
	position: absolute;
	top: 50%; 
	left: 50%; 
	width: 600px; 
	height: 200px;
	margin-top: -100px; 
	margin-left: -160px;
	}