/*
==========================================================================
Main
========================================================================== 
*/
@font-face {
  font-family: 'Trajan';
  src: url('../assets/TrajanPro-Regular.eot') format('embedded-opentype'),
  	   url('../assets/TrajanPro-Regular.woff') format('woff'),
  	   url('../assets/TrajanPro-Regular.ttf') format('truetype'),
	   url('../assets/TrajanPro-Regular.svg#Trajan-Pro') format('svg'));
}

@font-face {
	font-family: 'Times';
    src: url('../assets/timr45w.eot') format('embedded-opentype'),
		 url('../assets/timr45w.woff') format('woff'),
		 url('../assets/timr45w.ttf') format('truetype'),
		 url('../assets/timr45w.svg#Times') format('svg'));
}

@font-face {
	font-family: 'TimeBold';
    src: url('../assets/timr65w.eot') format('embedded-opentype'),
		 url('../assets/timr65w.woff') format('woff'),
		 url('../assets/timr65w.ttf') format('truetype'), /* Pretty Modern Browsers */
		 url('../assets/timr65w.svg#Times') format('svg'));
}
@viewport {  
   orientation: portrait;  
}  
html[orient="portrait"], body[orient="portrait"] {
    margin:0px;
    padding:10px;
	font-family: 'Times';
}
p {
    margin: 0px;
}

a {
    color: #c9d510;
}

a:hover {
    color: #c9d510;
}

.collections {
    background-color: #c9d510;
}
.side_cart {
	position: fixed;
	width:240px;
	height:82px;
	top: 150px;
	right: -160px;
	padding: 0;
	list-style: none;
	z-index: 99;
	background-color:#b7c212;
	border-radius:2px;
	padding:20px;
	-webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
.side_cart a{
	color:#fff;	
}
.side_cart:hover{
	right:0px;
	-webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
.cart{
	color:#fff;
    position: relative;
    display: inline-block;
    overflow: hidden;
    vertical-align: top;
    margin-right: 0;
}
.cart a:hover{
	color:#deeb12;	
}
.cart_content{
	margin-top:4px;
	float:right;
	width:140px;
}
.sidebar
{
	height:100%;
	top:0px;
	bottom:0px;
	position: fixed;
	background-color:#c9d510;
	padding:0px;
	margin-left:162px;
	margin-bottom:0;
	width: 117px;
	z-index: 100;
	-webkit-box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.35);
	-moz-box-shadow:    0px 0px 10px -2px rgba(0, 0, 0, 0.35);
	box-shadow:         0px 0px 10px -2px rgba(0, 0, 0, 0.35);
}
.addproduct {
	font-size:0.85em;	
	min-width:84px;
	text-align:center;
}
.checkout_button{
	font-size:0.9em;	
}
.BSCart {
    position: relative;
	z-index:110;
}

.BSCart .BSCart_list { 
    width: 100%;
    background-color: #c9d510;
	margin: 0 0 20px 0;
}

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

.delete {float: right;}

.brand {
    margin-top: 6px;
	margin-left: 6px;
}
.logoTitle {
	color: #A3AD09;
	text-align: center;
	background: transparent url('../images/lacerta-logo.jpg') no-repeat center top;
	line-height: 215px;
	margin-bottom: 20px;
	z-index:-1;
}
.pageTitle {
	color: #A3AD09;
	text-align: center;
	background: transparent url('../images/title-decoration.png') no-repeat center top;
	line-height: 40px;
	margin-bottom:20px;
}
.pageTitle p {
	padding:0;
	text-align:center;
	font-size:24px;
	font-family:TimeBold, "Times New Roman", Times, serif;
	text-transform:uppercase;
}
.pageTitleCart {
	color: #A3AD09;
	text-align: center;
	background: transparent url('../images/separator-page-bottom.png') no-repeat center top;
	line-height: 40px;
	margin-bottom:20px;
	margin-top: 40px;
}
.pageTitleCart p {
	padding:0;
	text-align:center;
	font-size:24px;
	font-family:"Times New Roman", Times, serif;
	text-transform:uppercase;
}
.lacertaExpress {
	color: #A3AD09;
	text-align: center;
	background: transparent url('../images/lacerta-express.png') no-repeat center top;
	line-height: 90px;
	margin-bottom:-25px;
	margin-right:-20px;
	top:15px;
}
.bigLetterp::first-letter {
	font-size:1.2em;	
	font-family: 'Trajan';
	font-weight:700;

}
a.sidebarLink {
	color: #727272 !important;
	text-decoration:none;
	font-size:0.75em;	
	font-family: 'Trajan';
	font-weight:700;
	letter-spacing:0.5px;
}
a.sidebarLink:hover {
	color:#ffffff !important;
	text-decoration:none;
}
a.sidebarLink p::first-letter {
    font-size: 120%;
    color: #727272;
}
a.sidebarLink:hover p::first-letter {
    font-size: 120%;
    color: #fff;
}
.nav-list{
	width:100%;
	margin: 10px 0 8px 0;
	text-transform:uppercase;
	font-size:0.75em;
	z-index: 50;
    position: relative;
}
.nav-list ul {
	text-decoration:none;
	list-style-type:none;
	padding:0;
    margin: 10px 0;
}
.nav-list li{
	padding: 2px 0 0 0;
	font-size: 1.15em;
            font-weight: bold;
            line-height: 1.5em;
            font-family: 'Times',Times New Roman, serif;
            letter-spacing: -0.2px;
            @include basic-links(#727272, #FFF);	
}
.logo {
	width:100%;	
	padding: 0;
	margin: 20px auto;
}
#language {
  margin: -3px 0 0 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
  text-align:center;
}
#language a {
  padding-right: 4px;
  padding-left: 1px;
}
.leftImage {
	position: fixed;
	height: 100%;
	width: 270px;
	background-color: #FFF;
	margin: -20px 0 0 -108px;
	z-index: 100;
}
.leftImage img {
  top: 0;
  right: 0;
  position:absolute;
}
.footerPattern {
	position: relative !important;
	height: 51px;
	width: 640px;
	line-height:500px;
	background-color: #FFF;
	margin: 0 0 0 202px;
}
.footerPatternHome {
	position: absolute !important;
	bottom: 50;
	height: auto;
	width: 640px;
	line-height:60px;
	background-color: #FFF;
	margin: 0 0 0 218px;
	padding:9;
	background: transparent url('../images/footer-pattern.png') no-repeat center bottom;
}
.copyright {
	color: #fff; 
	position:fixed; 
	bottom:0; 
	width:110px; 
	font-size: 11px;
	font-family:Times;	
	text-align:center;
}
#copyright {
  color: #FFF;
  font-size: 11px;
  position: absolute;
  bottom: 5px;
  width: 117px;
  padding: 0 5px;
  text-align: center;
  z-index:-1;
}
.lacerta-express {
	margin-left:-15px;
}
#lacerta-wine-shop h1 {
  color: #A3AD09;
  text-transform:uppercase;
  font-size: 15px;
  text-align: center;
  background: transparent url('../images/title-decoration.png') no-repeat center top;
  height: 40px;
  font-family: Trajan,"Times New Roman", serif;
  font-weight: regular;
  line-height: 40px;
  
  letter-spacing: -0.5px;
  margin-right: 20px;
}
.separatorTop {
  display: block;
  clear: both;
  height: 1px;
  line-height: 1px;
  background: transparent url('../images/separator-page-top.png') repeat-x center center;
  width: 580px;
  margin: 20px 30px;
  height: 23px;
  line-height: 23px;
  background-repeat: no-repeat;
}

.wine-color-1:after{
	content:'';
    width: 0; 
    height: 0; 
    border-top: 14px solid #d82a2a; 
    border-left: 14px solid #d82a2a; 
    border-right: 14px solid transparent; 
    border-bottom: 14px solid transparent;   
    position:absolute;    
    top:0px;
}
.wine-color-2:after{
	content:'';
    width: 0; 
    height: 0; 
    border-top: 14px solid #d5cb2b; 
    border-left: 14px solid #d5cb2b; 
    border-right: 14px solid transparent; 
    border-bottom: 14px solid transparent;   
    position:absolute;
    top:0px;
}
.wine-color-6:after{
	content:'';
    width: 0; 
    height: 0; 
    border-top: 14px solid #FF61B4; 
    border-left: 14px solid #FF61B4; 
    border-right: 14px solid transparent; 
    border-bottom: 14px solid transparent;   
    position:absolute;
    top:0px;
}

.liz{
	position: fixed;
	height: auto;
	width: 270px;
	margin: -20px 0 0 -98px;
	z-index:200;
}
.liz img {
	top: 25px;
	right: 0;
	position:absolute;
}
/*
==========================================================================
Product
========================================================================== 
*/
.product { background-color: #fff; margin-bottom: 30px; z-index: 150; }


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

/*
==========================================================================
Into shoppingcart
========================================================================== 
*/
.ShoppingCartHead { background-color: #c9d510; color: #fff; font-size:16px; overflow: hidden;  width:100%; border-bottom:1px solid #b7c212; }
.ShoppingCartHead img { padding: 10px; }
.ShoppingCartHead p { padding:6px; text-align:center; font-size:16px; font-weight:bold; }

.ShoppingCart{
    font-size: 12px;
    padding: 10px;
    line-height: 12px;
	color: #727272;
}
.ShoppingCart:nth-child(odd){
    background:#c9d510;
	border-bottom:1px solid #b7c212;
	border-top:1px solid #b7c212;
}

.Horizontal {
    text-align: center;            
}
.ShoppingCartFoot { 
               font-size: 14px; line-height: 16px; padding: 0px; overflow:hidden;
               background-color: #b7c212; color: #fff; font-weight: bold;  
			   border-top: 1px solid #b7c212;
			   text-align:right;
               }
               
 .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;
                background-color: #b7c212;
				border:1px solid #b7c212;
				border-radius: 2px;
                }

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active
                {
                color: #727272;
                background-color: #c9d510;
				border:1px solid #c9d510;
                }

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



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

.productTitle {   
	font-family:"Times New Roman", Times, serif;
	text-align: left;
	background-image: none;
	background-color: transparent;
	font-size: 22px;
	margin-bottom: 5px;
	color: #A3AD09; margin-bottom: 50px; 
	text-transform:uppercase;
}
.productDescription {
	
}
.productDescription b, strong {
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	color:#333;
}
.productLeftImage {
	position: fixed;
	height: auto;
	width: 270px;
	background-color: #FFF;
	margin: -30px 0 0 -274px;
	z-index: -1 !important;
}
#backToCatalog {
	margin: 0 4px 0 0;
}

/*
==========================================================================
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;
	}