/*   
Theme Name: E-Shopper
Theme URI: http://enovastudio.org
Description: E-Shopper turns your default wordpress website into a plugin free fully functional online store. Whether you’re a Wordpress Pro or just starting out anyone can use this theme and you don’t have to touch a single line of code.
Author: Alessandro Tesoro (EnovaStudio)
Author URI: http://enovastudio.org
Version: 1.3.6
*/


/*

Template Main Settings File.

*/

/******************************************************************
	Css global reset
******************************************************************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*additional theme required code */

.current-menu-item > a {
       color: #f90415 !important;
}
.gallery-caption {
	margin-left: 0px;
}
.wp-caption { padding: 1px; text-align:center; border: 1px solid #bfd4d9; background:#fff; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; }
.wp-caption img{ margin:0; padding:4px 0; background:none; border:0; }
.wp-caption-text { margin:0; padding:0; font:0.9em/1.5em sans-serif; text-align:center; }
.wp-caption.aligncenter { margin:0 auto 15px; }

#coupon-confirm {
	padding:10px; 
	background:#fff url(images/discount.png) no-repeat 50% 40px;
	font-size: 12px;
	text-align: center;
	height: 150px;
	padding-top: 120px;
	overflow: hidden;
}

#coupon-confirm h3 {
	color: #8e8e8e;
	line-height: 1.4em;
	font-size: 14px;
}

#coupon-confirm form {
	display: block;
	
}

#coupon-confirm form input[type="text"] {
	background: #f9f9f9;
	border: 1px solid #d2d2d2;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	padding: 5px 10px 5px 10px;
	display: block;
	height: 15px;
	width: 190px;
	margin-left: 30px;
	margin-top: 15px;
}

.coupon-check {
	position: relative;
	margin-left: 10px;
	margin-right: 40px;
}

#claim, .coupon-check {
	background: #fff;
	border: 1px solid #d2d2d2;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	padding: 5px 10px 5px 10px;
	cursor: pointer;
	margin-top: 15px;
	font-size: 11px;
	text-decoration: none;
	color: #555;	
}

#claim:hover, .coupon-check:hover {
	background: #f9f9f9;
	color: #000;
}

.coupon-button {
	background: transparent url(images/empty_button.png) no-repeat;
	width: 122px;
	height: 37px;
	line-height: 30px;
	display: block;
	border: none;
	text-align: center;
	text-shadow: 1px 1px 1px #4f5762;
	font-size: 12px;
	color: #fff !important;
	font-weight: bold;
	text-transform: capitalize;
	cursor: pointer;
	position: absolute;
	margin-top: 90px;
	margin-left: 0px;
}

.divider-home {
	height: 80px;
}

.nav-search {
	color: #555;
}

.outstock {
	background: transparent url(images/out.png) 0px 10px no-repeat;
	padding-left: 20px;
	height: 35px;
	line-height: 35px;
	display: block;
}

.home-post a.show-load span {
	display: none !important;
}

li.sbg_widget{list-style: none !important;}

#single-shop-search img {padding: 3px; border:1px solid #ccc;}


#single-shop-search .item-inner-details {margin-left: 30px !important;}