html {
	margin: 0;
	padding: 0;
}
body {
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: 0px;
	padding: 0px;

}
@media (min-width: 1360px){
.container { width: 1330px;}
}
body, td, th, input, textarea, select, a {}
#container.container{ padding:0; }

h1, h2, h3, h4, h5, h6,.welcome{font-family:'Roboto', Arial, Helvetica, sans-serif;}
h1 { 
  font-size:24px;
  margin:0;
  padding:10px 0 20px 0;
  font-weight: normal;
}
h2 { 
	font-size: 14px;
	text-transform:uppercase;
	font-weight:normal;
	margin-top: 0px;
	margin-bottom: 12px;}

p {
	margin-top: 0px;
	margin-bottom: 15px;
}
a {
	text-decoration:none;
	cursor: pointer;
}
a:hover {
	text-decoration: none;
}
a img {
	border: none;
}
form {
	padding: 0;
	margin: 0;
	display: inline;
}
input[type='text'], input[type='password'], textarea {
	background: #F8F8F8;
/*	border: 1px solid #CCCCCC;*/
	padding: 5px;
	height:28px;
	margin-left: 0px;
	margin-right: 0px;
}
input[type='checkbox']{
	width:18px;
    height:18px;	
}
select {
	background: #F8F8F8;
	border: 1px solid #CCCCCC;
	padding: 5px;
	height:28px;
}
label {
	cursor: pointer;
}

.search-page p input{width:60%;}
.search-page p select{ width:38%;}
.search-page > div{ display:inline-block;}

h3, .title_h3 {
	font-size: 14px;
	text-transform:uppercase;
	font-weight:normal;
	margin-top: 0px;
	margin-bottom: 12px;
}
/* layout */
#topcontent-header{}
#container {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
#column-left {
	float: left;
	width: 24%;
}
#column-right {
	float: right;
	width: 24%;
}

#content {
	min-height: 400px;
	margin-bottom: 25px;
}
#content img{ max-width:100%; height:auto;}
#column-left + #column-right + #content, #column-left + #content {
	margin-left: 26%;
	min-height: 100px;
}
#column-right + #content {
	margin-right: 26%;
	min-height: 100px;
}
.july-white{
	padding:15px;
	margin-bottom:15px;
}
.july-white img{ max-width:100%; height:auto;}
/* header */
#top {
	font-size:12px;
}
#top .dropdown-menu {
	font-size:12px;
	 text-align:left;
	 left:auto;
	 right:0;}
#top .account-drop .dropdown-menu{}

#top .contactinfo{
	line-height:18px;
	display:inline-block;
	vertical-align:top;
	margin-top:9px;
	text-decoration:none;
}
.topinfo .contactinfo{
	margin:30px -5px 10px -5px;
	}
#search + .contactinfo{
	  margin: -5px -5px 15px -5px;
	}
.topinfo .contactinfo > div{ padding-left:5px; padding-right:5px;}	
.topinfo .contactinfo:after{
    display: table;
    content: " ";
	clear:both;}

.topdown .dropdown-menu{padding:10px;}
.topdown > div{cursor:pointer; border-bottom:1px solid rgba(0,0,0,0.15);}
.contactinfo > div > img{ float:left; margin:0;}

#header {
	position: relative;
	z-index: 99;
		margin-bottom:15px;
}
#header .toplink{ text-align:right;}
#header .toplink > div{ padding-right:12px;line-height: 30px; padding-top:3px; cursor:pointer; font-size:12px;}
#header .toplink > div > a{  text-decoration:none;}
#header .toplink > div > a:hover{ }
#top #welcome a div, #compare-total2 div{ display:none; width:26px; height:26px; vertical-align: middle; text-align:center; border-radius:2px; line-height:26px;}
#top #welcome a:first-child div:after{
	content:  "\f090";
	font-family: FontAwesome;
	font-size:20px;}
#top #welcome a:last-child div:after{
	content:  "\f044";
	font-family: FontAwesome;
	font-size:18px;}
#compare-total2 div:after{
	content:  "\f080";
	font-family: FontAwesome;
	font-size:16px;}

#header .container{ position:relative;}
#header #logo {margin:30px 0;}
#header #logo img{ max-width:100%; height:auto;}
#header .cap-center #logo{ text-align:center;}
#language {	}
#language img {
	cursor: pointer;
	margin-right: 5px;
	padding-left:5px;
}
#header .toplink .top-text{ display:none;}
#currency {}
#currency a {
	display: inline-block;
	padding: 2px 8px;
	text-decoration: none;
	line-height:20px;
}

#currency .dropdown-menu, #language .dropdown-menu{
  	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
}
#currency a b {
	color: #000;
	text-decoration: none;
}

#header #cart {
	z-index: 101;
	position:relative;
	margin-top:15px;
	text-align:left;
	float:right;
	
}
#header #cart .heading {
	height: 30px;
	position: relative;
	z-index: 1;
}
#header #cart .heading h4 {
    text-transform:uppercase;
	white-space: nowrap;
	font-size:12px;
	margin: 3px 0 0 50px;
	font-weight:normal;
}
#header #cart .heading > a {
	text-decoration: none;	
	display: block;
	text-decoration:none;
}
#header #cart #cart-total {
	font-weight:bold;
	display:block;
	margin-left:50px;
}
#header #cart .heading a > div {
    margin-right:10px;
	margin-bottom:10px;
    float: left;
	width:40px;
	height:40px;   
	text-align:center;
	padding:0 10px 0 5px;
	background-position:center center;
	background-repeat:no-repeat;
}
#header #cart .heading a > div:after{
	font-size: 18px;
    content: "\f07a";
    font-family: FontAwesome;
	line-height:30px;
}
#header #cart .heading a #cart-top-fixed{ 
   display:block;
   position:absolute;
   left:26px;
   top:-6px;
	font-size:11px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-khtml-border-radius: 50%;
	border-radius: 50%;
	width:20px;
	height:20px;
	line-height:20px;
	text-align:center;}
#header.fixed #cart h4, #header.fixed #cart #cart-total{ display:none; }	
#header.fixed #cart{
	position:fixed;
    top:0px; right:20px;	
}	
#header #cart .content {
	clear: both;
	display: none;
	position: absolute;
	top: 40px;
	right:0;
	min-width:350px;
	padding: 8px;
	min-height: 150px;
    border: 1px solid rgba(0,0,0,0.15);
	box-shadow: 0 4px 9px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 4px 9px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 4px 9px rgba(0, 0, 0, 0.15);
	background: #FFF;
}
#header.fixed #cart  .content{ 
  max-height:240px;
  overflow-y:scroll;
}
#header #cart.active .heading {
font-weight:700;	
}
#header #cart.active .content {
	display: block;
}
.mini-cart-info table {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 5px;
}
.mini-cart-info td {
	color: #000;
	vertical-align: top;
	padding: 10px 5px;
	border-bottom: 1px solid #EEEEEE;
}
.mini-cart-info .image {
	width: 1px;
}
.mini-cart-info .image img {
	border: 1px solid #EEEEEE;
	text-align: left;
}
.mini-cart-info .name small {
	color: #666;
}
.mini-cart-info .quantity {
	text-align: right;
}
.mini-cart-info td.total {
	text-align: right;
}
.mini-cart-info .remove {
	text-align: right;
}
.mini-cart-info .remove img {
	cursor: pointer;
	background-color:#eee;
	padding:5px;
	border-radius:50%;
}
.mini-cart-total {
	text-align: right;
}
.mini-cart-total table {
	border-collapse: collapse;
	display: inline-block;
	margin-bottom: 5px;
}
.mini-cart-total td {
	color: #000;
	padding: 4px;
}
#header #cart .checkout {
	text-align: right;
	clear: both;
}
#header #cart .empty {
	padding-top: 50px;
	text-align: center;
}
#header #search {
	position:relative;
	width: 100%;
	z-index: 7;
}
#header .topinfo.topinfosearch #search{ width:273px;}
#header .topinfo #search{ margin-top:30px; margin-bottom:15px;}
#header .button-search {
	position: absolute;
	right: 0px;
	line-height:40px;
	text-align:center;
	font-size:15px;
	width: 40px;
	height: 40px;
	cursor: pointer;
}
#header .topinfo .button-search { 
   height:40px; 
   width:40px;
   	line-height:40px;
}
#header #search input {
	padding: 1px 40px 1px 3px;
	width: 100%;
	height: 40px;
	color:#333;
}
#header .topinfo #search input{b height: 40px;}

#header p{ margin-bottom:10px; }
#header .links {
}
#header .links a {
	display: inline-block;
    padding: 3px 8px;
	line-height:30px;
	text-decoration: none;
	
}
#header .links a:hover {
	text-decoration: none;
}
#header .links a + a {
}


#header #top .top_search_down{ 
    color: #444;
	background-color:#FFF;
    line-height: 20px;
    padding: 0px 10px 5px;
    cursor: pointer;
	font-size:12px;
    display: inline-block;
    vertical-align: middle;
	margin-top:7px;
	z-index:2;
	}	
#header .leave-search { 
  padding:15px 15px 0;
  font-size:18px;
  display:none;}
.top_search_down ~ .contactinfo{ margin-right:80px;}	
#header .web-icon li{ display:inline-block; vertical-align:top; margin-right:4px;}
#header .web-icon li a{ display:block;}
#header .web-icon {
	margin:5px 0 0 0;
	padding:0;
	list-style:none;
	display:inline-block;
}

/* menu fixed */
#header.fixed .menufix{
	 position:fixed;
    top:0px; left:0px;
    width:100%;
	margin-left:auto; 
	margin-right:auto;
	border-top:1px solid #eee;
  box-shadow: 0 4px 9px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 4px 9px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 4px 9px rgba(0, 0, 0, 0.15);}
#header.fixed #menu > ul > li.ic-top .jl-icon { display:none;}
#header.fixed  #menu > ul > li{ min-height:36px;}

/* menu */
#menu {
	z-index: 100;
    position:relative;
}

#menu > ul {
	list-style:none;
	position:relative;
	width:100%;
	padding:0 ;
	display: flex;	
}
#menu  ul {
	list-style:none;
	margin:0;
	padding:0;
	text-align:left;}
#menu > ul > li {
	text-align:center;
	float:left;
	padding:0;
	min-height:46px;
	flex: 1;
}


@media (min-width: 993px) {	
/*columns*/
.md-1{ width:100%;}
.md-2{ width:50%;}
.md-3{ width:33.33%;}
.md-4{ width:25%;}
.md-5{ width:20%;}
.md-6{ width:16.66%;}
.md-7{ width:14.28%;}
.md-8{ width:12.5%;}
.md-9{ width:11.11%;}
.md-10{ width:10%;}
.md-11{ width:9%;}
.md-12{ width:8.3%;}
.md-13{ width:7.6%;}
.md-14{ width:7.1%;}
}

/*Link 1 menu*/
#menu > ul > li > a{
	font-family:'Roboto', Arial, Helvetica, sans-serif;
	font-size: 15px;
	display:block;
	line-height: 36px;
	text-decoration: none;	
	position: relative;	
	padding:5px 0;
	margin:0;
    overflow:hidden;
}

#menu > ul > li.ic-left span.arrow,
#menu > ul > li > span.arrow{ display:none;}
#menu > ul > li > a.active {}


/*dropdown box*/
#menu > ul > li > div {
	display: none;
	top:100%;
    border: 1px solid rgba(0,0,0,0.15);
	box-shadow: 0 4px 9px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 4px 9px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 4px 9px rgba(0, 0, 0, 0.15);
	position: absolute;
	z-index: 13;
	padding:10px;
	width:auto;	
	text-align:left;
}

/*arrow submenu*/
#menu > ul > li> .submenu > ul > li > .submenu > ul:not(.allcategory-img) > li > a:before {
  display: inline-block;
   margin-right:6px;
   content: "\f138";
   font-family: FontAwesome;
   transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}
#menu > ul > li> .submenu > ul > li > .submenu > ul > li:hover > a:before{
	padding-left:3px;
	margin-right:3px;
}
#menu > ul > li> .submenu .submenu .arrow{
	  display:inline-block;
	  }
#menu > ul > li> .submenu .submenu  .arrow:before{
	content: "\f105";
   font-family: FontAwesome;
}

/*Link 2submenu*/
#menu > ul > li > div > ul{
	display:block;
	vertical-align:top;
	padding:0px;
	margin:0 ;
	border-right:1px solid rgba(0,0,0,0.08);
}
#menu > ul > li > div > ul:last-child{ border:none;}

#menu > ul > li > div > ul.allcategory-sub{ display:table-cell; vertical-align:top; min-width:150px;}
#menu > ul > li > div > ul:not(.img-category) > li{
	 border-bottom:1px solid rgba(0,0,0,0.08);
}
#menu > ul > li> .submenu .submenu{ padding:0 10px 10px 10px;}
#menu > ul > li> .submenu .submenu > ul > li { 
    position:relative; 
	padding:2px 0;
	}

#menu > ul > li> .submenu > ul > li > a{
	font-family:'Roboto', Arial, Helvetica, sans-serif;
  display:block;
  min-width:140px;
  padding:6px 10px; 
  font-size:12px;
  text-transform:uppercase;
  text-decoration:none;
}

#menu > ul > li> .submenu .submenu a {
	 text-decoration:none;
	 vertical-align:middle;
}
#menu > ul > li> .submenu > ul > li > a:hover,
#menu > ul > li> .submenu .submenu a:hover{ }
 

/*Link 3submenu*/
#menu > ul > li> .submenu .submenu .submenu{
	display: block;
	position:absolute;
    left: -10000px;
	top:0;
    opacity: 0;
	z-index:2;
	padding:10px;
	width:180px;
	word-wrap:break-word;
	box-shadow: 0 4px 9px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 4px 9px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 4px 9px rgba(0, 0, 0, 0.15);
    -moz-transition: opacity 50ms ease-in-out 100ms;
    -webkit-transition: opacity 50ms ease-in-out 100ms;
    -o-transition: opacity 50ms ease-in-out 100ms;
    transition: opacity 50ms ease-in-out 100ms;}

#menu > ul > li> .submenu .submenu li:hover .submenu{
	left:80px;
	opacity:1;
}

#menu > ul > li .col-lg-25{ width:20%; float:left;}


/*account menu*/
.style-accaunt-m div{ width:100%; text-align:center;}
.style-accaunt-m input{ width:100%;margin-bottom:10px; }	
.style-accaunt-m span{ width:49%; margin-bottom:10px; display:block;}
.style-accaunt-m .registr {width:100%;}
.style-accaunt-m .registr, .sidr input.sidr-class-button.sidr-class-registr{ text-decoration:none;}
.style-accaunt-m .registr{ padding-left:10px; padding-right:10px;}
.sidr-class-style-accaunt-m{ padding:0 20px;}

	
/*************************************************/	
#container .breadcrumb {
	padding:11px ;
	line-height: 20px;
	margin-bottom:6px;
	border-radius:0;
	background-color:rgba(0,0,0,0.02);
	font-size:0.9em; 
}

/******************************************Success*********************************************** */
.warning, .attention, .information {
	padding: 20px 20px 20px 33px;
	margin-bottom: 0px;
}
.success, .information {
	background:#FFF;
	padding:30px 20px 20px;
	border: 2px solid #a7e164;}
.container > .success, .container > .information{ padding:15px 20px;}
#notification_quickview	.success{ padding:10px; background-color:#f2faed;}
.success a:first-child{ display:block;font-size:1.2em;}
#notification .success, #notification .warning, #notification .attention, #notification .information {
	width:280px;	
	position: fixed;
	top:20%;
	left:50%;
	margin-left:-140px;
	z-index:99999;
	-webkit-box-shadow: 0px 5px 40px 1px rgba(0, 0, 0, 0.600);
	-moz-box-shadow: 0px 5px 40px 1px rgba(0, 0, 0, 0.600);
	box-shadow: 0px 5px 40px 1px rgba(0, 0, 0, 0.600);
	
}
.success .button{ display:block; margin-top:20px;}

.successimg{ width:100px; height:auto !important; display:block; margin-bottom:10px;}
.warning {
	background: #FFD1D1 url('../image/warning.png') 10px center no-repeat;
	border: 1px solid #F8ACAC;
}
.attention {
	background: #FFF5CC url('../image/attention.png') 10px center no-repeat;
	border: 1px solid #F2DD8C;
}
.success .close{
	position:absolute;
	right:5px;
	top:5px;
	cursor: pointer;
	background-color:#eee;
	padding:5px;
	 opacity: 1;
    filter: alpha(opacity=100);
	border-radius:50%;
}
.warning .close, .attention .close, .information .close {
	float: right;
	background-color:#eee;
	padding:5px;
	 opacity: 1;
    filter: alpha(opacity=100);
	border-radius:50%;
	cursor: pointer;
}
.required {
	color: #FF0000;
	font-weight: bold;
}
.error {
	display: block;
	color: #FF0000;
}
.help {
	color: #999;
	font-size: 10px;
	font-weight: normal;
	font-family: Verdana, Geneva, sans-serif;
	display: block;
}
table.form {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
}
table.form tr td:first-child {
	width: 150px;
}
table.form > * > * > td {
	color: #000000;
}
table.form td {
	padding: 4px;
}
input.large-field, select.large-field {
	width:100%;
}
table.list {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
table.list td {
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}
table.list thead td {
	background-color: #EFEFEF;
	padding: 0px 5px;
}
table.list thead td a, .list thead td {
	text-decoration: none;
	color: #222222;
	font-weight: bold;
}
table.list tbody td {
	padding: 0px 5px;
}
table.list .left {
	text-align: left;
	padding: 7px;
}
table.list .right {
	text-align: right;
	padding: 7px;
}
table.list .center {
	text-align: center;
	padding: 7px;
}
table.radio {
	width: 100%;
	border-collapse: collapse;
}
table.radio td {
	padding: 5px;
}
table.radio td label {
	display: block;
}
table.radio tr td:first-child {
	width: 1px;
}
table.radio tr td:first-child input {
	margin-top: 1px;
}
table.radio tr.highlight:hover td {
	background: #F1FFDD;
	cursor: pointer;
}
#content .pagination {
	padding:0;
	display:block;
	text-align:center;
	width: 100%;
	margin:0;
	border-radius:0;
}
.pagination .links a{
}
.pagination .links a,.pagination .links b {
	display: inline-block;
	margin-right:0px;
	border: 1px solid rgba(0,0,0,0.1);
	line-height:28px;
	text-align:center;
	height:28px;
	width:30px;
	text-decoration: none;

}
.pagination .links b, .pagination .links a:hover  {}
.pagination .results {
	line-height:28px;
	padding-right:0px;
}
/* button */
a.button, input.button, button.button, .sidr input.sidr-class-button {
	font-family:'Roboto', Arial, Helvetica, sans-serif;
	cursor: pointer;
	line-height: 28px;
	font-size: 11px;
	text-transform:uppercase;
	text-align:center;
	border:none;
	border-radius:2px;
	text-decoration:none;
		transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-webkit-transition: all 0.3s ease-out 0s;
}
a.button {
	display: inline-block;
	text-decoration: none;
	padding: 0px 12px 0px 12px;
}
input.button, button.button, input.sidr-calass-button {
	margin: 0;
	border: 0;
	height: 28px;
	padding: 0px 12px 0px 12px;
	}
a.button:hover, input.button:hover, button.button:hover {text-decoration:none;}
.box-product .cart a.button.no-stock,
.product-grid .cart a.button.no-stock,
.product-list .cart a.button.no-stock{ 
  font-size:0.8em; 
  padding-left:0px; 
  padding-right:0px;
  background:transparent;
  color:#888;}
.button.no-stock:hover{ opacity:0.4;}
.buttons {padding-bottom: 20px;}
/*.box-product .cart a span:before, .product-grid .cart a span:before{
	margin-right:6px;
	float:left;
	font-size:18px;
	content:  "\f07a";
   font-family: FontAwesome;
  }*/
.buttons .left {
	float: left;
	text-align: left;
}
.buttons .right {
	float: right;
	text-align: right;
}
.buttons .center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.htabs {
	height: 42px;
	min-height:42px;
	line-height: 20px;
	margin:0;
	padding:0;
	list-style:none;
}
.htabs.prod-info{ height:auto;}
	
.htabs li{ display:inline-block; margin-right:15px;}
.july_tabs .htabs{ 
   height:auto; 
   padding-right:88px;
   margin-bottom:6px; 
   }
.july_tabs .htabs a{ float:none; line-height:40px; padding:6px 0px 4px 0;}
.htabs a, .htabs li {
	font-family:'Roboto', Arial, Helvetica, sans-serif;		
	font-size: 14px;
	text-transform:uppercase;
	text-align: center;
	text-decoration: none;
}
.july_subtabs .htabs a{ text-transform:none; }
.htabs a{padding: 6px 0px 4px 0; float: left;}
.htabs a.selected, .htabs a:hover, .htabs .active a{
 text-decoration:none;
}

 .tab-content{
	margin-bottom:20px;
	padding:15px;
	background-color:#fff;
	border:1px solid #e8e8e8;
}
.tab-content img{max-width:100%; height:auto;}
.july_tabs .tab-content{
	margin-bottom: 0px;
	padding:0px;
	border:none;
	background:transparent;
}

.htabs .subtab-show-all{}
.subtab-show-all > span{
	font-size:14px;
	text-transform:none;
	font-weight:normal;
	cursor:pointer;
}
.july_tabs .subtab-show-all > span{padding:0;}
/* box */
.box {
	margin-bottom: 20px;
	position:relative;
}
.box .box-heading {
	font-family:'Roboto', Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform:uppercase;
	line-height: 20px;
	margin:0 0 6px 0;
	padding:11px 0;	
}
.box .box-heading a{}
.box .box-content{position:relative;}
.box-content-page{padding:0;}

/* box products */
.box-product {overflow: auto;}
.slide .box-product{ overflow:hidden;}
.box-product.row{ margin-left:-3px; margin-right:-3px;overflow: auto;}

.box-product > div{ padding:0px 3px 36px 3px;}

.box-product > div > div {
	background-color:#FFF;
	vertical-align: top;
	margin:0;
	text-align:left;
	padding:10px;
	transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
}
.box-product > div > div:after{ clear:both; display:block; content:"";}
.box-product > div:hover > div{z-index:2;}

 
#column-left .box-product .image , #column-right .box-product .image{ float:left; max-width:100px;}

#column-left .box-product .name , #column-right .box-product .name,
#column-left .box-product .rating , #column-right .box-product .rating,
#column-left .namecateg, #column-right .namecateg{ margin-left:120px;}
#column-left .box-product .price , #column-right .box-product .price{ clear:both;}
.box-product .image {
	display: block;
	text-align:center;
	position:relative;
	margin-bottom:10px;

	overflow:hidden;
}
.box-product .image img {
	padding:0;
	border:none;
	max-width:100%;
	height:auto !important;

/*rust*/
/* -moz-transition: all 1s ease-out;
 -o-transition: all 1s ease-out;
 -webkit-transition: all 1s ease-out;
*/
}

/*rust*/
/*.box-product .image img:hover {
 -webkit-transform: scale(1.03);
 -moz-transform: scale(1.03);
 -o-transform: scale(1.03);

}
*/

.box-product .name{
	font-family:'Roboto', Arial, Helvetica, sans-serif;
	height:32px;
	line-height:16px;
	overflow:hidden;
	margin-bottom: 2px;
/*rust    border-bottom:1px solid #000;*/
}
.box-product .name a {
	font-size:14px;	
	text-decoration: none;	
}

.box-product .price {
    display: block;
	font-size:14px;
	 margin-bottom:10px;
	 padding-bottom:3px;
/* rust	 border-bottom:1px solid #e8e8e8;*/
}
.box-product .price-old {
	font-size:0.9em;
	font-weight:normal;
	text-decoration: line-through;
	white-space: nowrap;
}
.box-product .price-new {
	margin-right:6px;
	white-space: nowrap;
}
.box-product .rating{ margin-bottom:3px;margin-left: -6px;}
.box-product .cart{
	display:inline-block;
	vertical-align:top;
    }
 
.box-product .fastorder{
	display:inline-block;
	float:right;
	 }    
.box-product .fastorder a{ 
    display:block;
	width:28px;
	height:28px;
	text-align:center;
	line-height:28px;
	border-radius:2px;	
	transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-webkit-transition: all 0.3s ease-out 0s;
	}
.box-product .fastorder a:before{
	content:  "\f095";
	font-family: FontAwesome;
	font-size:18px;
}
.box-product .quick-view a:before{
	content:  "\f002";
	font-family: FontAwesome;
}
.box-product .wishlist a:before{
	content:   "\f08a";
	font-family: FontAwesome;
	}	
.box-product .compare a:before{
	content:  "\f080";
	font-family: FontAwesome;
}		
.box-product .wishlist, .box-product .compare,.box-product .quick-view{
	float:left;
	vertical-align:top;
}
.box-product .wishlist a, .box-product .compare a, .box-product .quick-view a{
	display:block;
	width:28px;
	height:28px;
	text-align:center;
	line-height:28px;
}
.box-product .wishcomp{
	position:absolute;
	z-index:3;
	right:0;
	bottom:-1px;
    opacity:0;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
}
.box-product > div:hover .wishcomp{
	opacity:0.7;
}
/*tab small category*/
.namecateg li a:hover{}
.namecateg{
	position:relative; 
    height:18px;
	margin-bottom:6px;
}
.namecateg ul{
	position:absolute;
	background:#FFF;
	width:100%;
	max-height:100px;
	color:#888;
     height:18px;
	 overflow:hidden;
	list-style:none;
	margin:0;
	padding:0;
	transition: all 0.8s ease;
	-webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
}

.namecateg li{ display:inline-block;line-height:20px; margin-right:3px; }
.namecateg li:first-child{ display:block;}
.namecateg li:after { content:"/"; font-size:10px; }
.namecateg li:first-child:after, .namecateg li:last-child:after{ content:none;}
.namecateg li a{color:#888; font-size:12px; }	
.namecateg li i{ font-size:15px; color:#e1e1e1;}
.namecateg ul.hover{ height:auto; min-height:60px;}
.product-info .namecateg{ height:auto;}
.product-info .namecateg a{ display:inline-block;}
.product-info .namecateg a:after{content:","; margin-right:5px;}
.product-info .namecateg a:last-child:after{ content:none;}

/* box category */
ul.box-category{	
    border: 1px solid rgba(0,0,0,0.035);
    background: rgba(0,0,0,0.025);
    padding: 5px;
    list-style: none;
    margin: 0;
}
ul.box-category ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.box-category > li{ 
  position:relative;
}
ul.box-category > li + li{
   border-top: 1px solid rgba(0,0,0,0.1);
}

ul.box-category > li > a {
	text-decoration: none;
	font-family:'Roboto', Arial, Helvetica, sans-serif;
	display:block;
	line-height:24px;
	padding: 7px 30px 7px 12px;
	vertical-align:middle;
}
ul.box-category > li ul {
	display: none;
}
ul.box-category > li > a.active, ul.box-category > li> a:hover,
ul.box-category > li > a.active + .accordeon_plus:after, .box-category > li > a:hover + .accordeon_plus:after {}
ul.box-category > li > a.active + ul {
	display: block;
}
ul.box-category > li ul > li {	
	position:relative;
}
ul.box-category > li > ul {}
ul.box-category > li > ul > li > ul{
	background-color:rgba(0,0,0,0.025);
	margin:5px 10px;
	
}
ul.box-category > li > ul > li > ul > li a:before{ content:"-"; margin-right:3px; }
ul.box-category > li > ul > li > ul a{ padding:5px 12px;}
ul.box-category > li ul > li > a {
	text-decoration: none;
	position:relative;
	padding: 5px 30px 5px 22px;
	display:block;
	text-align:left;
}
ul.box-category > li ul > li > a.active{}
ul.box-category > li ul > li > a:hover {}
ul.box-category .accordeon_subcat{ padding-bottom:10px; }
ul.box-category.accordeon_category > li.cat-active > ul,
ul.box-category.accordeon_category  > li > ul li.cat-active > ul {
	display: block;
	}
.box-category .accordeon_plus {
	position: absolute;
	text-align:center;
	right: 0px;
	top: 0px;
	width: 30px;
	height: 38px;
	cursor:pointer;
	z-index:2;
}
.box-category ul .accordeon_plus:after{ line-height:28px; height: 28px;}
.box-category .accordeon_plus:after{
	content:   "+";
	font-size:15px;
	display:block;
	font-weight:normal;
   line-height:38px;
   color:#9f9f9f;
}
.box-category .accordeon_plus:hover:after{}
.box-category .accordeon_plus.open:after{
	content:   "-";}
/* box filter */
ul.box-filter, ul.box-filter ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.box-filter span {
	font-weight: bold;
	border-bottom: 1px solid #e8e8e8;	
	display: block;
	padding-bottom: 5px;
	margin-bottom: 8px;
}
ul.box-filter > li ul {
	padding-bottom: 10px;
}
/* content */
#content .content {
	margin-bottom:15px;
}
#content .content .left {
	float: left;
	width: 49%;
}
#content .content .right {
	float: right;
	width: 49%;
}
/* category */
.category-info {
	overflow: auto;
	margin-bottom: 20px;
}
.category-info .image {
	float: left;
	padding:0;
	margin-right: 15px;
}

.category-list {
	overflow: auto;
	padding-bottom:15px;
}
.category-list ul {
	padding:0px;
	margin:0px ;
}
.category-list ul li {
	border: 1px solid #e8e8e8;
	background:#FFF;
	text-align:center;
	list-style:none;
	line-height:16px;
	padding:5px 10px;
	margin:0 -1px -1px 0;

}
.accordeon_plus_refine{
 display:block;
 text-align:right;
 margin-top:-30px;
 cursor:pointer;

}
.accordeon_plus_refine:hover{ background-color:rgba(0,0,0,0.015);}
.accordeon_plus_refine:after{
	content: "\f107";
	font-family: FontAwesome;
	cursor:pointer;
	font-size:15px;
   line-height:28px;
   padding:10px;
   color:#9f9f9f;
}
.accordeon_plus_refine.open:after{
	content: "\f106";}
.category-list ul li a{
display: inline;
}
.category-list ul li span{
display:block;
height:30px;
overflow:hidden;
}
.category-list ul li  img{ margin-bottom:10px;}

/* manufacturer */
.manufacturer-list {
	border: 1px solid #DBDEE1;
	background-color:#FFF;
	padding: 5px;
	overflow: auto;
	margin-bottom: 20px;
}
.manufacturer-heading {
	background: #F8F8F8;
	font-size: 15px;
	font-weight: bold;
	padding: 5px 8px;
	margin-bottom: 6px;
}
.manufacturer-content {
	padding: 8px;
}
.manufacturer-list ul {
	float: left;
	width: 25%;
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 10px;
}
.manufacturer-info{
	border: 1px solid #e8e8e8;
	padding:15px;
	background-color:#fff;}
	
/* product */
.product-filter {
	overflow: auto;
	margin-bottom:6px;
	border: 1px solid #e8e8e8;
    background: rgba(0,0,0,0.025);
    padding: 5px;
}
.product-filter > div{padding:10px 15px 0px 0; background-color:#FFF; margin:0}

.product-filter .display {
	float: left;
	background-color:#FFF;
}
.product-filter .display {
	line-height:16px;
	height:28px;
	padding:0px 8px ;
	border:1px solid #ddd;
	margin-top:1px;
	margin-bottom:10px;

}

.product-filter  .sortoptions{ margin-left:4px; display:inline-block;}
.product-filter  .sortoptions a{
	display:inline-block;
	height:14px;
	margin:7px 8px auto 0;
	background-repeat:no-repeat;
	background-position:bottom left;}
.product-filter  .sortoptions a.active{ background-position:top left;}
.product-filter  .sortoptions .list1{ background-image:url(../image/1list.png); width:19px;}
.product-filter  .sortoptions .list3{ background-image:url(../image/3list.png); width:14px;}
.product-filter  .sortoptions .list4{ background-image:url(../image/4list.png); width:19px;}
.product-filter  .sortoptions .list5{ background-image:url(../image/5list.png); width:24px;}
.product-filter .sort {
     padding-bottom:10px;
	 padding-right:0;
}
.product-filter .limit {
	 padding-bottom:10px;
	 padding-right:0;
}
.product-compare {
	text-align:right;
	padding-right:0;
	    
}
.product-compare a {
	display:inline-block;
	text-decoration: none;
	line-height:22px;
	padding:3px 6px;
}

.product-filter select{ width:100%; height:28px;}

.product-list > div {
	margin-bottom: 15px;
	display:table;
	position:relative;
	width:100%;
}

.product-list .left{
	display:table-cell;
	position:relative;
	max-width:300px;}
	
.product-list .right {
   display:table-cell;
   position:relative;
   vertical-align:top;
	
}
.product-list > div + div {
	border-top: 1px solid #e8e8e8;
	padding-top: 16px;
}
.product-list .image {
	margin-right: 10px;
}
.product-list .image img {
	border: none;
}


.product-list .description {
	margin-bottom: 5px;
}

.product-list .price-tax {
	font-size: 12px;
	font-weight: normal;
	color: #BBBBBB;
}
/*product-list*/
.product-list.row {
    margin-left: -3px;
    margin-right: -3px;
    overflow: auto;
}
.product-list.row > div{ padding:0 3px 6px 3px; margin-bottom:0; display:block;}
.product-list.row > div > div {
	background-color:#FFF;
	vertical-align: top;
	margin:0;
	text-align:left;
	padding:10px;
	transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;

}
.product-list .image {
    float: left;
	position:relative;
    text-align: center;
    width: 200px;
}
.product-list .list-right { margin-left: 220px;}
.product-list .wishlist, .product-list .compare, .product-list .quick-view{float:left;vertical-align:top;}
.product-list .wishlist a, .product-list .compare a, .product-list .quick-view a{
	display:block;
	width:28px;
	height:28px;
	text-align:center;
	line-height:28px;
}
.product-list .wishcomp{
	position:absolute;
	z-index:3;
	right:0;
	bottom:-1px;
    opacity:0;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
}

.product-list > div:hover .wishcomp{
	opacity:0.7;
}
@media (max-width: 992px) {
	.product-list .list-right{ margin-left:0px;}
    .product-list .image{ float:none; text-align:center; width:auto;}
	
}
/*-------------------------------*/

.product-grid.row{ margin-left:-3px; margin-right:-3px;overflow: auto;}
.product-grid > div{ padding:0 3px 6px 3px;}
.product-grid > div > div {
	background-color:#FFF;
	vertical-align: top;
	margin:0;
	text-align:left;
	padding:10px;
	transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;

}
.product-grid > div > div:after{ clear:both; display:block; content:"";}
.product-grid > div:hover > div{z-index:2;} 
#column-left + #column-right + #content .product-grid > div {}
.product-grid .image {
	display: block;
	text-align:center;
	margin-bottom: 10px;
	position:relative;
}
.product-grid .image img {
	padding:0;
	border:none;
	max-width:100%;
	height:auto !important;


/*rust*/
/* -moz-transition: all 1s ease-out;
 -o-transition: all 1s ease-out;
 -webkit-transition: all 1s ease-out;
*/
}

/*rust*/
/*
.product-grid .image img:hover {
 -webkit-transform: scale(1.03);
 -moz-transform: scale(1.03);
 -o-transform: scale(1.03);

}
*/

.product-grid .name, .product-list .name{
	height:50px;
	line-height:16px;
	overflow:hidden;
	margin-bottom: 2px;
}
.product-grid .name a, .product-list .name a {
	font-size:14px;    
	text-decoration: none;
	
}
.product-grid .description {
	display: none;
}

.product-grid .price, .product-list .price {
	display: block;
	margin-bottom:10px;
	 padding-bottom:3px;
	 border-bottom:1px solid #e8e8e8;
	font-size:14px;
}
.product-grid .price-old, .product-list .price-old {
	color: #aaa;
	font-size:0.9em;
	font-weight:normal;
	text-decoration: line-through;
	white-space: nowrap;
}
.product-grid .price-new { 
margin-right:6px;
white-space: nowrap;
}
.product-grid .price .price-tax {
	display: none;
}
.product-grid .rating, .product-list .rating{ margin-bottom:3px;}
.product-grid .cart, .product-list .cart{
	display:inline-block;
    }

.product-grid .cart a:hover, .product-list .cart a:hover{
	 -webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;}
.product-grid .fastorder, .product-list .fastorder{
	display:inline-block;
	float:right;
	 }    
.product-grid .fastorder a, .product-list .fastorder a{ 
    display:block;
	width:28px;
	height:28px;
	text-align:center;
	line-height:28px;
	border-radius:2px;
		transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-webkit-transition: all 0.3s ease-out 0s;
	}
.product-grid .fastorder a:before, .product-list .fastorder a:before{
	content:  "\f095";
	font-family: FontAwesome;
	font-size:18px;
}
.product-grid .quick-view a:before, .product-list .quick-view a:before{
	content:  "\f002";
	font-family: FontAwesome;
}
.product-grid .wishlist a:before, .product-list .wishlist a:before{
	content:   "\f08a";
	font-family: FontAwesome;
	}	
.product-grid .compare a:before, .product-list .compare a:before{
	content:  "\f080";
	font-family: FontAwesome;
}		

.product-grid .wishlist, .product-grid .compare, .product-grid .quick-view{
	float:left;
	vertical-align:top;
	
	 }
.product-grid .wishlist a, .product-grid .compare a, .product-grid .quick-view a{
	display:block;
	width:28px;
	height:28px;
	text-align:center;
	line-height:28px;
}
.product-grid .wishlist a:hover, .product-grid .compare a:hover{}
.product-grid .wishcomp{
	position:absolute;
	z-index:3;
	right:0;
	bottom:-1px;
    opacity:0;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
}

.product-grid > div:hover .wishcomp{
	opacity:0.7;
}

.product-grid .list .image{ float:left; text-align:center; width:200px;}
.product-grid .list .list-right{ margin-left:220px;}
.product-grid .list .description{ 
  display:block;
  margin-bottom:10px;
  padding-bottom:10px;
	 border-bottom:1px solid #e8e8e8;}



/* Product */
.product-info {
	overflow: auto;
	margin-bottom: 20px;
}
.product-info > .left {
	float: left;
	margin-right: 15px;
}
.product-info > .left + .right {
	margin-left: 265px;
}
.product-info .image {
	padding: 20px;
	background-color:#FFF;
	border:1px solid #e8e8e8;
	position:relative;
	text-align: center;
}
.product-info .img-responsive {display: inline-block;}
.product-info .image-additional {
	overflow: hidden;
	margin-bottom:20px;
	padding:15px 0 10px 0;
	background-color:rgba(0,0,0,0.035);
}
.product-info .image-additional img {
	border: 1px solid #e8e8e8;
}
.product-info .image-additional a {
	display: inline-block;
}
.product-info .description {
	margin-bottom: 10px;
	background:#FFF;
	padding:15px;
	border:1px solid #e8e8e8;
	line-height: 20px;
}
.product-info .description > span:before {
	margin-right:10px;
   content: "\f138";
   font-family: FontAwesome;
}
.product-info .description a {
	text-decoration: none;
}
.product-info .description .outstock{
   display:inline-block; 
   font-weight:normal;
   padding:0 6px;
   margin-top:3px;
   margin-bottom:10px;
   border-radius:2px;
}
.product-info .description .outstock.no-stock{}
.product-info .price {
	overflow: auto;
	margin-bottom: 10px;
	font-size: 20px;
}

.product-info .price-old {
	text-decoration: line-through;
}
.product-info .price-new {
}
.product-info .price-tax {
	font-size: 12px;
	font-weight: normal;
	color: #4d4d4d;
	display:block;
}
.product-info .price .reward {
	font-size: 12px;
	font-weight: normal;
	color: #4d4d4d;
	display:block;
}
.product-info .price .discount {
	font-weight: normal;
	font-size: 12px;
	color: #4D4D4D;
	display:block;
}
.product-info .options {
	padding:15px 15px 0 15px;
	border:1px solid #e8e8e8;
	margin-bottom: 10px;
	background-color:#FFF;
}

.product-info .option2 {
	padding:0px 0px 0 0px;
	border:1px solid #e8e8e8;
	margin-bottom: 0px;
	background-color:#FFF;
}

.product-info .options textarea, .product-info .options input[type='text'], .product-info .options select{ width:100%;}
.product-info .options label{ font-weight:normal; margin-bottom:0; margin-top:4px; vertical-align:middle;}
.product-info .option-image {
	margin-top: 3px;
	margin-bottom: 10px;
}
.product-info .option-image label {
	display: block;
	margin-bottom:0;
	width: 100%;
	height: 100%;
}
.product-info .option-image img {
	border: 1px solid #CCCCCC;
	cursor: pointer;
}
.product-info .cart {
	padding:0 6px;
	margin-bottom: 20px;
	position:relative;
}
.product-info .cart .pull-left{ margin:10px 0;}
.product-info .cart:before, .product-info .cart:after{
    content: " ";
    display: table;}
.product-info .cart a.button{
	line-height:36px;
	margin:10px 4px;
	vertical-align:top;}	

.product-info .links{ display:inline-block; margin:10px; vertical-align:top;}
.product-info .links i{ margin-right:4px;}
.product-info .links div {
	display:block;
}

.product-info .cart-wishlist a, .product-info .cart-compare a{
	line-height:20px;
	text-decoration:none;	
}
.product-info .singleclick{ height:40px; overflow:hidden;}
.product-info .singleclick:before{
content:  "\f095";
	font-family: FontAwesome;
	font-size:18px;
	line-height:36px;
	}
.product-info .cart-wishlist:before{
	content:   "\f08a";
	font-family: FontAwesome;
	padding-right:5px;
	float:left;
	}	
.product-info .cart-compare:before{
	content:  "\f080";
	font-family: FontAwesome;
	padding-right:5px;
	float:left;
}
.product-info .cart-wishlist a:hover, .product-info .cart-compare a:hover{ text-decoration:underline;}
.product-info #decrease, .product-info #increase {
    display: block;
    width: 20px;
    height: 40px;
    cursor: pointer;
    font-size: 7px;
    line-height: 40px;
    text-align: center;
	background-color:transparent;
	border:none;
	font-size:20px;
}

.product-info #htop{ line-height:40px; height:40px; width:40px;}
.product-info .cart .minimum {
	padding:0 0 5px 10px;
	font-size: 11px;
}
.product-info .july_custicon{ margin-top:15px; margin-bottom:15px;}
.product-info .july_custicon img{ max-width:100%; height:auto;}
.product-info .july_custicon > div{ text-align:center;}
.product-info .july_custicon .july_custtitl{
	font-size:14px;
	line-height:16px;
	
}
.product-info .review {
  margin-top: 10px;
}
.product-info .review > div {
	line-height: 20px;
}
.product-info .review > div > span {}
.product-info .review .share {
	overflow: auto;
	line-height: normal;
	padding-bottom: 3px;
	padding-top: 8px;
}
.product-info .review .share a {
	text-decoration: none;
}
.carousel-tab-related{ position:relative;}
.carousel-tab-related .carousel-controls.jul-tabs{ top:-58px; right:-15px;}
.review-list {
	padding: 10px;
	overflow: auto;
	margin-bottom: 20px;

}
.review-list .author {
	float: left;
	margin-bottom: 20px;
}
.review-list .rating {
	float: right;
	margin-bottom: 20px;
}
.review-list .text {
	clear: both;
}
.attribute {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
.attribute thead td, .attribute thead tr td:first-child {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	background: #F7F7F7;
	text-align: left;
}
.attribute tr td:first-child {
	color: #000000;
	font-weight: bold;
	text-align: right;
	width: 20%;
}
.attribute td {
	padding: 7px;
	color: #4D4D4D;
	text-align: center;
	vertical-align: top;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}
.compare-info {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	margin-bottom: 20px;
	background-color:#FFF;
}
.compare-info thead td, .compare-info thead tr td:first-child {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	background: #F7F7F7;
	text-align: left;
}
.compare-info tr td:first-child {
	color: #000000;
	width:10%;
	font-weight: bold;
	text-align: right;
	background-color:#f8f8f8;
}
.compare-info td {
	padding: 7px;
	width: 20%;
	color: #4D4D4D;
	text-align: center;
	vertical-align: top;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}
.compare-info .name a {

}
.compare-info .price-old {
	text-decoration: line-through;
}
.compare-info .price-new {

}
/* wishlist */
.wishlist-info table {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
.wishlist-info td {
	padding: 7px;
}
.wishlist-info thead td {
	color: #4D4D4D;
	font-weight: bold;
	background-color: #F7F7F7;
	border-bottom: 1px solid #DDDDDD;
}
.wishlist-info thead .image {
	text-align: center;
}
.wishlist-info thead .name, .wishlist-info thead .model, .wishlist-info thead .stock {
	text-align: left;
}
.wishlist-info thead .quantity, .wishlist-info thead .price, .wishlist-info thead .total, .wishlist-info thead .action {
	text-align: right;
}
.wishlist-info tbody td {
	vertical-align: top;
	border-bottom: 1px solid #DDDDDD;
}
.wishlist-info tbody .image img {
	border: 1px solid #DDDDDD;
}
.wishlist-info tbody .image {
	text-align: center;
}
.wishlist-info tbody .name, .wishlist-info tbody .model, .wishlist-info tbody .stock {
	text-align: left;
}
.wishlist-info tbody .quantity, .wishlist-info tbody .price, .wishlist-info tbody .total, .wishlist-info tbody .action {
	text-align: right;
}
.wishlist-info tbody .price s {
	color: #F00;
}
.wishlist-info tbody .action img {
	cursor: pointer;
}
.login-content {
	overflow: auto;
}
.login-content .content{
	margin-bottom:20px;
	padding:15px;
	border:1px solid #e8e8e8;}
.login-content .left {
	float: left;
	width: 48%;
}
.login-content .right {
	float: right;
	width: 48%
}
.login-content .left .content, .login-content .right .content {
	min-height: 190px;
}
.account-menu >li >a{
	text-transform:uppercase;
	font-size:11px;}
.account-menu,.account-menu ul{ list-style:none;}
.account-menu ul a:before {
    display: inline-block;
	margin-right:6px;
    content: "\f138";
    font-family: FontAwesome;
	   transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
   }
.account-menu ul a:hover:before { margin-right:3px; padding-left:3px;}  
/* orders */
.order-list {
	margin-bottom: 10px;
}
.order-list .order-id {
	width: 49%;
	float: left;
	margin-bottom: 2px;
}
.order-list .order-status {
	width: 49%;
	float: right;
	text-align: right;
	margin-bottom: 2px;
}
.order-list .order-content {
	padding: 10px 0px;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}
.order-list .order-content div {
	float: left;
	width: 33.3%;
}
.order-list .order-info {
	text-align: right;
}
.order-detail {
	background: #EFEFEF;
	font-weight: bold;
}
/* returns */
.return-list {
	margin-bottom: 10px;
}
.return-list .return-id {
	width: 49%;
	float: left;
	margin-bottom: 2px;
}
.return-list .return-status {
	width: 49%;
	float: right;
	text-align: right;
	margin-bottom: 2px;
}
.return-list .return-content {
	padding: 10px 0px;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}
.return-list .return-content div {
	float: left;
	width: 33.3%;
}
.return-list .return-info {
	text-align: right;
}
.return-product {
	overflow: auto;
	margin-bottom: 20px;
}
.return-name {
}
.return-model {
}
.return-quantity {
}
.return-detail {
	overflow: auto;
	margin-bottom: 20px;
}
.return-reason{
	margin-bottom: 20px;
}
.return-opened label, .return-reason label {font-weight:normal;
}
.return-opened textarea {
	width:100%;
	height:120px;
}
.return-captcha {
	float: left;
}
.download-list {
	margin-bottom: 10px;
}
.download-list .download-id {
	width: 49%;
	float: left;
	margin-bottom: 2px;
}
.download-list .download-status {
	width: 49%;
	float: right;
	text-align: right;
	margin-bottom: 2px;
}
.download-list .download-content {
	padding: 10px 0px;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}
.download-list .download-content div {
	float: left;
	width: 33.3%;
}
.download-list .download-info {
	text-align: right;
}
/* cart */
.cart-info table {
	width: 100%;
	margin-bottom: 15px;
	border-collapse: collapse;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
}
.cart-info td {
	padding: 7px;
}
.cart-info thead td {
	color: #4D4D4D;
	font-weight: bold;
	background-color: #F7F7F7;
	border-bottom: 1px solid #DDDDDD;
}
.cart-info thead .image {
	text-align: center;
}
.cart-info thead .name, .cart-info thead .model, .cart-info thead .quantity {
	text-align: left;
}
.cart-info thead .price, .cart-info thead .total {
	text-align: right;
}
.cart-info tbody td {
	vertical-align: top;
	border-bottom: 1px solid #DDDDDD;
}
.cart-info tbody .image img {
	border: 1px solid #DDDDDD;
}
.cart-info tbody .image {
	text-align: center;
}
.cart-info tbody .name, .cart-info tbody .model, .cart-info tbody .quantity {
	text-align: left;
}
.cart-info tbody .quantity input[type='image'], .cart-info tbody .quantity img {
	position: relative;
	top: 4px;
	cursor: pointer;
}
.cart-info tbody .price, .cart-info tbody .total {
	text-align: right;
}
.cart-info tbody span.stock {
	color: #F00;
	font-weight: bold;
}
.cart-module > div {
	display: none;
}
.cart-total {
	border-top: 1px solid #DDDDDD;
	overflow: auto;
	padding-top: 8px;
	margin-bottom: 15px;
}
.cart-total table {
	float: right;
}
.cart-total td {
	padding: 3px;
	text-align: right;
}
/* checkout */
#confirm{ margin-bottom:15px;}
.checkout-heading {
	background: rgba(0,0,0,0.02);
	border: 1px solid #DBDEE1;
	padding: 8px;
	font-weight: bold;
	font-size: 13px;
	color: #555555;
	margin-bottom: -1px;
}
.checkout-heading a {
	float: right;
	margin-top: 1px;
	font-weight: normal;
	text-decoration: none;
}
.checkout-content {
	padding:15px;
	background-color:#fff;
	border:1px solid #e8e8e8;
	display: none;
	overflow: auto;
}
.checkout-content .left {
	float: left;
	width: 48%;
}
.checkout-content .right {
	float: right;
	width: 48%;
}
.checkout-content .buttons {
	clear: both;
}
.checkout-product table {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
.checkout-product td {
	padding: 7px;
}
.checkout-product thead td {
	color: #4D4D4D;
	font-weight: bold;
	background-color: #F7F7F7;
	border-bottom: 1px solid #DDDDDD;
}
.checkout-product thead .name, .checkout-product thead .model {
	text-align: left;
}
.checkout-product thead .quantity, .checkout-product thead .price, .checkout-product thead .total {
	text-align: right;
}
.checkout-product tbody td {
	vertical-align: top;
	border-bottom: 1px solid #DDDDDD;
}
.checkout-product tbody .name, .checkout-product tbody .model {
	text-align: left;
}
.checkout-product tbody .quantity, .checkout-product tbody .price, .checkout-product tbody .total {
	text-align: right;
}
.checkout-product tfoot td {
	text-align: right;
	border-bottom: 1px solid #DDDDDD;
}
.contact-info {
	overflow: auto;
	margin-bottom:15px;
}
.contact-mail .row input{ width:100%;}
.contact-info .left {
	float: left;
	width: 48%;
}
.contact-map{ overflow:hidden; margin-bottom:15px;}
.contact-info .right {
	float: left;
	width: 48%;
}
.sitemap-info {
	overflow: auto;
	margin-bottom: 40px;
}
.sitemap-info .left {
	float: left;
	width: 48%;
}
.sitemap-info .right {
	float: left;
	width: 48%;
}

/* footer */ 
#footer {
	clear: both;
	min-height: 100px;
}
#footer .column{margin-bottom:20px;}
#footer h3 {
	font-size: 14px;
	text-transform:uppercase;
	font-weight:normal;
	margin-top: 0px;
	margin-bottom: 8px;
}
#footer >.container{ padding-top:15px; padding-bottom:30px;}
#footer .payment-icon li{ display:inline-block; vertical-align:top; margin-right:10px;}

#footer .web-icon li{ display:inline-block; vertical-align:top; margin-right:4px;}
#footer .web-icon li a{ display:block;}
#footer ul {
	margin: 0px;
	padding:0;
	list-style:none;
}
#footer ul li {
	margin-bottom: 5px;
}
#footer a {
	text-decoration: none;
	 transition: 0.3s all ease 0s;
}
#footer .column a:before {
    display: inline-block;
	margin-right:6px;
    content: "\f138";
    font-family: FontAwesome;
	   transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
   }
#footer .column a:hover:before { margin-right:3px; padding-left:3px;}  
#footer  a:hover {
	text-decoration: none;
}
#frm_subscribe{ margin-bottom:20px; position:relative;}
#frm_subscribe .newsletter_footer_submit{
	position:absolute;
	top:0;
	right:0;
	z-index:2;}
#frm_subscribe input{ width:100%; margin-bottom:10px;}
#frm_subscribe .button{  text-decoration:none;}
#frm_subscribe .button:hover{}
#footer .contacts i{ float:left; font-size:15px;}
#footer .contacts span{ display:block; margin-left:20px; margin-bottom:10px;}

#footer .footer-product{ margin-bottom:20px;}
#footer .footer-product > div  >div{ 
   float:left; 
   margin:0 4px 4px 0;
   border:1px solid rgba(0,0,0,0.1);
   padding:0px;
   text-align:center;}
#footer .footer-product img{ margin-bottom:0px;} 
#footer .footer-product .image a{ display:block;} 
#footer .footer-product .name{ display:none; font-size: 12px;}
#footer .footer-product .price{display:none; color: #dd0314;font-size: 12px;}

#footer .custom-footer{ 
/*  border-top: 1px solid rgba(0,0,0,0.05); 
  border-bottom: 1px solid rgba(0,0,0,0.05); */
  padding-top:15px;
}
#footer .custom-footer >.container{padding-top:12px; /*padding-bottom:10px;*/}
#footer .custom-footer img{ float:left; margin-right:5px;}
#footer .custom-footer a{ text-decoration:none;}
.july_icontext:after {
    display: table;
    content: " ";
	clear: both;
}

#footer .footer-account{ padding:12px;border-radius:2px;}
#footer .footer-account a:hover{ text-decoration:underline;}
#footer .footer-account li{ display:inline-block;}
#footer .footer-account li:after{ content:"/"; padding:0 5px;}
#footer .footer-account li:last-child:after{ content:""; padding:0;}

.footer_widget_down {
	position:relative;
	transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
	margin:0px auto -20px;
    width: 28px;
    height:20px;
	line-height:20px;
    text-align: center;
    font-size: 18px;
    cursor: pointer;    
    z-index:10;
	background-color:rgba(0,0,0,0.12);
	color:#FFF;
  
}
.footer_widget_down:after{
	content: "\f106";
    font-family: FontAwesome;
}
.footer_widget_up:after{
	content: "\f107";
    font-family: FontAwesome;
}


#footer_widget_container {
    width: 100%;
    margin: 0 auto;
    display:none;
    overflow:hidden;
	padding-top:20px;
	border-top:1px solid #e8e8e8;
	background-color:#FFF;
}
#footer_widget_container .row > div{ overflow:hidden;}
#footer_widget_container .july_adress_ymaps{ overflow:hidden;}

#powered {
	padding:10px 0;
}
#powered a{ text-decoration:underline;}
#powered .schet-kod li{ float:right; margin-left:10px;}
/* banner */
.banner div {
	text-align: center;
	width: 100%;
	display: none;
}
.banner div img {
	margin-bottom: 20px;
}

/*carousel*/
.image-additional .carousel-inner{ text-align:center;}

.image-additional .carousel-inner img {
 display:inline;
	border: 1px solid #e8e8e8;
}

.carousel-controls.jul-tabs {
  position: absolute;
  top: -48px;
  right: 0px;
  z-index:12;
}
.carousel-controls.jul-slider {
  position: absolute;
  top:50%;
  margin-top:-21px;
  width:100%;
  z-index: 12;
  
}
.carousel-controls.jul-tabs .carousel-control.left.jul{right: 42px;left: auto;}
.carousel-controls.jul-tabs .carousel-control.right.jul{right:0; left: auto;}

.carousel-controls.jul-slider .carousel-control.left.jul{left:0px;}
.carousel-controls.jul-slider .carousel-control.right.jul{right:0px; }

.carousel-control.left{ background-position:top left;}
.carousel-control.right{background-position:top right ;}
.carousel-control.left.jul, .carousel-control.right.jul{
	width:42px;
	height:42px;
	display:block;
	transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
	position:absolute;
	background:rgba(255,255,255,0);
	text-shadow:none;
    opacity: 1;
	line-height:42px;
}
.carousel-control.right.jul:after{
	content: "\f105";
    font-family: FontAwesome;}
.carousel-control.left.jul:after{
	content: "\f104";
    font-family: FontAwesome;}	

.image-additional .carousel-controls.jul-slider{ margin-top:-14px;}
.image-additional .carousel-control.left.jul,.image-additional .carousel-control.right.jul{
	width:28px;
	height:28px;
	line-height:28px;
}
/************************Latest of categories******************************/ 
.subtab-show-img{ float:left; position:relative;}
.subtab-show-img + .box-content{ margin-left:206px;}
.subtab-show-img a:before, .subtab-show-img  a:after{
    position: absolute;
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}
.subtab-show-img a:before {
  border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0,1);
    transform: scale(0,1);
}
.subtab-show-img  a:after{
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: scale(1,0);
    transform: scale(1,0);
}
.subtab-show-img a:hover:after,.subtab-show-img a:hover:before {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
/*******************************Tipsy*************************************/ 
	
.tipsy { padding: 5px;
        font-size: 12px;
		font-family:Arial, Helvetica, sans-serif;
		 opacity: 1; 
		 filter: alpha(opacity=100); 
		 background-repeat: no-repeat;  
		 background-image: url(../image/tipsy.png);
		 }
  .tipsy-inner { padding: 5px 8px 4px 8px;background-color:#fff; color:#000; max-width: 200px; border:1px solid #4d4d4d; text-align: center; }
  .tipsy-inner { -moz-border-radius:3px; -webkit-border-radius:3px; }
  .tipsy-north { background-position: top center; }
  .tipsy-south { background-position: bottom center; }
  .tipsy-east { background-position: right center; }
  .tipsy-west { background-position: left center; }

  
.ctr{ display:block; clear:both;} 

/*Stickers*/
.july-stickers{ 
   position:absolute;
   top:0;
   left:-4px;}
.july-stickers div{
	background-position:left bottom;
	padding:2px 3px 5px 3px;
	max-width:100px;
	min-height:20px;
	font-size:10px;
	text-transform:uppercase;	
}
.july-stickers img{
  display:block; 
  margin-bottom:5px;}   
 /*For mobile*/
#column-left .boxclick, #column-right .boxclick{
position:absolute;
   right:12px;
   top:0px;
   width:100%;
   text-align:right;
   z-index:2;
   cursor:pointer;
   display:none;
}
#column-left .boxclick:before, 
#column-right .boxclick:before{
	content: "+";
	font-size:15px;
	font-weight:bold;
	line-height:46px;
	}
#column-left .boxclick.open:before, 
#column-right .boxclick.open:before{
	content: "-";
}
.left-menu .box-heading{ display:none;}

.zoomContainer{ z-index:1041;}
#fast_order_form.modal{ z-index:1042;}
#topcontrol {
    z-index: 21;
	width:28px;
	height:28px;
	text-align:center;
	line-height:28px;
}
#topcontrol:after{
	content: "\f106";
    font-family: FontAwesome;
	font-size:18px;
}
#column-left .col-lg-2, #column-left .col-lg-25, #column-left .col-md-4, #column-left .col-sm-6 , #column-right .col-lg-2, #column-right .col-lg-25,
#column-right .col-md-4, #column-right .col-sm-6{ width:100%;}
@media (min-width: 1200px) {
.product-grid > div.col-lg-25,
.box-product > div.col-lg-25,
.featur_categ div.col-lg-25,
.contactinfo .col-md-25{ width:20%; float:left;}
}
@media (min-width: 1200px) and (max-width: 1360px) {
	.july_subtabs .col-lg-3.col-md-6 .price-new, 
	.july_subtabs .col-lg-3.col-md-6 .price-old{ font-size:0.8em;}
}
@media (min-width: 992px) {
	.box-product > div.col-md-25{ width:20%; float:left;}
}
@media (max-width: 1200px) {
	.product-filter .sortoptions .list5, .product-filter .sortoptions .list4{ display:none;}
	
}

@media (max-width: 992px) {
	#header .cap-center #logo{ text-align:left; margin-top:0;}
	#header #cart{ margin-top:5px;}
	.topinfo .contactinfo{ margin-top:0;} 
	.topinfo.topinfosearch .contactinfo{ margin-top:10px;} 
	#header .topinfo #search{ margin-top:0;}
	#header .topinfo.cap-center #search{ margin-top:10px;}
	#header .topinfo.topinfosearch #search{ margin-top:20px; width:auto;}
	
	
	#column-left, #column-right{ float:none; width:auto;}
#column-left .box-heading, #column-right .box-heading{ border-bottom:2px solid rgba(0,0,0,0.08);}	
#column-left + #column-right + #content, #column-left + #content,  #column-right + #content , #content { margin-left:0px; margin-right:0px;}
#column-left .july_tabs, #column-right .july_tabs { display:none;} 
#column-left .boxclick, #column-right .boxclick{display:block;}
#column-left .box-content, #column-right .box-content { display:none;} 
.left-menu .box-heading{ display:block;}

	.product-filter .display{ display:none;}
	.product-grid .list .list-right{ margin-left:0px;}
    .product-grid .list .image{ float:none; text-align:center; width:auto;}

.box-product .wishcomp, .product-grid .wishcomp{opacity:0.7;}
.zoomContainer, .product-zoom {display: none !important;}
.subtab-show-img{ display:none;}
.subtab-show-img + .box-content{ margin-left:0;}
table.list .right, table.list .left{ padding:7px 2px; font-size:0.9em;}
.wishlist-info .image, .wishlist-info .model{ display:none;}
#content .content .left, #content .content .right{ float:none; width:auto;}
.return-quantity, .return-name, .return-model,
.return-reason, .return-opened, .return-captcha{ float:none; width:auto;}
}
@media (max-width: 768px) {
#top #welcome a span,#compare-total2 span{ display:none;}
#top #welcome a div, #compare-total2 div{ display:inline-block;}
#header #cart .content{ min-width:280px;}
#header #cart .content .button + .button{ margin-top:10px;}
#header #cart h4, #header #cart #cart-total{ display:none; }

.htabs.july_tabs a{ line-height:22px; font-size:1em;}
.product-info .links div {display:inline-block; margin-right:10px;}

.product-grid .cart a, .box-product .cart a{ line-height:40px; height:40px;}
.product-grid .fastorder a,.box-product .fastorder a{height:40px; width:40px; line-height:40px;}
#column-left .box .box-heading, #column-right .box .box-heading,
#column-left .htabs, #column-right .htabs{ margin-bottom:6px;}
.buttons .right, .buttons .left{ float:none;  text-align:center; margin-bottom:10px;}
.namecateg,.namecateg ul{ position:relative; height:auto; max-height:auto;}  
.namecateg li i{ display:none;}
.content select{ width:100%;}
.checkout-content .left, .checkout-content .right { float:none; width:100%;}
input.large-field, select.large-field{ width:100%;}

.table-responsive>.table>tbody>tr>td.name,
.table-responsive>.table>tbody>tr>td.description{ max-width:200px; white-space:normal;}
.sitemap-info .left, .sitemap-info .right{ float:none; width:100%;}
.manufacturer-list ul {width:50%;}
.category-info .image{ float:none; margin:0 0 15px 0;}
.product-grid  .col-xs-12, .box-product .col-xs-12 {width: 50%; float:left}

}
@media (max-width: 478px) {
    #cart .dropdown-menu {width:280px;}	
    #cart .dropdown-menu li > div {min-width: 100%;}
	.product-grid .col-xs-12, .box-product .col-xs-12 {width: 100%;}
}


#mobile-header {
    display: none;
	min-height:36px;
	margin-bottom:0px;
	padding:0;}
#mobile-header #responsive-menu-button{ display:block; /*text-align:center; */line-height:36px; font-size:15px; text-decoration:none; cursor:pointer;}
#navigation { display:block;}

.sidebarLeft{
  float: left;
  width: 90%;
  word-wrap: break-word;
  z-index: 1043;
  color: #fff;
  background-color: #272727; 
  position: absolute;
  top: 0;
  bottom: 0;  
  left:0;
  display:none;
   }

.sidebarLeft ul {
	margin:40px 0 0 0;
	padding-left:10px;
    width: 100%; 
    list-style:none;
    background-color: #272727;
 }
.sidebarLeft ul a { width: 100%; position: relative; }

.sidebarLeft ul li{display:block;margin:0;line-height:40px;border-top:1px solid #484848; position:relative; padding-right:0px;}

.sidebarLeft ul li:hover,.sidebarLeft ul li.active{}

.sidebarLeft ul li a:hover{ background-color:rgba(0,0,0,0.2);}
.sidebarLeft ul li .enterkabinet a:hover{ background-color:transparent;}
.sidebarLeft ul li a{padding:0;display:block;text-decoration:none;color:#fff;}
.sidebarLeft .style-accaunt-m  ul li a{ display:inline;}
.sidebarLeft .style-accaunt-m div{ float:left;}	
.sidebarLeft ul li span{padding:0;display:inline-block;text-decoration:none;color:#fff;}
.sidebarLeft ul li img, .sidebarLeft .product-grid .image img{ max-width:60px; height:auto !important;}
.sidebarLeft ul li ul{border-bottom:none;margin:0; padding:0 0 0 10px;}


.sidebarLeft ul li ul li:last-child{border-bottom:none}

.sidebarLeft ul li ul li.active{border-top:none;}
.sidebarLeft ul li li li{padding-right:0px;}

.sidebarLeft ul li ul li a,.sidebarLeft ul li ul li span{color:rgba(255,255,255,0.8);padding-left:10px}
.sidebarLeft .enterkabinet ul li{padding:15px 0;}
.sidebarLeft label{font-size:13px}
.sidebarLeft input[type="text"],.sidebarLeft input[type="password"],.sidebarLeft input[type="date"],.sidebarLeft input[type="email"],.sidr input[type="number"],.sidebarLeft input[type="search"],.sidebarLeft input[type="tel"],.sidebarLeft input[type="time"],.sidebarLeft input[type="url"],.sidebarLeft textarea,.sidebarLeft select{width:100%;font-size:13px;padding:5px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin:0 0 10px;-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px;border-radius:2px;border:none;background:rgba(0,0,0,0.2);color:rgba(255,255,255,0.6);display:block;clear:both; height:40px;}
.sidebarLeft input[type=checkbox]{width:auto;display:inline;clear:none}

.sidebarLeft .submenu { display:none;}
.sidebarLeft .arrow{ 
    display:block;
	width:40px; 
	height:40px; 
	cursor:pointer; 
	position:absolute; 
	right:0px; 
	top:0px; 
	z-index:10;
	background:url(../image/plus_minus.png) top center;}
.sidebarLeft .arrow.open{ background:url(../image/plus_minus.png)bottom center;}	
.sidebarLeft .close{ 
     display:block; 
	 width:40px; 
	 height:40px; 
	 cursor:pointer; 
	 position:absolute; 
	 right:0px; 
	 top:0px;
	 opacity: 1; */
    filter: alpha(opacity=100);
	 background:url(../image/sidr-close.png) center center;}
.sidebarLeft .sale{ display:none;}	 
.sidebarLeft .first > a, .sidebarLeft .first > span{ font-size:15px;}
.sidebarLeft .july-menubrand img{ display:none;}
.sidebarLeft .img-category,  .sidebarLeft .allcategory-img{ display:none;}
.sidebarLeft .name, .sidebarLeft .price{ display:none;}
.sidebarLeft .product-grid > div{ display:inline-block; margin:0 10px 10px 0; width:auto;}
.sidebarLeft .product-grid > div> div{ padding:0;}

/*menu icons*/
#menu > ul > li .jl-icon img,
.july_menu_container > ul > li .jl-icon img{margin:0 auto; padding:0; vertical-align:middle; max-width:100%; height:auto;} 
#menu > ul > li.ic-top > a,
.july_menu_container > ul > li.ic-top > a{ padding:10px 0;}
#menu > ul > li.ic-top .jl-icon,
.july_menu_container > ul > li.ic-top .jl-icon{ display:block; margin-bottom:5px; line-height: normal;}
#menu > ul > li.ic-left .jl-icon,
.july_menu_container > ul > li.ic-left .jl-icon{display:inline-block; padding-right:5px;}
#menu > ul > li.ic-left .jl-icon{padding-left:5px;}
.fixed #menu > ul > li.ic-left .jl-icon i{ position:fixed; top:8px;}
.fixed #menu > ul > li.ic-left .jl-icon{ padding-right:35px;}
#menu > ul > li.ic-left, #menu > ul > li.ic-left > a,
.july_menu_container > ul > li.ic-left, .july_menu_container > ul > li.ic-left > a{ text-align:center;}
#menu > ul > li.ic-left a,
.july_menu_container > ul > li.ic-left a{ display:inline-block; vertical-align:middle; width:auto; }
#menu > ul > li.ic-left ul a,.july_menu_container > ul > li.ic-left ul{text-align:left;}
#menu > ul > li.ic-left > a, .july_menu_container > ul > li.ic-left > a { display:block;}
#menu > ul > li.ic-left .jl-icon i,
.july_menu_container > ul > li.ic-left .jl-icon i{ padding:0; background:transparent;}
	.jl-icon i {
		position: relative;
		display:inline-block;
		margin:0 auto;
		padding:0.2em 0.2em;
		border-radius: 50%;
		line-height:1em;	
		box-shadow: 0 0 0 20px transparent;
		background: rgba(255,255,255,0.1);
		-webkit-transform: translate3d(0, 0, 0);
		-moz-transform: translate3d(0, 0, 0);
		-o-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		-webkit-transition: box-shadow .6s ease-in-out;
		-moz-transition: box-shadow .6s ease-in-out;
		-o-transition: box-shadow .6s ease-in-out;
		-ms-transition: box-shadow .6s ease-in-out;
		transition: box-shadow .6s ease-in-out;
	}	
	
	 li:hover .jl-icon i,
	 li:active .jl-icon i,
	 li:focus .jl-icon i {	
	   background: rgba(255,255,255,0.1);	
		box-shadow: 0 0 0 0 rgba(255,255,255,0.2);
		-webkit-transition: box-shadow .4s ease-in-out;
		-moz-transition: box-shadow .4s ease-in-out;
		-o-transition: box-shadow .4s ease-in-out;
		-ms-transition: box-shadow .4s ease-in-out;
		transition: box-shadow .4s ease-in-out;
	}
#menu > ul > li.ic-top > a > span.jl-text,
.july_menu_container > ul > li.ic-top > a > span.jl-text{line-height:18px; display:block;}	

.july_menu_container > ul > li > .submenu.enterkabinet{min-width:30%;}
.july_menu_container > ul > li > .submenu.enterkabinet li{ padding:15px;}
#menu .submenu.product-grid{width:100%; left:0;}
#menu .submenu.product-grid > div{ display:block; float:left;} 
#menu .submenu.product-grid > div > div{ }
#menu > ul > li> .submenu > ul.row > li{ padding:0 5px 15px 5px; display:table-cell; float:none}
#menu .product-grid .price{ border:none; margin-bottom:0;}
.july-menubrand li { }
.july-menubrand li img{ display:block; margin-bottom:10px;}

/*отображение по столбцам*/
#menu > ul > li> .submenu.all-table > ul.allcategory-sub{ display:table-row;}
#menu > ul > li> .submenu.all-table > ul.allcategory-sub > li{ display:inline-block;  vertical-align:top; margin-right:-4px;}


#menu > ul > li> .submenu.all-table > ul.allcategory-sub.md-1 > li{ width:100%;}
#menu > ul > li> .submenu.all-table > ul.allcategory-sub.md-2 > li{ width:50%;}
#menu > ul > li> .submenu.all-table > ul.allcategory-sub.md-3 > li{ width:33.33%;}
#menu > ul > li> .submenu.all-table > ul.allcategory-sub.md-4 > li{ width:25%;}
#menu > ul > li> .submenu.all-table > ul.allcategory-sub.md-5 > li{ width:20%;}
#menu > ul > li> .submenu.all-table > ul.allcategory-sub.md-6 > li{ width:16.66%;}
#menu > ul > li> .submenu.all-table > ul.allcategory-sub.md-7 > li{ width:14.28%;}
#menu > ul > li> .submenu.all-table > ul.allcategory-sub.md-8 > li{ width:12.5%;}

/*view theme*/

#menu > ul > li> .submenu.allcategory{ margin:0; padding:0; }

#menu .allcategory-img{ text-align:center;}

#menu > ul > li> .submenu.allcategory > ul { display:block; width:220px;  padding:0; }

#menu > ul > li> .submenu.allcategory > ul > li{ 
  position:static;
  z-index:1;
  display:block;
  margin:0;
  padding:0;
 
  }
#menu > ul > li> .submenu.allcategory  > ul > li > a  {
	 margin-bottom:0; 
	 padding:6px 15px 6px 10px;}
#menu > ul > li> .submenu.allcategory  > ul > li > .arrow{
	  display:block;
	  position:absolute;
	  right:10px;
	  margin-top:-25px;
	  }
#menu > ul > li> .submenu.allcategory .submenu  .arrow:before{ content:none;}	  
#menu > ul > li> .submenu.allcategory  > ul > li >  .arrow:before{
	content: "\f105";
   font-family: FontAwesome;
    color:#9f9f9f;
}


#menu > ul > li> .submenu.allcategory > ul > li > .submenu{
	position: absolute;
    left: 220px;
    top: 0;
    height: 100%;
    width: 100%;
	padding:0;
	margin:0;
    display: none;
	box-shadow: 4px 4px 9px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 4px 4px 9px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 4px 4px 9px rgba(0, 0, 0, 0.15);
	
}
#menu > ul > li> .submenu.all-table > ul > li{ border-bottom:none; margin-bottom:15px;}
#menu > ul > li> .submenu.allcategory > ul > li.hover > a{}
#menu > ul > li> .submenu.allcategory > ul > li.hover > .submenu{display:table; padding:0 22px;}
#menu > ul > li> .submenu.allcategory > ul > li > .submenu > ul{
	padding:15px 8px;
	display: table-cell;
	min-width:180px;
	vertical-align:top;
}
#menu > ul > li> .submenu.allcategory .submenu .submenu,
#menu > ul > li> .submenu.allcategory .submenu li:hover .submenu{
	position:relative;
	left:auto;
	opacity:1;
	box-shadow: none;
	min-width:180px;
	padding:6px 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;}

#menu > ul > li> .submenu.allcategory .submenu .submenu li{ display:inline-block; vertical-align:top; margin-right:3px; padding:0;} 
#menu > ul > li> .submenu.allcategory .submenu .submenu li:after{ content:"/";font-family: FontAwesome; font-size:0.8em; margin-left:5px;}
#menu > ul > li> .submenu.allcategory .submenu .submenu li:last-child:after{ content:none;}
#menu > ul > li> .submenu.allcategory .submenu .submenu li a{ text-decoration:underline;} 
#menu > ul > li> .submenu.style-accaunt-m > ul > li > a{padding:0; display:inline-block;min-width:auto;}

/*left-menu*/
.left-menu .box-category .accordeon_plus{ display:none;}
.box-category .movpanel_plus {
	position: absolute;
	text-align:center;
	right: 0px;	
	top:0;
	width: 30px;
	cursor:pointer;
	z-index:2;
}

.left-menu .box-category .movpanel_plus:after{
	display:block;
	content: "\f105";
    font-family: FontAwesome; 
	line-height:38px;
   color:#9f9f9f;
}
#column-right .left-menu .box-category .movpanel_plus:after{content: "\f104";}
.left-menu .box-category ul .movpanel_plus:after{ line-height:28px;}
.accordeon_subcat.style-accaunt-m  ul li a{ display:inline;}
.accordeon_subcat.style-accaunt-m div{ float:left;}	

.left-menu li.ic-left .jl-icon{display:inline-block;  margin-right:5px;}
.left-menu li.ic-top .jl-icon{ display:block; margin-bottom:5px;}
.left-menu li.ic-top{ text-align:center;}

ul.box-category  li.custom-left-m ul{ display:block;}

.left-menu ul.box-category  li > .accordeon_subcat{
	position:absolute;
	display:none;
	text-align:left;
	background-color:#FFF;
	 border: 1px solid rgba(0,0,0,0.15);
	box-shadow: 0 4px 9px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 4px 9px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 4px 9px rgba(0, 0, 0, 0.15);
   top:0;
   padding:10px;
   z-index:13;
 }
.left-menu ul.box-category  li > .accordeon_subcat > ul{ display:block;}
#column-left .left-menu ul.box-category > li > .accordeon_subcat {left:99%;}  
#column-right .left-menu ul.box-category > li > .accordeon_subcat {right:99%;}
.left-menu ul.box-category  li:hover > .accordeon_subcat{ display:block;}

#column-right .left-menu ul.box-category ul .accordeon_subcat{ right:96%; top:-16px;}
.left-menu ul.box-category .style-accaunt-m > li > a{ display:inline-block;}
.left-menu ul.box-category > li ul > li > a { padding-left:12px;}
.left-menu ul.box-category > li ul.style-accaunt-m > li > a{ padding:0; width:auto;}
@media (min-width: 993px) {	
#column-left .left-menu ul.box-category ul .accordeon_subcat{ left:80%; top:-16px;}
.left-menu ul.box-category  li > .accordeon_subcat{ width:280px;}
}

 /**********************container menu********************************/
  .july_modul.july_menu_container{ 
  display:table; 
  width:100%; 
  margin-bottom:15px;
   border:1px solid rgba(0,0,0,0.035);}
 .july_modul.july_menu_container > ul{	
	margin:0;
	padding:0;
	width:100%;
	display: table-row;
 }


.july_modul.july_menu_container  ul{list-style:none; }
.july_modul.july_menu_container .custom-left-m ul{padding:0px; margin:0;}
.july_modul.july_menu_container > ul > li {
	text-align:center;
	display: table-cell;
	vertical-align:top;	
	position:relative;
	min-height:38px;
	
}
.july_modul.july_menu_container > ul > li > a{
	font-family:'Roboto', Arial, Helvetica, sans-serif;
	line-height:24px;
	display:block;
	text-align:center;
	padding:7px 5px;}
.july_modul.july_menu_container > ul > li.ic-left > a .jl-text{ display:block; text-align:left;}
.july_modul.july_menu_container > ul > li.ic-left .jl-icon{ float:left; display:block;}

.july_modul.july_menu_container .accordeon_plus{ display:none;}
.july_modul.july_menu_container .accordeon_plus,
.july_modul.july_menu_container .movpanel_plus {
	position: absolute;
	text-align:center;
	right: 0px;
	top: 0px;
	width: 30px;
	height: 38px;
	cursor:pointer;
	z-index:2;
}
.july_modul.july_menu_container ul ul .accordeon_plus:after{ line-height:28px; height: 28px;}
.july_modul.july_menu_container .accordeon_plus:after{
	content:   "+";
	font-size:15px;
	display:block;
	font-weight:normal;
   line-height:38px;
   color:#9f9f9f;
}
.july_modul.july_menu_container .accordeon_plus:hover:after{}
.july_modul.july_menu_container .accordeon_plus.open:after{
	content:   "-";}

.july_modul.july_menu_container .movpanel_plus:after{
	display:block;
	content: "\f105";
    font-family: FontAwesome; 
	line-height:28px;
   color:#9f9f9f;
}

.july_modul.july_menu_container  li > .accordeon_subcat{	
	position:absolute;
	display:none;
	text-align:left;
	border: 1px solid rgba(0,0,0,0.15);
	box-shadow: 0 4px 9px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 4px 9px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 4px 9px rgba(0, 0, 0, 0.15);
   padding:10px;
   z-index:1042;
   width:280px;}
.july_modul.july_menu_container  li > .accordeon_subcat li{
	position:relative;
	}
.july_modul.july_menu_container  li > .accordeon_subcat li	a {
    text-decoration: none;
    position: relative;
    padding: 5px 12px 5px 12px;
    display: block;
}
.july_modul.july_menu_container  li > .accordeon_subcat li > a:hover {}
.july_modul.july_menu_container .accordeon_subcat .accordeon_subcat{ left:80%; top:-15px;}
.july_modul.july_menu_container  li:hover > .accordeon_subcat{ display:block;}

.july_modul.july_menu_container li > .accordeon_subcat.style-accaunt-m > li > a{ display:inline-block; padding:0;}

.july_modul.july_menu_container .accordeon_subcat.july-menubrand{ width:auto;}
.july_modul.july_menu_container .accordeon_subcat.july-menubrand li ul {
	display: table-cell;
    vertical-align: top;
    min-width: 150px;
	margin:0;
	padding:0}
@media (max-width: 1200px) {
	#menu > ul > li.ic-left .jl-icon{ display:none;}
}
@media (max-width: 992px) {	
    #mobile-header {
        display: block;
		z-index:20;
    }
	#navigation { display:none;}
.july_menu_container > ul > li.ic-top > a > span.jl-text{display:inline-block; vertical-align:middle;}
.july_menu_container > ul > li.ic-top .jl-icon{ display:inline-block; margin:0 5px 0 0;}
 .july_modul.july_menu_container > ul{ float:none;}
 .july_modul.july_menu_container > ul > li { display:block; text-align:left;}
 .july_modul.july_menu_container > ul > li > a{ padding-left:10px; padding-right:30px; display:block; text-align:left;}
 .july_modul.july_menu_container  li > .accordeon_subcat li	a {padding-right: 30px;}
 .july_modul.july_menu_container > ul > li + li{  border-top: 1px solid rgba(0,0,0,0.1);}
  .july_modul.july_menu_container .accordeon_plus{ display:block;}	
  .july_modul.july_menu_container .movpanel_plus{ display:none;}
  .july_modul.july_menu_container  li >.accordeon_subcat{ 
   position:relative;
   border:none;
   box-shadow:none;
  -moz-box-shadow:none;
  -webkit-box-shadow:none;
   padding:0 0 10px 0;
   margin-left:0;
   width:auto;
   }	
  .july_modul.july_menu_container  li:hover > .accordeon_subcat{ display:none;overflow:hidden;}
  .left-menu ul.box-category ul .accordeon_subcat{ left:auto; top:auto;}
  .july_modul.july_menu_container  .accordeon_subcat .accordeon_subcat {
	  background-color: rgba(0,0,0,0.035);
	  left:auto;
	  top:auto;}
  .july_modul.july_menu_container .style-accaunt-m > li { padding:15px;}

  .left-menu .box-category .accordeon_plus{ display:block;}	
  .left-menu .box-category .movpanel_plus{ display:none;}
   #column-left .left-menu ul.box-category > li > .accordeon_subcat {left:auto;}  
   #column-right .left-menu ul.box-category > li > .accordeon_subcat {right:auto;}
  .left-menu ul.box-category  li >.accordeon_subcat{ 
   position:relative;
   border:none;
   box-shadow:none;
  -moz-box-shadow:none;
  -webkit-box-shadow:none;
   min-width:120px;
   padding:0 0 10px 0;
   }	
  .left-menu ul.box-category  li:hover > .accordeon_subcat{ display:none;}
  .left-menu ul.box-category ul .accordeon_subcat{ display:nonе;}
  .left-menu ul.box-category ul .accordeon_subcat{ left:auto; top:auto;}
  .left-menu ul.box-category ul  li > .accordeon_subcat {background-color: rgba(0,0,0,0.035);}
  .left-menu ul.box-category .style-accaunt-m > li { padding:15px;}
  
}
  
 body {
	background-color:#F6F7F8;
	color:#888;
}
h1 { color:#4A5456;}
h2 { color: #4A5456;}
a {color: #4A5456;}
a:hover, .breadcrumb a:hover {color:#b09e66;}
h3, .title_h3 {color: #4A5456;}
/* layout */
.july-white{
	background-color:#fff;
	border:1px solid #e8e8e8;
}
/* header */
#top {background: #737f81;}
#top .contactinfo, #top .contactinfo a{color:#ddd;}
#top #welcome a div, #compare-total2 div{ background:#ddd; color:#737f81;}
#header {background-color:#fff;}
#header .toplink > div{ color: #ddd;}
#header .toplink > div > a{ color:#ddd;}
#header .toplink > div > a:hover{ color:#fff;}

#header #cart .heading > a {color:#000;}

#header #cart .heading a > div {
	border:5px solid #000;
	background-color: #fff;
}
#header #cart .heading a #cart-top-fixed{ 
   	background-color: #b09e66;
	color: #fff;
	}

#header .button-search {color:#000;}
#header .topinfo .button-search { color:#000;}
#header #search input {
	color:#333;
	border: 1px solid #000;
    background:#FFF;
}
#header .topinfo #search input{border: 1px solid #000; background:#fff;}

#header .links a {color: #ddd;}

#header #top .top_search_down{ 
    color: #444;
	background-color:#FFF;
	}	

/* menu */

#menu{ background-color:#fff;}
.menufix{ border-top:1px solid rgba(0,0,0,0.08); border-bottom:1px solid rgba(0,0,0,0.08);}
/*Link 1 menu*/
#menu > ul > li > a{
	color: #4A5456;
}

/*dropdown box*/

#menu > ul > li > div {
	background: #f4f4f4;
}
#menu > ul > li > a:hover, #menu > ul > li:hover, #menu > ul > li:hover > a{ background-color:#4A5456; color:#fff;}
/*arrow submenu*/
#menu > ul > li> .submenu .submenu  .arrow:before{
    color:#4a5456;
}

/*Link 2submenu*/
#menu > ul > li > div > ul{
	background-color:#FFF;
}
#menu > ul > li> .submenu > ul > li > a, #menu > ul > li> .submenu > ul > li{ 
  color:#4A5456; 
}

#menu > ul > li> .submenu .submenu a,
#menu > ul > li> .submenu.allcategory .submenu .submenu li:after {
	 color:#737f81; 
}
#menu > ul > li> .submenu > ul > li > a:hover,
#menu > ul > li> .submenu .submenu a:hover{  
  color:#b09e66;}
 

/*Link 3submenu*/
#menu > ul > li> .submenu .submenu .submenu{
	background: #fff;}


/*account menu*/

.button.registr, .sidr input.sidr-class-button.sidr-class-registr{ background-color:#4A5456; color:#FFF;}

#mobile-header{background-color: #fff;}
#mobile-header #responsive-menu-button{color:#000;}	
#menu .submenu.product-grid > div > div{ background-color:#fff;}
#menu > ul > li> .submenu.allcategory{ background-color:#f4f4f4;}
#menu > ul > li> .submenu.allcategory  > ul {background:transparent;}
#menu > ul > li> .submenu.allcategory > ul > li > .submenu{background-color:#FFF;}
#menu > ul > li> .submenu.allcategory > ul > li.hover > a{
	background-color: #fff;
	color:#b09e66;
}
.july_modul.july_menu_container > ul > li {background-color:#FFF;}
.july_modul.july_menu_container > ul > li > a{color: #4A5456;}
.july_modul.july_menu_container > ul > li > a:hover{color: #b09e66;}
.july_modul.july_menu_container .accordeon_plus:hover:after{ background-color:#b09e66; color:#fff;}
.july_modul.july_menu_container  li > .accordeon_subcat{background-color:#FFF;}
.july_modul.july_menu_container  li > .accordeon_subcat li	a { color: #4a5456;}
.july_modul.july_menu_container  li > .accordeon_subcat li > a:hover { color: #b09e66; background-color:#f8f8f8;}
/*************************************************/	
.breadcrumb a {
color:#666;
}

.pagination .links a{
	background:#FFF;
	color:#b09e66;
}

.pagination .links b, .pagination .links a:hover  {
	background: #b09e66;
	color:#FFF;
}

/* button */
a.button, input.button, button.button, .sidr input.sidr-class-button {
	color: #FFFFFF;
	background-color: #737f81;
}

a.button:hover, input.button:hover, button.button:hover,.sidr input.sidr-class-button:hover {
	background-color:#b09e66;
	color:#FFF;
}

.htabs, .box.july_subtabs .box-heading {	}
.htabs a, .htabs li {color: #4A5456; border-bottom: 2px solid rgba(0,0,0,0);}

.htabs a.selected, .htabs a:hover, .htabs .active a{
 color: #b09e66;
 border-bottom: 2px solid #b09e66;
}
.htabs .subtab-show-all{color: #4A5456;}

/* box */

.box .box-heading {
    color: #4A5456;
}
.box .box-heading a{color: #4A5456;}

/* box products */

.box-product > div:hover > div{
	-webkit-box-shadow: 0px 0px 1px 1px #b09e66 inset ;
	-moz-box-shadow: 0px 0px 1px 1px #b09e66 inset ;
	box-shadow:inset 0px 0px 1px 1px #b09e66;
	}

.box-product .name a {
    color: #4A5456;	
}
.box-product .name a:hover{ color:#b09e66;}

.box-product .price {
	color: #b09e66;
}
.box-product .price-old {
	color: #aaa;
}

.box-product .cart a{
	 background-color:#737f81;
	 color:#FFF; } 
   .box-product .cart a:hover{
	   background-color:#b09e66;
	   color:#FFF;
	 }
   
.box-product .fastorder a{background-color:#F6F7F8;color:#737f81;}
.box-product .quick-view a:hover, .box-product .fastorder a:hover,
.box-product .wishlist a:hover, .box-product .compare a:hover{background-color:#b09e66;color:#fff;}

.box-product .wishlist a, .box-product .compare a, .box-product .quick-view a{
	background-color:#FFF;
    color:#4A5456;	
}


/*tab small category*/
.namecateg li a:hover{ color:#b09e66;}

/* box category */
ul.box-category{	
  background:rgba(0,0,0,0.025);
}
ul.box-category ul {
	background-color: #fff;	
}
ul.box-category > li{ 
  background-color: #fff;	
}


ul.box-category > li > a {
	color: #4A5456;
	
}

ul.box-category > li > a.active, ul.box-category > li> a:hover,
ul.box-category > li > a.active + .accordeon_plus:after, .box-category > li > a:hover + .accordeon_plus:after,
.left-menu .box-category li:hover > .movpanel_plus:after {
	background-color:#b09e66;
	color:#FFF;
}

ul.box-category > li > ul { background-color:#FFF;}

ul.box-category > li ul > li > a {
    color: #737f81;
}
ul.box-category > li ul > li > a.active{ color: #b09e66;}
ul.box-category > li ul > li > a:hover { color: #b09e66;background-color:#f8f8f8}

.box-category .accordeon_plus:after{
   color:#9f9f9f;
}
.box-category .accordeon_plus:hover:after{ background-color:#b09e66; color:#FFF;}


/* category */

.accordeon_plus_refine:after{
   color:#9f9f9f;
}

/* product */


.product-compare a:hover{ background:#b09e66; color:#FFF;}

.product-grid > div:hover > div, .product-list.row > div:hover > div{
	-webkit-box-shadow: 0px 0px 1px 1px #b09e66 inset ;
	-moz-box-shadow: 0px 0px 1px 1px #b09e66 inset ;
	box-shadow:inset 0px 0px 1px 1px #b09e66;
	} 

.product-grid .name a, .product-list .name a {
	color: #4A5456;	
}
.product-grid .name a:hover, .product-list .name a:hover{ color:#b09e66;}

.product-grid .price, .product-list .price {
	color: #b09e66;
}
.product-grid .price-old,.product-list .price-old {
	color: #aaa;
}

.product-grid .cart a, .product-list .cart a{ 
       background-color:#737f81;
	   color:#FFF;
   } 
.product-grid .cart a:hover, .product-list .cart a:hover{
	   background-color:#b09e66;
	   color:#FFF;
	}
	
.product-grid .fastorder a, .product-list .fastorder a{background-color:#F6F7F8;color:#737f81;}
.product-grid .quick-view a:hover, .product-grid .fastorder a:hover,
.product-list .quick-view a:hover, .product-list .fastorder a:hover,
.product-grid .wishlist a:hover, .product-grid .compare a:hover,
.product-list .wishlist a:hover, .product-list .compare a:hover{background-color:#b09e66; color:#FFF;}

.product-grid .wishlist a, .product-grid .compare a,
.product-list .wishlist a, .product-list .compare a,
.product-grid .quick-view a,.product-list .quick-view a{
	background-color:#FFF;
    color:#4A5456;	
}


/* Product */

.product-info .description > span:before {
   color:#b09e66;
}
.product-info .description .outstock {
	 background-color: #adc36d;
	 color:#fff;}
.product-info .description .outstock.no-stock{
	background-color: #880000;
	color:#fff;
}
.product-info .price {
	color: #b09e66;
}
.product-info .price-old {
	color:#888;
}
.product-info .price-new {}
.product-info .cart {
	background-color: #737f81;
	color: #fff;
}

.product-info .cart a.button{
	background-color: #737f81;
	color:#fff;
	border:2px solid #fff;
	}	
.product-info .cart a.button:hover{
	background-color:#FFF;
	color:#b09e66;	
}

.product-info .cart-wishlist a, .product-info .cart-compare a{color:#FFF;	}

.product-info #decrease, .product-info #increase {color: #fff;}
.product-info .cart .minimum {color: #fff;}

.product-info .review > div > span {color: #38B0E3;}
.product-info  .july_custtitl {color: #4A5456;	}
/* cart */

/* checkout */
.checkout-heading {
	background: rgba(0,0,0,0.02);
	border: 1px solid #DBDEE1;
	color: #555555;
}

#footer {color:#737f81; background-color:#f8f8f8;}

#footer h3 {color: #4A5456;}

#footer a {
	color: #737f81;
}

#footer  a:hover {
	color:#b09e66;
}

#frm_subscribe .button{ color:#fff;}
#frm_subscribe .button:hover{background:#b09e66; color:#fff;}

#footer .custom-footer{ 
  background-color:#eee;
  color:#737f81;}
 #footer .custom-footer a{color:#737f81;}
#footer .footer-account{ background:#eee;}
#footer .footer-account h3, #footer .footer-account a{}


.footer_widget_down:hover{background-color: #b09e66;color:#fff;}

#footer_widget_container {
	background-color:#FFF;
}

#powered {
	color:#f4f4f4;
	background-color:#737f81;
}
#powered a, #powered a:hover{color:#f4f4f4;}


/*carousel*/
.carousel-control.left.jul,.carousel-control.right.jul,
.jcarousel-skin-opencart .jcarousel-prev-horizontal, .jcarousel-skin-opencart .jcarousel-next-horizontal { color:#737f81; background-color:#f2f2f2;}
.carousel-control.left.jul:hover,.carousel-control.right.jul:hover,
.jcarousel-skin-opencart .jcarousel-prev-horizontal:hover, .jcarousel-skin-opencart .jcarousel-next-horizontal:hover,
.julyslider .carousel-controls.jul-slider .carousel-control.left.jul:hover,
.julyslider .carousel-controls.jul-slider .carousel-control.right.jul:hover,
.slideshow .nivo-directionNav a:hover{ background-color:#b09e66; color:#FFF;}

.julyslider .carousel-controls.jul-slider .carousel-control.left.jul,
.julyslider .carousel-controls.jul-slider .carousel-control.right.jul,
.slideshow .nivo-directionNav a{color:#4a5456; background:rgba(255,255,255,0.2);}

/*Stickers*/

.july-stickers div{
	color:#fff;	
}
  
 /*For mobile*/
#column-left .boxclick:before, 
#column-right .boxclick:before{
	color:#888;
	}

#topcontrol {background-color:#b09e66;color:#FFF;}
#topcontrol:hover{background-color: #b09e66;color:#fff;}
/*News
*******************************************/
.heading_news_mod a {color: #b09e66;}
.heading_news_mod a:hover{color: #b09e66;}
.datepost{color:#b09e66;}

/*Module categories*/
.featur_categ .vtabs .link-category a.text-category{color:#4A5456;}
.featur_categ .vtabs .link-category a.text-category:hover{color:#b09e66;}
.featur_categ .vtabs .link-category a.transzone{background-color:#b09e66; color:#fff;}
.featur_categ .sub-category{ background-color:#F6F7F8;}
.featur_categ .sub-category a{color:#4a5456;}
.featur_categ .sub-category a:hover{color:#b09e66;}

.julyslider .july-titleslider, .julyslider .july-titleslider a{color: #b09e66;}
.julyslider .july-titleslider a:hover{color: #b09e66;}

.selected-language {
font-weight:bold;
}



