/*
Theme Name:     eStore Child
Theme URI:      http://automotive-manual.net
Description:    Child theme for the eStore theme
Author:         Eric
Template:       eStore
Version:        0.1.0
*/

@import url('../eStore/style.css');
/*---New Added---*/

/* Fit Image Into single product page 
.rounded {
    width: 150px;
    height: 184px;
    margin-left: 0px;
} 
.item-slide .overlay {
    height: 300px; }
*/

/*--- single product page, move thumbnail downward to prevent block by main image ---*/
#product-slides { height: 305px!important; position:relative !important; width:298px !important; }

/*-- Move Downward “Deal Of the day” feature bar --*/
#home #content {
margin-top: 90px;
}


/*-- Align Deal Of the Day arrow inline --*/
#scroller #items {
width: 900px !important;
}


/*-- Move Header Logo Upward --*/
img#logo {
margin: -22px 23px 0px 0px;
}