.wp_eStore_extra_error_message{
color: red;
font-weight: bold;
}
.eStore-fancy-clear{clear:both;}

.eStore-product-fancy-no-thumb {
height:100%;
overflow:hidden;
margin-bottom:5px;
border:1px solid #ccc;
padding:5px
}
.eStore-product-description-fancy-no-thumb {
text-align:left;      
}
.eStore_cart_item_name{
display:block;	
vertical-align: center !important;
}
.eStore_cart_thumbnail img, .eStore_cart_thumbnail a img{
width:48px !important;
height:48px !important;
vertical-align: middle !important;
float:left;
margin-right:10px !important;
border:none !important;
}
.eStore_remove_item_button{
vertical-align: middle !important;
}
.eStore_empty_cart_button{
vertical-align: middle !important;
}
.eStore_search_result_thumbnail{
width:50px !important;
height:50px !important;
}
/*** === Compact cart 2 === ***/
.eStore_compact_cart2{
background: url("images/cart-icon-black.png") no-repeat scroll 0 50% transparent;
font-family: helvetica;
font-size: 12px;
font-weight: bold;
padding: 3px 3px 3px 25px;
}

/*** === Compact cart 3 === ***/
.eStore_compact_cart3{
font-family:helvetica;	
background-color:#000;
max-width: 240px;
min-width: 220px;
padding: 10px 7px;
margin:5px 0;
}
.eStore_compact_cart3_container{
background:url("images/shopping_basket_icon_small.png") no-repeat scroll 0 50% transparent;
padding-left: 30px;
color: #FFFFFF;
font-size: 16px;
}
.eStore_compact_cart3_price{color: #B4D470;}
.eStore_compact_cart3_co_btn{
background-color: #FFFFFF !important;
color: #162636 !important;
font-size: 14px !important;
font-weight:normal !important;
margin-left: 10px !important;
padding: 5px 7px !important;
text-decoration: none !important;
width:auto !important;
height:auto !important;
}

/*** === Compact cart 4 === ***/
.eStore_compact_cart4{
font-family:helvetica;	
background-color:#DDDDDD;
border:1px solid #CCCCCC;
max-width: 240px;
min-width: 220px;
padding: 10px 7px;
margin:5px 0;
}
.eStore_compact_cart4_container{
background:url("images/shopping_basket_icon_small.png") no-repeat scroll 0 50% transparent;
padding-left: 30px;
font-size: 16px;
}
.eStore_compact_cart4_price{
color: #6A872D;
font-weight: bold;
}
.eStore_compact_cart4_co_btn{
background-color: #A3A3A3 !important;
color: #162636 !important;
font-size: 14px !important;
font-weight:normal !important;
margin-left: 10px !important;
padding: 5px 7px !important;
text-decoration: none !important;
width:auto !important;
height:auto !important;
}
/*** === Compact cart 5 === ***/
.eStore_compact_cart5{
background-color:#b4d613;
border:1px solid #92B002;
max-width: 140px;
min-width: 140px;
padding: 2px 2px;
margin:10px 0;
}
.eStore_compact_cart5_container{
background: url('images/cart-icon-black-2.png') 6px 6px no-repeat;
padding-left: 40px;
}
.eStore_compact_cart5_inside{
background: #262626;
display: block;
color: #FFFFFF;
font-size: 14px;
text-align: center;
cursor: pointer;
padding: 3px 0;
}
.eStore_compact_cart5_view_cart_link {
color: #FFFFFF !important;
text-decoration: none;
}
.eStore_compact_cart5_view_cart_link:hover {
color: #FFFFFF !important;
text-decoration: none;
}

/*=== Category listing related ===*/
.eStore_category_list_column{
float: left;
margin-right: 10px;
}

/*** === Audio player specific === ***/
.audioplayer_container{
padding:0px 0px 5px 0px !important;
margin:0px !important;
}
/*=== End of audio player specific css ===*/

/*=== Fancy 3 css ===*/
.eStore-fancy3 {display:block; float:left; padding-right: 25px; padding-bottom:10px; width:139px;}
.eStore-fancy3-thumb img {height: 125px; width: 125px; border: 5px solid #ccc;}
.eStore-fancy3-thumb a img {border: 5px solid #ccc;}
.eStore-fancy3-thumb:hover img {border-color: #333;}
.eStore-fancy3-footer{text-align:center;}
.eStore-fancy3-product-name{}
.eStore-fancy3-price-tag{font-size: 120%;color: #7A7A7A;font-weight:bold;}

/*=== Fancy 4 css === */
.eStore-product-fancy4 {
height:100%;
overflow:hidden;
background:#fff;
border:2px solid #24282C;
padding:5px;
margin-bottom:5px;
}
.eStore-product-fancy4 a{
color:#D9D9D9;
}
.eStore-product-fancy4 a:hover{
color:#BABABA;
text-decoration: underline;
}
.eStore-fancy4-header{
height:100%;
overflow:hidden;
color:#D9D9D9;
background: #24282C;
vertical-align: middle;
padding:10px;
}
.eStore-fancy4-header-left span{
float:left;
font-size: 140%;
width:65%;
}
.eStore-fancy4-header-right{
float:right;
font-size: 140%;
font-weight: bold;
margin-right:20px;
color: #7C848A;
text-shadow: black 0.1em 0.1em 0.2em;
}
.eStore-fancy4-footer{
height:100%;
overflow:hidden;
color:#7C848A;
background:#2D3134;
padding:15px;
border-top:1px solid #383C40;
}
.eStore-fancy4-thumb{
float:right;
text-align:center;
}
.eStore-fancy4-thumb img{
height:125px;
width:125px;
margin-bottom:10px;
border:4px solid #34393D;           
}
.eStore-fancy4-thumb a img{
border:4px solid #34393D;              
}
.eStore-fancy4-thumb img:hover {
border:4px solid #24282C;
}
.eStore-fancy4-product-description {
text-align:left;
margin-right:150px;           
}
@media screen and (max-width: 375px) {
    /*** for smartphones ***/
    .eStore-fancy4-product-description{
    float: left;
    margin-left: 10px;
    margin-right: 10px;
    }
    .eStore-fancy4-thumb{
    float: none;
    }
}

/*=== Fancy 5 CSS ===*/
.eStore-fancy5{
background:transparent url("images/fancy5_gradient.gif") bottom repeat-x;
background-color:#fff;
font-family:"Segoe UI", sans-serif;
font-size:12px;
border:1px solid #ccc;
display:block;
float:left;
height:370px;
margin:3px 12px 12px 0;
position:relative;
width:222px;
padding:10px 0px 10px 10px;
}
.eStore-fancy5:hover{border-color:#999;}
.eStore-fancy5-thumb img {height: 150px; width: 200px; padding: 5px; border: 1px solid #ccc;}
.eStore-fancy5-thumb a img {border: 1px solid #ccc;}
.eStore-fancy5-thumb:hover img {border-color: #333;}
.eStore-fancy5-body{height:165px;overflow:hidden;}
.eStore-fancy5-description{margin:0px 10px 5px 0px;text-align:justify;overflow:hidden;max-height:115px;}
.eStore-fancy5-product-name{font-size:15px;font-weight:bold;text-align: left;margin:12px 10px 10px 0px;}
.eStore-fancy5-price{float:left;font-size:15px;font-weight:bold;}
.eStore-fancy5-details{float:right;margin-right:10px}

/*=== Fancy1 with Video thumbnail (Used with the video lightbox plugin) ===*/
.eStore-product-fancy-video-thumbnail{
height:100%;
overflow:hidden;
margin-bottom:5px;
border:1px solid #ccc;
padding:5px
}

.eStore-product-description-fancy-video-thumbnail {
text-align:left;
margin-left:150px;
}
.eStore-product-fancy-video-thumb img {float:left;height: 125px; width: 125px; padding: 5px; border: 1px solid #ccc;}
.eStore-product-fancy-video-thumb a img {padding: 5px; border: 1px solid #ccc;}
.eStore-product-fancy-video-thumb:hover img {border-color: #333;}

/*=== Fancy 6 CSS ===*/
.eStore_fancy6{
display:block;
float:left;	
width:160px;
-moz-border-radius:5px 5px 5px 5px;
-webkit-border-radius:5px 5px 5px 5px;
background-color:#1D1D1D;
font-size:13px;
overflow:hidden;
padding:10px;
margin:0 10px 10px 0;
}

.eStore_fancy6_thumbnail img, .eStore_fancy6_thumbnail a img{
border:1px solid #ccc !important;
padding:6px !important;
width:145px !important;
height:100px !important;
}
.eStore_fancy6_body
{
background-color:#111111;
border:1px dotted #555555;
margin:5px 0 10px;
padding:10px;
height:80px;
overflow:hidden;
}
.eStore_fancy6_product_name{
font-size:14px;
font-weight:bold;	
color:#D4D4D4;
text-shadow:1px 1px 1px #111111;
}
.eStore_fancy6_product_name a{
font-size:14px;
font-weight:bold;	
color:#D4D4D4;
}
.eStore_fancy6_price
{
color:#00A9E4;
font-size:16px;
font-weight:bold;
}
.eStore_fancy6 input{
	margin:0px !important;
}
/*=== End of Fancy 6 CSS ===*/

/* estore fancy7 display */
.eStore_fancy7_main{
border:1px solid #ccc;
margin-bottom:5px;
}
.eStore_fancy7_name{
font-weight: bold;
float: left;
padding: 5px;
}
.eStore_fancy7_description{
float: left;
padding-left:5px;
}
.eStore_fancy7_price{
font-weight: bold;
float: left;
padding: 5px;
}
.eStore_fancy7_button{
float: left;
padding: 5px;
height:25px;
}
/*=== End of Fancy 7 CSS ===*/

/* estore fancy8 display */
.eStore_fancy8_main{
border:1px solid #ccc;
margin-bottom:5px;
}
.eStore_fancy8_name{
font-weight: bold;
float: left;
padding: 5px;
width: 150px;
height: 25px;
overflow: hidden;
}
.eStore_fancy8_description{
float: left;
padding: 5px;
height:25px;
}
.eStore_fancy8_price{
font-weight: bold;
float: left;
height: 25px;
padding: 5px;
}
.eStore_fancy8_button{
float: left;
padding: 5px;
height:25px;
}
/*=== End of Fancy 8 CSS ===*/

/*=== estore fancy9 display ===*/
.eStore_fancy9_main{
border:1px solid #ccc;
margin-bottom:5px;
}
.eStore_fancy9_name{
font-weight: bold;
float: left;
padding: 5px;
}
.eStore_fancy9_description{
float: left;
padding-left:5px;
}
.eStore_fancy9_price{
font-weight: bold;
float: left;
padding: 5px;
}
.eStore_fancy9_button{
float: left;
padding: 5px;
height:25px;
}
/*=== End of Fancy 9 CSS ===*/

/*=== Start of Fancy 10 CSS ===*/
.eStore-product-fancy-10{
height:100%;
overflow:hidden;
margin-bottom:5px;
border:1px solid #ccc;
padding:5px;
}
.eStore-thumbnail-area-fancy-10{
max-width:150px;
}
.eStore-thumbnail-fancy-10{
float:left;
margin-right:12px;
}
.eStore-thumbnail-fancy-10 img,.eStore-thumbnail-fancy-10 a img {
background-color:#FFF;
border:1px solid #A9A9A9;
margin:4px 0 4px 5px;
padding:4px;
width:125px;
height:125px;
}
.eStore-thumbnail-fancy-10 img:hover {
background-color:#A9A9A9
}
.eStore-additional-thumbnail-fancy-10{
float:left;
text-align:center;
width:146px;
}
.eStore-additional-thumbnail-fancy-10 img,.eStore-additional-thumbnail-fancy-10 a img {
background-color:#FFF;
border:1px solid #A9A9A9;
margin:0px 2px 2px 0px;
padding:1px;
width:24px;
height:24px;
}
.eStore-product-description-fancy-10{
text-align:left;
margin-left:150px;           
}
.eStore-product-name-fancy-10{
font-size:14px;
font-weight:bold;
padding-bottom:5px;
}
.eStore-fancy-10-button-section .eStore_button {
border: 1px solid #DDD;
border-radius: 3px;
text-shadow: 0 1px 1px white;
-webkit-box-shadow: 0 1px 1px #fff;
-moz-box-shadow: 0 1px 1px #fff;
box-shadow: 0 1px 1px #fff;
font: bold 11px Sans-Serif;
padding: 6px 10px;
white-space: nowrap;
vertical-align: middle;
color: #666;
background: transparent;
cursor: pointer;
}
.eStore-fancy-10-button-section .eStore_button:hover{
border-color: #999;
background: -webkit-linear-gradient(top, white, #E0E0E0);
background: -moz-linear-gradient(top, white, #E0E0E0);
background: -ms-linear-gradient(top, white, #E0E0E0);
background: -o-linear-gradient(top, white, #E0E0E0);
-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.25), inset 0 0 3px #fff;
-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.25), inset 0 0 3px #fff;
box-shadow: 0 1px 2px rgba(0,0,0,0.25), inset 0 0 3px #fff;
}
@media screen and (max-width: 375px) {
    /*** for smartphones ***/
    .eStore-product-description-fancy-10{
    float: left;
    margin-left: 10px;
    }
}
/*=== End of Fancy 10 CSS ===*/

/*=== Start of Fancy 11 CSS ===*/
.eStore-product-fancy-11{
display:block;
overflow:hidden;
float: left;
margin:0 10px 10px 0;
padding:2%;
border:3px solid #CBCBCB;
border-radius:2px 2px 2px 2px;
position:relative;
width:250px;
height:120px;
}
.eStore-thumbnail-area-fancy-11{max-width:120px;}
.eStore-thumbnail-fancy-11{float:left;margin-right:10px;}
.eStore-thumbnail-fancy-11 img,.eStore-thumbnail-fancy-11 a img {
border: 1px solid #AAAAAA;
border-radius: 2px 2px 2px 2px;
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
padding: 3px;
width:90px;
height:90px;
}
.eStore-additional-thumbnail-fancy-11{float:left;text-align:center;width:100px;}
.eStore-additional-thumbnail-fancy-11 img,.eStore-additional-thumbnail-fancy-11 a img {
background-color:#FFF;
border:1px solid #A9A9A9;
margin:0px 2px 2px 0px;
padding:1px;
width:16px;
height:16px;
}
.eStore-product-description-fancy-11{text-align:left;margin-left:110px;}
.eStore-product-name-fancy-11{font-family:sans-serif;font-size:14px;font-weight:bold;color: #555555;margin: 0 0 5px;}
.eStore-fancy-11-oldprice{color: #CCCCCC;text-decoration: line-through;margin-right:10px;}
.eStore-fancy-11-price{font-weight:bold;}
.eStore-fancy-11-button-section .eStore_button {
cursor: pointer;	
-moz-transition: all 0.2s ease-in-out 0s;
background-color:#7AA253;
background-image: none;
border: 1px solid #658A41;
border-radius: 15px 15px 15px 15px;
box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 0 2px rgba(255, 255, 255, 0.3) inset, 0 1px 2px rgba(0, 0, 0, 0.29);
color: white !important;
font-family: inherit;
font-size: 1em !important;
margin-top: 5px;
padding: 1px 11px;
position: relative;
text-align: center;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}
/*=== End of Fancy 11 CSS ===*/

/* estore fancy12 display */
.eStore_fancy12_main{
border:1px solid #ccc;
margin-bottom:5px;
}
.eStore_fancy12_name{
font-weight: bold;
float: left;
padding: 5px 10px;
width: 150px;
height: 25px;
overflow: hidden;
}
.eStore_fancy12_description{
float: left;
padding: 2px;
height:25px;
}
.eStore_fancy12_price{
font-weight: bold;
float: left;
height: 25px;
padding: 5px 10px;
}
.eStore_fancy12_button{
float: left;
padding: 5px 10px;
height:25px;
}
/*=== End of Fancy 12 CSS ===*/

/* estore fancy13 display */
.eStore-product-fancy-13{
border: 1px solid #E8E5DC;
box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.2);
margin-right: 15px;
margin-bottom: 25px;
padding-bottom: 5px;
width:250px;
float:left;
}
.eStore-product-fancy-13-thumbnail a img{
width:250px;
height:190px;
}
.eStore-product-fancy-13-bottom{
padding:10px 15px;	
}
.eStore-product-fancy-13-name{
color: #525351;
font-size: 16px;
font-weight: bold;
line-height: 20px;
margin: 0 0 10px 0;
text-transform:uppercase;
height:22px;
overflow:hidden;
}
.eStore-product-fancy-13-description{
font-style:italic;
height:48px;
overflow:hidden;
}
.eStore-product-fancy-13-price{
color: #525351;
display: block;
font-size: 22px;
font-weight: bold;
line-height: 24px;
margin: 0;
padding: 10px 10px 10px 0;
}
/* End of Fancy 13 CSS */

/* estore fancy14 display */
.eStore-product-fancy-14{
background: #FDFDFD; 
box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.2);
margin-right: 15px;
margin-bottom: 25px;
padding-bottom: 5px;
width:220px;
float:left;
}
.eStore-product-fancy-14-thumbnail a img{
width:220px;
height:150px;
}
.eStore-product-fancy-14-bottom{
padding:10px 15px;	
}
.eStore-product-fancy-14-name{
color: #0D7963;
font-size: 16px;
font-weight: bold;
line-height: 20px;
margin: 0 0 10px 0;
height:22px;
overflow:hidden;
}
.eStore-product-fancy-14-price{
background: none repeat scroll 0 0 #1FA756;
color: #FFFFFF;
display: inline-block;
font: bold 18px "adelle-sans","Helvetica Neue",Arial,sans-serif;
line-height: 24px;
border-radius: 2px;
padding: 2px 10px;
margin: 0 0 10px 0;
}

.eStore-fancy-14-button input[type="submit"]{
color: #4D4233 !important;
border-radius:2px 2px 2px 2px; border-style:solid; border-width:1px;
box-shadow:0 1px 2px rgba(0, 0, 0, 0.08), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
cursor:pointer;display:inline-block;font-size:13px;font-weight:bold;
line-height:17px;margin:0 2px;outline:medium none;padding:5px 16px;text-align:center;text-decoration:none;text-shadow:0 1px 0 rgba(255, 255, 255, 0.4);vertical-align:baseline;
background:#F2EBB6; border-color:#EBE19B #D1CA8E #B0A978;
}
/* End of Fancy 14 CSS */

/* estore fancy15 display */
.eStore-product-fancy-15{
margin: 10px 0;
border: 1px solid #CCCCCC;
margin: 10px 0;
max-width: 220px;
padding: 5px;
}
.eStore-product-fancy-15-thumbnail{
float: left;
}
.eStore-product-fancy-15-thumbnail img{
width: 50px;
height: 50px;
}
.eStore-product-fancy-15-name{
float: left;
font-weight: bold;
margin: 0 0 0 10px;
max-width: 150px;
}
.eStore-product-fancy-15-name a{
text-decoration: none;    
}
/* End of Fancy 15 CSS */

/* eStore fancy16 display */
.eStore-product-fancy-16 {
height:100%;
overflow:hidden;
margin:10px 0;
border:1px solid #ccc;
padding:15px
}
.eStore-product-fancy-16-price{
font-weight: bold;
}
/* End of Fancy 16 CSS */

/* eStore fancy17 display */
.eStore-product-fancy-17-item{     
    margin: 5px 10px 5px 0;
    border: 1px solid #BBBEC9;
    float: left;
    width: 220px;    
}
.eStore-product-fancy-17-grid{
    width: 30%;
}
.eStore-product-fancy-17-wrapper{
    margin: 15px;
}
.eStore-product-fancy-17-thumbnail {
    width: 100%;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.eStore-product-fancy-17-title{
    font-family: Bitter, Georgia, serif;
    margin: 10px 0;
    text-align: center;
}
.eStore-product-fancy-17-title a{
    text-decoration: none !important;
    border: none;
    margin: 0;
    padding: 0;
}
.eStore-product-fancy-17-thumbnail img{
    max-width: 100%;
}
.eStore-product-fancy-17-button-section{
    text-align: center;
}
.eStore-product-fancy-17-button input[type="submit"]{
    border: 3px solid #2D3140;
    background-color: transparent;
    background: none;
    color: #2D3140;
    padding:5px 10px; 
    cursor:pointer;
    text-decoration:none !important;
    opacity: 1;
}
.eStore-product-fancy-17-button input[type="submit"]:hover{
    color: #FFF;
    background-color: #2D3140;
    background: #2D3140;
}
/*** For smaller devices ***/
@media only screen and (max-width : 480px)
{
    .eStore-product-fancy-17-item{     
        margin: 5px 10px 5px 0;
        border: 1px solid #BBBEC9;
        float: left;
        width: 95%;
    }    
}
/* End of Fancy 17 CSS */

/*=== Start of Fancy 18 CSS ===*/
.eStore-product-fancy-18{
height:100%;
overflow:hidden;
margin-bottom:5px;
border:1px solid #ccc;
padding:5px;
}
.eStore-thumbnail-area-fancy-18{
max-width:150px;
}
.eStore-thumbnail-fancy-18{
float:left;
margin-right:12px;
}
.eStore-thumbnail-fancy-18 img,.eStore-thumbnail-fancy-18 a img {
background-color:#FFF;
border:1px solid #A9A9A9;
margin:4px 0 4px 5px;
padding:4px;
width:125px;
height:165px;
}
.eStore-thumbnail-fancy-18 img:hover {
background-color:#A9A9A9
}
.eStore-product-description-fancy-18{
text-align:left;
margin-left:150px;           
}
.eStore-product-name-fancy-18{
font-size:18px;
font-weight:bold;
padding-bottom:5px;
}
.eStore-fancy-18-price-section{
margin-top: 10px;    
}
.eStore-fancy-18-button-section{
margin: 10px 0;    
}
@media screen and (max-width: 375px) {
    /*** for smartphones ***/
    .eStore-product-description-fancy-18{
    float: left;
    margin-left: 10px;
    }
}
/*=== End of Fancy 18 CSS ===*/

/*=== Start of eStore Purchase History Table ===*/
.eStore_email_search_box{margin: 10px 0;}
.eStore_purchase_history_submit{margin: 0 0 10px 0;}
.eStore_phes_button{ padding: 5px 10px;}
table.eStore-purchase-history{border: 1px solid #DDDDDD;}
.eStore-purchase-history thead tr th {
    background-color: #E5E5E5;
    color: #333333;
    padding: 5px 10px;
}
.eStore-purchase-history tbody tr td {padding: 10px;}
.eStore-purchase-history-even-row{background-color: #F9F9F9;}
/*=== End of eStore Purchase History Table ===*/
