/*** egany custom ***/
#logo img {
	height: auto;
}
div.pagination_wrapper {
	text-align:center;
	clear:both;
}
div.sidebar h4 a {
	color: #444;
}
div.sidebar h4 a:hover {
	color: #F18052;
}
div.entry-image img {
	height: auto!important;
}
.flex-control-nav.flex-control-thumbs li, 
.flex-control-nav.flex-control-thumbs li img {
	width: 67px !important;
	height: auto!important;
}
ul.social-icons div.item {
	float:left;
}
ul.social-icons div.item:first-child {
	/*width: 115px;*/
}
#product-related-products div.product-image {
	height: 150px!important;
}
.entry-meta li del {
	color: #888;
}
/** top cart **/
.top-cart-items {
	overflow-y:scroll;
	height: 300px;
}
div.top-cart-item-image {
	height: auto!important;
}
div.top-cart-item-image a,
div.top-cart-item-image img {
	height: auto!important;
}
#side-panel-trigger a {
	padding-right: 25px;
}
.cart-product-thumbnail img {
	height: auto!important;
}
.require_symbol {
	color: red!important;
}
.a-circle {
	overflow: hidden;
	border-radius: 50%;
}
.img-circle-custom {
	position: static!important;
}
div.related-posts-img {
	overflow: hidden;
}
div.related-posts-img img {
	position: static;
}
div.account-table {
	margin-bottom: 30px;
}
div.account-detail h4,
div.account-detail p {
	margin-bottom: 5px;
}
a.back-to-account {
	display: block;
	text-align: right;
	margin-top: -20px;
	margin-bottom: 30px;
}
div.order-detail-table {
	margin-top: 70px;
}
ul.social-icons {
	list-style:none;
}
.fb-like-box,
.fb-like-box span {
	width: 100%!important;
}
.flex-viewport {
	height: auto!important;
}
.product-page-options {
	width: 100%;
	overflow:hidden;
	margin-bottom: 10px;
}
.options-title {
}
.options-selection {
	width: 110px;
}
.sizePicker {
	float:left;
	margin-right: 20px;
}
label.options-title {
	cursor: default;
	font-size: 10px;
	margin-bottom:0;
}
.heading-block h3 strong {
	color: #96834C;
}
.heading-block > span:not(.before-heading) {
	font-weight: 700;
}
.heading-block {
	margin-bottom: 30px;
}
.product-3 .browse-tags {
	margin-right: 25px;
}
.product-image img {
	height: auto;
}
.left-sidebar .spost .entry-image a,
.left-sidebar .spost .entry-image {
	height: auto;
}
.top-cart-item-desc a {
	padding-right: 20px;
}
.product .product-desc .product-title {
	padding-right: 15px;
}
.google-maps {
	position: relative;
	padding-bottom: 75%; // This is the aspect ratio
	height: 0;
	overflow: hidden;
	margin-left:-30px
}
.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}
#simple-menu {
	/*display: none;*/
}
#menu-wrapper {
	display:none;  
}
#top_link_trigger{
	display:none;
}
.btn-update-checkout button{
	float:right;
}
.sidebar.col_last {
	margin-top:15px;
}
#top-cart i,
#top-search i {
	font-size: 25px;
}
.header-page h1 {
	margin-bottom: 0;
}
#footer p {
	margin-bottom: 0;
}



@media screen and (max-width: 768px) {

	#ProductDetailsForm .quantity {
		margin-right: 5px;
	}
	#header{ 
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 42px !important;
		z-index: 10;
	}
	#top-cart {
		margin-top: 20px;
		display: block!important;
	}
	#slider{	    
		margin-top: 45px; 
	}
	#menu-wrapper {
		display:block;
		position:relative;
	}
	#menu-toggle {
		position: fixed;
		top: 6px;
		margin-left:10px;
		background: #f5f5f5;
		color: #000;
	}
	.top-links{ 
		display: none;
		position: fixed;
		z-index: 6;
		width: 200px;
		right: 0px;
		top: 50px;
		background-color: #fff;  
		border: 1px solid #f5f5f5;  
	}
	.top-links ul li{
		width: 100%; 
	}
	#menu-wrapper {
		position:absolute;
		top: 0;
		z-index: 1000;
	}
	#primary-menu ul {
		display:none;
	}
	#sidebar-wrapper ul.sidebar-nav li ul {
		display: none;
	}
	#sidebar-wrapper ul > li.current > a,
	#sidebar-wrapper ul > li.current > a.menu,
	#sidebar-wrapper ul > li.current li.current a.sub-menu {
		color: #F18052!important;
	}
	#sidebar-wrapper ul > li > ul {
		padding-left: 20px;
		list-style: none;
		margin-top: 20px;
	}
	#top-cart {
		position: fixed;
		z-index: 100;
		right: 60px; 
		top: 14px;
		margin: 0px !important;
	}
	#top-cart .icon-shopping-cart {
		font-size: 30px;
	}
	#top-cart > a > span {
		top: -10px;
		right:-20px;
	}
	#sidebar-wrapper ul a span {
		float: right;
		padding-right: 20px;
		text-align:center;
		width:25%;
	}
	#top-search{
		display:none; 
	}

	#logo {
		text-align:center;   
		width: 85%; 
	} 
	#logo 
	, #logo img {  
		height: 44px; 
	}
	#logo a{
		height: 44px; 
		display: inline-block !important; 
	}
	#header-wrap{
		min-height: 0px !important; 
	}
	#top_link_trigger{ 
		display: block;  
		z-index: 100000;
		width: 20px;
		color: #000;
		position: fixed;
		right: 5px;
		top: 0px;
		font-size: 20px;
		text-align: center;     
	}
	.cart-xs{
		width:100%;
	}
	.btn-update-checkout button{
		float:left;
		margin-left:0;
	}
}
@media screen and (max-width: 768px) {
	.footer-big-contacts {
		font-size: 15px;
	}
}

.icon-pre-footer{
	font-size:40px;
}

#left-menu-scroll {
	top: 100px;
	left: 0;
	position: fixed;
	display: none;
	font-size: 21px;
	z-index: 400;
}
#left-menu-scroll li a {
	padding: 0px 0px 0px 10px;
}

p.added_to_cart_0, p.added_to_cart {
	margin-top: 20px;
	color: #F18052;
}
.contact_prefooter div{
	text-align:center;
}

/*** end egany custom ***/