﻿ /* 
/*------------------------------------------------------------------------
 # Flexible Dropdown Shopping Cart   - Version 2.0
 # ------------------------------------------------------------------------
 # Copyright (C) 2013 Flexible Web Design. All Rights Reserved.
 # @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL
 # Author: Flexible Web Design Team
 # Websites: http://www.flexiblewebdesign.com
 -------------------------------------------------------------------------*/
 @import url(https://fonts.googleapis.com/css?family=Oswald);
 
 #vmCartModule {
	text-transform: uppercase;
	padding: 0px;
	position:relative;
	display:inline-block;
	text-align:left;
}
.show_products {
	display: block !important;
	position: absolute;
	z-index: 999;
}
#product_list {
	position: absolute;
	z-index: 999;
	min-height: 20px;
	padding: 10px;
	-webkit-box-shadow:  0px 0px 2px 0px rgba(0, 0, 0, 0.5);
    		box-shadow:  0px 0px 2px 0px rgba(0, 0, 0, 0.5);
}
#hiddencontainer {
	display: none;
}
#vmCartModule .cartTitle {
	font-family:'Oswald', sans-serif;
	padding-bottom: 10px;
	margin-bottom: 10px;
	font-size:14px;
	font-weight: bold;
}
#vmCartModule .show_cart {
	padding-top: 10px;
	border-top: 1px solid #ddd;	
	text-align: center;
}
#vmCartModule .show_cart a {
	padding: 0px;
	display: inline-block;
	padding: 5px 10px;
	/*float: right !important;*/
	text-decoration:none;	 
	font-family: 'Oswald', sans-serif;	
    background-color: #E8715C;
    border: 1px solid #C94B3A;
    border-radius: 16px;
    box-shadow: 0 0 0 4px rgba(217, 217, 217, 0.6), 0 1px 0 0 rgba(255, 255, 255, 0.4) inset, 0 -1px 1px 0 rgba(0, 0, 0, 0.1) inset;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 12px;
    height: 12px;
    line-height: 120%;
    padding: 9px 12px;
    position: relative;
    text-align: center;
    transition: background-color 0.3s linear 0s;
    width: 130px;
	font-weight: bold;
    z-index: 2;
}
#vm_cart_products > div:nth-child(2) > div > div > div.image > a > img{
  width: 200px;
}

#vmCartModule .show_cart a:hover {			
	background-color: #ff8974;
}
 
#vmCartModule .sub_total {
	font-family: 'Oswald', sans-serif;
	display:inline-block;
	margin:10px;
}
.hide {
	display: none;
}

#vmCartModule .total:hover, #vmCartModule.carthover .total {
	cursor: pointer;
}
#vmCartModule .cartEmpty {
	text-transform: none;
	line-height: 16px;
	font-size: 11px;
	text-align: center;
	padding: 10px 0px;
}
#vmCartModule .image {
	display: block;
}
#vmCartModule .product_row {
	width: 33%;
	display: block;
	float: left;
	padding-bottom: 10px;
    /* background-color: #fff;*/
}
#vmCartModule .product_row:nth-child(3):after {
	content:".";
	visibility:hidden;
	clear:both;
}
#vmCartModule .product_row_inner {
	padding: 10px;
	margin:0 5px;
	line-height: 140%!Important;
}
#product_list > div.show_cart > div{
 color: #a20303;
}
#vmCartModule .product_row_inner{
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .25), 0 2px 3px rgba(0, 0, 0, .1), 0px 0px 10px 8px rgba(0,0,0,0.05);
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .25), 0 2px 3px rgba(0, 0, 0, .1), 0px 0px 10px 8px rgba(0,0,0,0.05);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .25), 0 2px 3px rgba(0, 0, 0, .1), 0px 0px 10px 8px rgba(0,0,0,0.05);
	background-color: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#product_list > div.cartTitle{

}
#vmCartModule .product_name_container {
	display: block;
	text-align: center;
	font-weight:bold;
}
#vmCartModule .remove_button {
	visibility: hidden;
	text-align: center;
}
#vmCartModule div.vm_cart_products div.container div.remove_button a.vm2-remove_from_cart.vmicon {
	background:url(remove_from_cart.png) no-repeat;
	margin-top:10px;
     width:45px;
	height:45px;
}
#vmCartModule .prices {
	display: block;
	text-align: center;
	font-weight:bold;
	top: 10px;
	font-size:20px;
	font-family: Arial Black, Rodeo, Helvetica,Tahoma;
	color: #bf0359;
}
#vmCartModule .sub_total{
	font-weight:bold;
	font-size:20px;
	line-height: 140%;
	text-align: center;
}

#vmCartModule.vm2-remove_from_cart{
     width:64px;
	height:64px;
}
#vmCartModule .product_row:hover .remove_button {
	visibility: visible;
}
#vmCartModule .product_attributes {
	display: block;
	text-align: center;
	font-size:11px;
}
#vmCartModule .product_attributes {
	display: block;
	text-align: left;
}
#vmCartModule .image img {
	max-width: 100%;
}
div#vmCartModule div.container a {
	padding: 0px;
}
		#vmCartModule .cartTitle{
			border-bottom: 1px solid #ddd;
			text-align:center;
		}
		.vm_cart_products .container { width: inherit !important; }
.vm_cart_products .container:after { clear:none; }
#product_list { z-index:99999999;}
#vmCartModule .loading {
	position:absolute;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	right:0px;
	background:url(bx_loader.gif) no-repeat center center rgba(255,255,255,0.5);
}

#vmCartModule .flexibleNumber {
	background: none repeat scroll 0 0 #3b5998;
    border: 2px solid #FFFFFF;
    border-radius: 100%;
    box-shadow: 1px 1px rgba(0, 0, 0, 0.5);
    color: #FFFFFF;
    display: block;
    font-size: 10px;
    font-weight: bold;
    height: 16px;
    right: 7px;
    line-height: 16px;
    margin: 0 auto;
    position: absolute;
    text-align: center;
    top: 10px;
    width: 16px;
}
#vmCartModule .total {
	position:relative;
	cursor:pointer;
	width: 64px;
	height: 64px;
	display: inline-block;
	position: relative;
	background-color: #eaeaea;
	-moz-border-radius: 32px;
	-webkit-border-radius: 32px;
	border-radius: 32px;
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .25), 0 2px 3px rgba(0, 0, 0, .1), 0px 0px 0px 8px rgba(0,0,0,0.05);
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .25), 0 2px 3px rgba(0, 0, 0, .1), 0px 0px 0px 8px rgba(0,0,0,0.05);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .25), 0 2px 3px rgba(0, 0, 0, .1), 0px 0px 0px 8px rgba(0,0,0,0.05);
	z-index:999;
	background-size:auto 70%;
	background-repeat:no-repeat;
	background-position:center center;
}
 
#vmCartModule.carthover .total{ 
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .25), 0 2px 3px rgba(0, 0, 0, .1), 0px 0px 0px 8px rgba(218,225,240,0.5);
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .25), 0 2px 3px rgba(0, 0, 0, .1), 0px 0px 0px 8px rgba(218,225,240,0.5);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .25), 0 2px 3px rgba(0, 0, 0, .1), 0px 0px 0px 8px rgba(218,225,240,0.5); 
}
#vmCartModule.carthover {
	background-color:transparent !important;
}
#vmCartModule .flexibleCartIcon {
	vertical-align:middle;
}
#vmCartModule .flexibleLabel {
	position: absolute; 
	bottom:-10px;
	font-family: 'Oswald', sans-serif;
	text-align:center;
	} 
	
#vmCartModule #product_list:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: 100%;
    right: 23px;
    border-width: 0 10px 10px 10px;
    border-style: solid;
    border-color: #f4f3f3 transparent;    
}

#vmCartModule #product_list:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: 100%;
    right: 21px;
    border-width: 0 12px 12px 12px;
    border-style: solid;
    border-color: rgba(0,0,0,0.1) transparent;    
}
#vmCartModule #product_list {
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .25), 0 2px 3px rgba(0, 0, 0, .1), 0px 0px 10px 8px rgba(0,0,0,0.05);
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .25), 0 2px 3px rgba(0, 0, 0, .1), 0px 0px 10px 8px rgba(0,0,0,0.05);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .25), 0 2px 3px rgba(0, 0, 0, .1), 0px 0px 10px 8px rgba(0,0,0,0.05);
	background-color: #f4f3f3;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	top:85px;
}
	
		