.userfields_info {font-weight:bold !important;}

.container_home3
{
	margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}
@media (min-width: 1200px)
{
	.container_section
	{
		margin-left:270px;
	}
}
@media only screen and (min-width: 1025px) and (max-width: 1600px)
{
	.container_home3
	{
		width:960px;
	}
	
}
@media only screen and (min-width: 1601px) and  (max-width: 1920px)
{
	.container_home3
	{
		width:1170px;
	}
}
@media only screen and (min-width: 992px) and (max-width: 1024px)
{
	.container_home3
	{
		width:820px;
	}
	.banner_section
	{
		width:790px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px)
{
	.container_home3
	{
		width:728px;
	}
	.container_section
	{
		margin-left:0px!important;
	}
	.banner_section
	{
		width:698px;
	}
}
@media only screen and (max-width: 767px)
{
	.container_home3
	{
		min-width:220px;
		margin:0 auto;
		width:auto;
	}
	.container_section
	{
		margin-left:0px!important;
	}
}
/*=======================================================================
header area style start 
 ========================================================================*/

.eurobeauty_logo{
	position:relative;
	top:0;
	left:0;
	width:100%;
	background:#fff;
	height:210px;
	text-align:center;
}
.eurobeauty_logo img#eurobeauty_logo{
	padding:40px 80px;
}
.eurobeauty_logo .preset3_header{

	position:absolute;
	top:100px;
	right:150px;
	font-size:25px;
}
div.eurobeauty_logo > div > ul > li.search_click{
		display:none;	
	}
@media (max-width: 1199px) {
	.eurobeauty_logo .preset3_header{
		/*z-index:1000;*/
	}
	
	#icemegamenu{	
		font-size:50%;
		line-height:15px;	
	}
	
	#icemegamenu h3{
		display:none;	
	}
	
	#icemegamenu .sidebar_header_border{
		display:none;	
	}
	
	#icemegamenu ul li a{
		padding:0 !important;
	}
	
	.sidebar_logo{
		display:none !important;	
	}
	
	#icemegamenu li a.iceMenuTitle{
		padding:0 !important;
		text-align:center;	
	}
	
	div.eurobeauty_logo > div > ul > li.search_click{
		display:inline-block;	
	}
	
	#side-nav{
		display:none;	
	}
	
	#slider_container{
	
	margin:-20px 0 0 0;
		
	}
	
	
	
	
}
.sidebar_logo{display:none; text-align:center;}
.sidebar_logo img{padding:30px; max-height:135px;}

.eurobeauty_footer{
	position:relative;
	top:0;
	left:0;
	width:100%;
	background:#333;
	z-index:9999;
	color:#949494;
	padding:50px 150px;
	float:left;
	line-height:20px;
}
.eurobeauty_footer div > div{float:left; padding:10px; width:25%; display:inline-block;}
.eurobeauty_footer div > div a{color:#949494; text-transform:uppercase;}
.eurobeauty_footer div > div a:hover{color:#fff;}

@media all and (max-width:950px)
{
	
	.eurobeauty_footer{
		position:relative;
		top:0;
		left:0;
		width:100%;
		background:#333;
		z-index:9999;
		color:#949494;
		padding:15px 25px;
		float:left;
	}
	
    .eurobeauty_footer div > div
    {

        float: left; 
		width:auto;
		margin-right:10px;
		
    }
}


@media only screen and (max-width: 1199px)
{
	div.user_links.nav_right.preset3_header{
		position:absolute;
		top:165px;
		left:75px;	
		right:auto;
		padding:0;
		margin:0;
		font-size:150%;
	}
	
}


.eurobeauty_footer h4, .eurobeauty_footer strong{
	color:#fff;
}

.header_area.preset3_header{font-family: 'Oswald', sans-serif;}
.header_area.preset3_header {
  height: 100%;
  left: auto;
  right:auto;

  width: 270px;
  position:absolute;
  z-index:999;
  background-color:#ffffff;

}

.sub-slider{z-index:9999999;}

.product_details img{max-height:331px; width:auto !important;}

.category_section{margin-top:75px;}



div.category.floatleft.width33 div.spacer h2 {font-size:20px;}
div.category.floatleft.width33 div.spacer h2 a img{margin-bottom:10px;}

/*Graeme added*/

/* NAV $$$$$$$$$$$$$$$$$$$$*/

top_nav label{margin-bottom:0;}

top_nav .toggle,
[id^=drop] {
	display: none;
}

/* Giving a background-color to the top_nav container. */
top_nav { 
	margin:0;
	padding: 0;
	background-color: #1a4287;
  display:none;
  	font-family: "Oswald",sans-serif;
	text-transform: uppercase;
}

top_nav #logo {
	display: block;
	padding: 0 30px;
	float: left;
	font-size:20px;
	line-height: 60px;
}

/* Since we'll have the "ul li" "float:left"
 * we need to add a clear after the container. */

top_nav:after {
	content:"";
	display:table;
	clear:both;
}

/* Removing padding, margin and "list-style" from the "ul",
 * and adding "position:reltive" */
top_nav ul {
	float: none;
	padding:0;
	margin:0;
	list-style: none;
	position: relative;
	}
	
/* Positioning the top_navigation items inline */
top_nav ul li {
	margin: 0px;
	display:inline-block;
	float: left;
	background-color: #cfd8e7;
	}

/* Styling the links */
top_nav a {
	display:block;
	padding:14px 40px;	
	color:#1a4287;
	font-size:17px;
	text-decoration:none;
}


top_nav ul li ul li:hover { background: #1a4287; }

/* Background color change on Hover */
top_nav a:hover { 
	background-color: #1a4287; 
	color:#fff;
}

/* Hide Dropdowns by Default
 * and giving it a position of absolute */
top_nav ul ul {
	display: none;
	position: absolute; 
	/* has to be the same number as the "line-height" of "top_nav a" */
	top: 60px; 
}
	
/* Display Dropdowns on Hover */
top_nav ul li:hover > ul {
	display:inherit;
}
	
/* Fisrt Tier Dropdown */
top_nav ul ul li {
	width:170px;
	float:none;
	display:list-item;
	position: relative;
}

/* Second, Third and more Tiers	
 * We move the 2nd and 3rd etc tier dropdowns to the left
 * by the amount of the width of the first tier.
*/
top_nav ul ul ul li {
	position: relative;
	top:-60px;
	/* has to be the same number as the "width" of "top_nav ul ul li" */ 
	left:170px; 
}

	
/* Change ' +' in order to change the Dropdown symbol */
top_nav li > a:after { content:  ' +'; }
top_nav li > a:only-child:after { content: ''; }


/* Media Queries
--------------------------------------------- */

@media all and (max-width : 1199px) {

	top_nav #logo {
		display: block;
		padding: 0;
		width: 100%;
		text-align: center;
		float: none;
	}

	top_nav {
		margin: 0;
    display:block;
	}

	/* Hide the top_navigation menu by default */
	/* Also hide the  */
	top_nav .toggle + a,
	top_nav .menu {
		display: none;
	}

	/* Stylinf the toggle lable */
	top_nav .toggle {
		display: block;
		background-color: #1a4287;
		padding:14px 40px;	
		color:#FFF;
		font-size:17px;
		text-decoration:none;
		border:none;
	}

	top_nav .toggle:hover {
		background-color: #1a4287;
	}

	/* Display Dropdown when clicked on Parent Lable */
	[id^=drop]:checked + ul {
		display: block;
	}

	/* Change menu item's width to 100% */
	top_nav ul li {
		display: block;
		width: 100%;
		}

	top_nav ul ul .toggle,
	top_nav ul ul a {
		padding: 0 40px;
	}

	top_nav ul ul ul a {
		padding: 0 80px;
	}

	top_nav a:hover,
 	top_nav ul ul ul a {
		background-color: #1a4287;
	}
  
	top_nav ul li ul li .toggle,
	top_nav ul ul a,
  top_nav ul ul ul a{
		padding:14px 60px;	
		color:#1a4287;
		font-size:17px; 
	}
  
  
	top_nav ul li ul li .toggle,
	top_nav ul ul a {
		background-color: #ecf0f5; 
	}

	/* Hide Dropdowns by Default */
	top_nav ul ul {
		float: none;
		position:static;
		color: #1a4287;
		/* has to be the same number as the "line-height" of "top_nav a" */
	}
		
	/* Hide menus on hover */
	top_nav ul ul li:hover > ul,
	top_nav ul li:hover > ul {
		display: none;
	}
		
	/* Fisrt Tier Dropdown */
	top_nav ul ul li {
		display: block;
		width: 100%;
	}

	top_nav ul ul ul li {
		position: static;
		/* has to be the same number as the "width" of "top_nav ul ul li" */ 

	}

}

@media all and (max-width : 330px) {

	top_nav ul li {
		display:block;
		width: 94%;
	}

}
































	.row .product_details .product-image-container{
	


		
	}


	.row .product_details .product-image-container img {



	}

	#checkoutForm > div.row.main_cart > div > div.hidden-xs.all_cart_table.alert.fade.in > table, #tab-1 > table > tbody{
	
		background-color:#fff;
		
	}


	.education_main{
		position:relative;
		float:left;
		clear:both;
		width:100%;
		}
	.education_dates{
		float:right;
		background-color:#C0DBFF;
		margin:0 0 25px 25px;
		padding:25px;
		height:100%;
		}
	
	div.item-page > div.page-header{
		display:none;	
	}
	



.header_area.preset3_header ul li.parent ul.icesubMenu 
{
	text-align:left;
}
.header_area.preset3_header ul li.parent ul.icesubMenu > li div.iceCols ul li a.iceMenuTitle
{
	padding-left:15px;

}
.header_area.preset3_header .logo
{
	padding-bottom:25px;

}
.header_area.preset3_header .icemegamenu > ul > li.active > a

{
	background:none;
}
.header_area.preset3_header .icemegamenu > ul > li a.iceMenuTitle
{
	border-bottom:none!important;
}
.header_area.preset3_header .luxury_home3_menu .icemegamenu > ul

{
	background:rgba(255,255,255,1)!important;
	border:none!important;
}

.header_area.preset3_header .user_links ul span.cart-count,
.header_area.preset3_header .user_links ul li.bag  div.vmCartModule a span.cart_items
{	 background-color: #b18ade;
    border-radius: 50px;
    bottom: 0;
    color: #ffffff;
    display: inline-block;
    float: right;
    font-size: 10px;
    height: 20px;
    line-height: 3px;
    padding: 8px;
    position: relative;
    right: 4px;
    top: -10px;
    vertical-align: top;
    width: 20px !important;
}
.header_area.preset3_header .user_links ul span.like-count
{
	font-family:"Open Sans",sans-serif;
	font-size:13px;
	color:#909090;
	position:relative;
	bottom:5px;
}

.header_area.preset3_header .navbar-container ul.navbar-nav li
{
	display: block;
    float: left;
    position: relative;
    text-align: center;
    width: 100%;
	padding: 4px;
}
.header_area.preset3_header .navbar-container ul  li a 
{
	 color: #4B4B4B;
    display: block;
    font-family: "Oswald",sans-serif;
    font-size: 14px;
	text-transform:uppercase;
	padding-bottom: 7px;
    padding-top: 7px;
	text-shadow:none!important;
}
.header_area.preset3_header .navbar-container ul li:hover > a span,
.header_area.preset3_header .navbar-container ul li:focus > a span,
.header_area.preset3_header .navbar-container ul li:active > a span
{
	color:#ffffff!important;
}
.icemegamenu > ul > li a.iceMenuTitle
{
	transition:none!important;
}

.header_area.preset3_header .navbar-container ul li:hover,
.header_area.preset3_header .navbar-container ul li:hover > a,
.header_area.preset3_header .navbar-container ul li:focus > a,
.header_area.preset3_header .navbar-container ul li:active > a,
.header_area.preset3_header ul li.parent ul.icesubMenu > li .iceCols ul li:hover a

{
	background-color:#1d4191;
	
	text-shadow:none!important;
}

.header_area.preset3_header .navbar-container ul.mzr-responsive li.iceMenuLiLevel_1.active
{
	background-color:#1d4191!important;
}
.header_area .megamenu_shop div ul.menu li.active.current a
{
	background-color:white;
}
.header_area.preset3_header div.icemegamenu ul#icemegamenu li.active a.icemega_active > span.icemega_title
{
	color:#ffffff!important;
}
.header_area.preset3_header ul li.parent ul.icesubMenu
{
	background-color:#FFF!important;
	color:#4B4B4B!important;
	border:none;
	border-radius:none;
}
.header_area.preset3_header ul li.parent ul.icesubMenu > li a.iceMenuTitle
{
	background:none;
	padding:0px;
}
.header_area.preset3_header .nav-collapse.icemegamenu.collapse
{
	width:100%;
}
.preset3_header ul li.bag i,
.preset3_header ul li.login .login-menu ul li a::before
{
	color:#909090;

}
.header_area.preset3_header .luxury_home3_menu
{
	margin-top:35px;
}
.header_area.preset3_header .user_links ul{
	margin-left:0px;
}

.header_area.preset3_header .user_links li
{
	padding:0px 18px;
	  padding: 0 5px;
}
.header_area.preset3_header .user_links ul li.currency_click button.btn-default
{
	border:none!important;
	padding-right:13px;
	padding-left:5px;
}
.header_area.preset3_header .login {
    margin-bottom: 0px;
}
.header_area.preset3_header .user_links li.like
{
	border-left:1px solid #E5E5E5;
	border-right:1px solid #E5E5E5;

}
.header_area.preset3_header .search_product
{
	float: left;
    width: 100%;
    padding-top: 10px;
}
.header_area.preset3_header .search_product form#search
{
	border-bottom: 1px solid #1A4287;
    margin: 0 25px;
    float:left;
	width:80%;
	padding-bottom:5px;
}
.header_area.preset3_header .search button.btn_search
{
	background:none;
	background-color:transparent;
	box-shadow:none;
	border:none;
	color:#1A4287;
	float:right;
	text-align:right;
	padding:0px;
}
.header_area.preset3_header .search_product #search input
{
	background-color: rgba(0, 0, 0, 0);
	border:none;
    color:#1A4287;
    font-family: "Oswald",sans-serif;
    font-size: 16px;
    float:left;
	text-align:left;
    padding:0px;
}
.header_area.preset3_header .social ul.footer_social_icon
{
	margin-bottom:20px;
	margin-left:0;
	margin-top: 15px;
}
.header_area.preset3_header .social ul li a i
{
	background-color: #BBBBBB;
	border-radius: 50px;
    color: #ffffff;
    font-size: 15px;
    height: 32px;
    line-height: 34px;
    width: 32px;
}
.header_area.preset3_header .social ul li:hover a i
{
	background-color:#B18ADE;
	 color: #ffffff!important;
}
.header_area.preset3_header .social.copy_rights {
    bottom: 30px;
    display: block;
    float: left;
    margin: 50px auto;
    padding: 0 10px;
    width: 270px;
	/*position:fixed;*/
}
.preset4 .header_area.preset3_header

{
	background:rgba(255,255,255,0.9)!important;
}
.preset4 .header_area.preset3_header .luxury_home3_menu .icemegamenu > ul
{
	background:rgba(255,255,255,0.1)!important;
}
.preset3  .mjcart.dropdown-menu,
.preset4  .mjcart.dropdown-menu {
    background-color: #ffffff;
    border-color: #cbcbcb;
    border-radius: 0;
    left: -100px;
    line-height: 20px;
    margin-top: 20px;
    padding: 25px 20px 30px;
    right: 0; 
	text-transform: capitalize;
    top: auto;
    width: 340px;
	z-index:9999;
	}
	
@media only screen and (max-width: 1199px)
{
	.preset3  .mjcart.dropdown-menu,
	.preset4  .mjcart.dropdown-menu {

    left: 0 !important;
    
	}
	
}
	
.megamenu_categories ul li {
	list-style-type: square !important;
}
.header_area.preset3_header .navbar-container .megamenu_categories li {
    list-style-type: square !important;
    display: list-item;
}

/* menu style*/
.navbar-default
{background-color:transparent!important;border:transparent!important;}
.navbar{margin:0px!important;}
a:focus {outline:none!important;}

.main_menu ul li, .main_menu ul li a{font-size:14px;color:#434343}
.nav_right ul li  .btn-default{text-align:center}

.preset1_header .megamenu_shop {
	background-color: #222222;
	padding: 20px 10px !important;
	text-align: left;
}
.luxury_home3_menu .megamenu_shop {
	background-color: #FFF !important;
	padding: 20px 10px !important;
}
.luxury_home3_menu .iceCols ul .iceMenuLiLevel_2:hover .megamenu_shop a {
	background-color: #ffffff !important;
}
.luxury_home3_menu .iceCols ul .iceMenuLiLevel_2 li a:hover {
/* 	color: #b18ade !important; */
    padding-left: 7px !important;
    transition: all 0.4s ease-in 0s;
}
.luxury_home3_menu .iceCols ul .iceMenuLiLevel_2 a {
	color: #4b4b4b !important;	
}
.luxury_home3_menu .megamenu_categories li, .luxury_home3_menu .megamenu_shop .sidebar_title {
	text-align: left !important;
}
*:before, *:after {
    box-sizing: border-box;
}
*:before, *:after {
    box-sizing: border-box;
}
.header_area.preset3_header .navbar-container ul li a {
    color: #4b4b4b;
    display: block;
    font-family: "Oswald",sans-serif;
    font-size: 14px;
    padding-bottom: 7px;
    padding-top: 7px;
    text-shadow: none !important;
    text-transform: uppercase;
}
.icesubMenu .icemega_cover_module a {
}
.megamenu_categories li a {
    font-size: 13px !important;
    text-transform: capitalize !important;
    color: #FFF !important;
}

/* menu style end*/
.slider_area #slider3 .camera_pag {
 bottom: 0;
    position: absolute;
    left: 0;
    right: 0;
}
.slider_area #slider3 .camera_wrap.camera_white_skin
{
	margin-bottom:0px!important;
}
.slider_area #slider3 .vina-camera-slider .camera_wrap .camera_pag .camera_pag_ul li.cameracurrent > span,
.slider_area #slider3 .vina-camera-slider .camera_wrap .camera_pag .camera_pag_ul li.cameracurrent,
.slider_area #slider3 .vina-camera-slider .camera_wrap .camera_pag .camera_pag_ul li  > span{
	background:transparent!important;
}

.slider_area #slider3 .vina-camera-slider .camera_wrap .camera_pag .camera_pag_ul li.cameracurrent
{
	border:1px solid #ffffff;
	border-radius:50%;
}
.slider_area #slider3 .vina-camera-slider .camera_wrap .camera_pag .camera_pag_ul li
{
	background:#ffffff!important;
}
.slider_area #slider3 .vina-camera-slider .camera_wrap .camera_pag .camera_pag_ul li
{
	width:13px;
	height:13px;
}

/*** From the blog Slider ****/
.from_blog .owl-theme .owl-controls .owl-buttons div {
   background: #d2d2d2 none repeat scroll 0 0;
    border-radius: 30px;
    color: #fff;
    display: inline-block;
    font-size: 20px;
    line-height: 15px;
    margin: 5px;
    opacity: 0.9;
    padding: 9px 15px;
	
}
.from_blog .owl-theme .owl-controls.clickable .owl-buttons div:hover
{
	 opacity: 0.9;
	 background:#B18ADE none repeat scroll 0 0;
}
.from_blog .owl-theme .owl-controls.clickable .owl-buttons div.owl-prev
{
	bottom: 270px;
    float: left;
    left: -50px;
    position: relative;
}
.from_blog .owl-theme .owl-controls.clickable .owl-buttons div.owl-next
{
	bottom: 270px;
    float: right;
    right: -50px;
    position: relative;
}
/*Home 3 new products*/
.preset3 .new_products .new_collection .product_detail
{
	padding:0px;
}

/*From the blog*/
.from_blog3
{
	width:100%;
	display:block;
	padding:40px 0px 0px;
	float:left;
	margin-top: 25px;
	margin-bottom:45px;
}

.from_blog3 .blog  img.gray_star{
    padding: 0 0 23px;
}
.from_blog3 .border{
	border: 3px solid #DFDFDF;
    height: 280px;
    margin: 0 0 0 -17px;
    position: absolute;
    width: 90%;
	
}
.from_blog3 img.img  {
    position: relative;
    width: 100%;
	margin-top:17px;
	height:280px;
}
.from_blog3 .date_user
{
	border-bottom:1px solid #DFDFDF;
	border-top:1px solid #DFDFDF;
	width:100%;
	display:inline-block;
	padding:6px 0 10px;
}
.from_blog3 .date_user .date,
.from_blog3 .date_user .user,
.from_blog3 .date_user .comment
{
	display:inline-block;
	margin-right:9px;
}

.from_blog3 .date_user  i
{
	font-size:13px;
	color:#adadad;
	margin-right:4px;
}
.from_blog3 .date_user  a ,
.from_blog3 .date_user  span
{
	font-family:"Oswald",sans-serif;
	font-size:13px;
	color:#adadad;
	text-transform:capitalize;
}
.from_blog3 .heading_para h3 a
{
	color:#3e3e3e;
}
.from_blog3 .heading_para h3
{
	font-family:"Oswald",sans-serif;
	font-size:15px;
	color:#3e3e3e;
	text-transform:uppercase;
	line-height: 27px;
    margin-top: 28px;
	margin-bottom:10px;
}
.from_blog3 .heading_para p
{
	font-family:"Open Sans",sans-serif;
	font-size:13px;
	color:#7b7b7b;
	line-height: 20px;
}
.from_blog3 .btn_shop
{
	margin:33px 0px 43px;
}
.from_blog3 .owl-theme .owl-controls .owl-buttons div {
   background: #d2d2d2 none repeat scroll 0 0;
    border-radius: 30px;
    color: #fff;
    display: inline-block;
    font-size: 20px;
    line-height: 15px;
    margin: 5px;
    opacity: 0.9;
    padding: 9px 15px;
}
.from_blog3 .owl-theme .owl-controls.clickable .owl-buttons div:hover
{
	 opacity: 0.9;
	 background:#B18ADE none repeat scroll 0 0;
}
/*.from_blog3 .owl-theme .owl-controls.clickable .owl-buttons div.owl-prev
{
	bottom: 270px;
    float: left;
    left: -50px;
    position: relative;
}
.from_blog3 .owl-theme .owl-controls.clickable .owl-buttons div.owl-next
{
	bottom: 270px;
    float: right;
    right: -50px;
    position: relative;
}*/
.from_blog3 .owl-theme .owl-controls.clickable .owl-buttons div.owl-prev
{
	bottom: 250px;
    float: left;
    left: 20px!important;
    position: relative;
	opacity: 1;
	filter: alpha(opacity=100);
	visibility:hidden;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	transition: all 300ms;
}

.from_blog3 .owl-theme .owl-controls.clickable .owl-buttons div.owl-next
{
	bottom: 250px;
    float: right;
    right: 20px!important;
    position: relative;
	opacity: 1;
	filter: alpha(opacity=100);
	visibility:hidden;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	transition: all 300ms;
}
.from_blog3 .blog_slider:hover .owl-controls.clickable .owl-buttons div.owl-prev,
.from_blog3 .blog_slider:hover .owl-controls.clickable .owl-buttons div.owl-next
{
	visibility:visible;
}
.from_blog3 .blog_slider:hover .owl-controls.clickable .owl-buttons div.owl-prev
{
	left:-5px!important;
}
.from_blog3 .blog_slider:hover .owl-controls.clickable .owl-buttons div.owl-next
{
	right:-5px!important;
}
/*Subscribe text*/

.subscribe .subscribe_link
{
	padding: 17px 5px;
	background-color:#333333;
}
.subscribe .subscribe_link a span
{
	font-family: "Oswald",sans-serif;
    font-size: 16px;
	color:#ffffff;
	text-transform:uppercase;
	padding-right:10px;

}
.preset3 .subscribe
{
	padding:0px;
	border: 1px solid #dedede;
}
.preset3 .subscribe .subscribe_text_area
{
	padding:16px 12px;
}
.subscribe .subscribe_link a i
{
	color:#ffffff;
}
/*Footer menu*/
.preset3 .footer_cpyrights .copy_rights ul li
{
	display:inline-block;
	padding-right:7px;
}
.footer_cpyrights .copy_rights ul li a {
    border-right: 1px solid #dedede;
    color: #565656;
    font-family: "Open Sans",sans-serif;
    font-size: 13px;
    padding-right: 15px;
}

/**** Responsive Section ****/
@media (max-width: 1199px) 
{
	.header_area.preset3_header {
		background-color: #ffffff;
		border: 0 none;
		display: block;
		height: 0px;
		margin: 0 auto;
		padding: 0 20px;
		position: relative;
		text-align: left;
		width: 100%;
		z-index: 99;
	}	
	
	.header_area.preset3_header .social.copy_rights 
	{
		display:none;
	}
	.preset4.home_page .header_area.preset3_header .social.copy_rights
	{	
		 display: block;
		width: 100%;
		left: 0;
		
	}
	.copy_rights p.copy_right_text 
	{
		 float: left;
		line-height: 35px;
		margin-bottom: 0;
	}
	.header_area.preset3_header .social ul.footer_social_icon {
		  float: right;
		margin-bottom: 0;
		margin-top: 0;
	}
	.preset4.home_page .header_area.preset3_header
	{
		position:absolute;
	}
}
.preset3 .view_blog .cat_date, .view_blog .cat_comment,
.preset3 .view_blog .left_section,
.preset4 .view_blog .cat_date, .view_blog .cat_comment,
.preset4 .view_blog .left_section
{
	width: 67px;
}
.preset3 .select_category .orderlistcontainer div.activeOrder, .category_filter .show_item .limit_box button.btn-default,
.preset4 .select_category .orderlistcontainer div.activeOrder, .category_filter .show_item .limit_box button.btn-default
{
	margin-left:5px;
}
.preset4 .main_component_wrapper.home_page
{
	display:none;
}
@media (max-width: 767px) 
{
	.copy_rights p.copy_right_text 
	{
		float: none;
		line-height: 35px;
		margin-bottom: 0;
		  text-align: center;
	}
	.header_area.preset3_header .social ul.footer_social_icon {
		  float: none;
		margin-bottom: 0;
		margin-top: 0;
		
	}
}
@media only screen and (min-width: 1200px) and (max-height: 800px)  {
	.header_area.preset3_header .social.copy_rights
	{
		 position: static!important;
	}
}

.preset3 .breadcrumbs_area
{
	padding:35px 0 0 0;
}
.preset3 .new_products
{
	margin:80px 0px 10px;
}
.user_links  .bootstrap-select.btn-group .dropdown-toggle .filter-option
{
	color:#909090;
}
/*.header_area.preset3_header .search_product form#search
{
	border-bottom: 1px solid #e5e5e5;
    float: left;
    margin: 0 5px 0px 0px;
    padding-bottom: 5px;
    width: 100%;
    padding: 5px 25px 5px 5px
}*/
/*Search in responsive layout*/
@media only screen and (min-width: 1200px)
{
	.header_area.preset3_header .search_product
	{
		display:block;
	}
	.header_area.preset3_header .user_links ul li.search_click
	{
		display:none;
	}
	.header_area.preset3_header .search_product .search_header
	{
		display:none;
	}
	div.main_component.inner_page.content_left.col-lg-9.col-xs-12{
		border-right:1px solid #e0e0e0;
	}
}
@media only screen and (max-width: 1199px)
{
	.header_area.preset3_header .search_product
	{
		display:none;
	}
	.header_area.preset3_header .user_links ul li.search_click
	{
		display:inline-block;
		border-left: 1px solid #e5e5e5;
		line-height: 17px;
		padding-left: 11px;
	}
	
}
.header_area.preset3_header .user_links ul li.search_click div.search_header::before
{
	color:#909090;
}