/* Themify Customize Styling */
h2 {	
	font-family:Quicksand;	font-weight:300;

	color: #333333; 
}
h3 {		font-weight:300;
 
}
h4 {	
	font-family:Quicksand;	font-weight:bold;
	text-transform:uppercase;
	color: #ffffff; 
}
input[type=reset], input[type=submit], button {	
	background-color: #f6495d;
	color: #ffffff; 
}
input[type=reset]:hover, input[type=submit]:hover, button:hover {	
	background-color: #525252; 
}
#headerwrap {	
	background-color: transparent; 
}
#header {		font-size:120%;
 
}
#header a {	
	color: #2b2b2b; 
}
#header a:hover {	
	color: #f6495d; 
}
#headerwrap.fixed-header, .transparent-header #headerwrap.fixed-header {	
	background-color: rgba(43,43,43,0.73); 
}
#headerwrap.fixed-header #header, #headerwrap.fixed-header #site-description {		font-size:100%;
 
}
#headerwrap.fixed-header #header a {	
	color: #ffffff; 
}
#headerwrap.fixed-header #header a:hover {	
	color: #f6495d; 
}
#site-description {		text-transform:none; 
}
#main-nav {		position:relative;

	top: 3px; 
}
#main-nav a:hover, #main-nav > li > a:hover {	
	color: #db6464; 
}
#main-nav .current_page_item > a, #main-nav .current-menu-item > a, #main-nav > .current_page_item > a, #main-nav > .current-menu-item > a {	
	color: #db6464; 
}
#main-nav li:not(.themify-widget-menu) > ul, #main-nav .has-mega-sub-menu .mega-sub-menu, #main-nav .has-mega-column > .sub-menu {	
	background-color: rgba(43,43,43,0.74); 
}
#main-nav ul a, #main-nav .current_page_item ul a, #main-nav ul .current_page_item a, #main-nav .current-menu-item ul a, #main-nav ul .current-menu-item a, .fixed-header #main-nav ul a, #main-nav .has-mega-column > .sub-menu a {	
	color: #ffffff; 
}
#main-nav ul a:hover, #main-nav .current_page_item ul a:hover, #main-nav ul .current_page_item a:hover, #main-nav .current-menu-item ul a:hover, #main-nav ul .current-menu-item a:hover, .fixed-header #main-nav ul a:hover {	
	color: #f6495d; 
}

/* Themify Custom CSS */
.products columns-4{

    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%)

}
.attachment-shop_catalog size-shop_catalog wp-post-image{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

@media screen and (max-width: 680px) { /* Themify Customize Styling */
input[type=reset], input[type=submit], button {	
	background-color: #db6464;
	color: #ffffff; 
}
 }