@font-face {
	font-family: 'UTM French Vanilla';
	src: 	url("font/UTM-French-Vanilla.eot");
	src: 	url("font/UTM-French-Vanilla.eot?#iefix") format('embedded-opentype'), 
	url("font/UTM-French-Vanilla.woff") format('woff'), 
	url("font/UTM-French-Vanilla.ttf") format('truetype'), 
	url("font/UTM-French-Vanilla.svg#fontello") format('svg');			
}

@font-face {
	font-family: 'indy';
	src: url('w/indiepimptbs-webfont.eot');
	src: url('w/indiepimptbs-webfont.eot?#iefix') format('embedded-opentype'),
	url('w/indiepimptbs-webfont.woff2') format('woff2'),
	url('w/indiepimptbs-webfont.woff') format('woff'),
	url('w/indiepimptbs-webfont.ttf') format('truetype'),
	url('w/indiepimptbs-webfont.svg#indy_pimpregular') format('svg');

	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'frenchpress';
	src: url('w/french/frenchpress-webfont.eot');
	src: url('w/french/frenchpress-webfont.eot?#iefix') format('embedded-opentype'),
	url('w/french/frenchpress-webfont.woff2') format('woff2'),
	url('w/french/frenchpress-webfont.woff') format('woff'),
	url('w/french/frenchpress-webfont.ttf') format('truetype'),
	url('w/french/frenchpress-webfont.svg#indy_pimpregular') format('svg');

	font-weight: normal;
	font-style: normal;
}

#yt_tab_additional
{
	display:none;
}
body {
	line-height: 1.6;
	outline: none;
}
body *:focus{
	outline: none;
}

h2, h1
{
	letter-spacing:2px;
}
.product-image img
{
	border:lightgray 1px solid;
}
body.fs1 {font-size: 10px;}
body.fs2 {font-size: 11px;}
body.fs3 {font-size: 12px;}
body.fs4 {font-size: 13px;}
body.fs5 {font-size: 14px;}
body.fs6 {font-size: 15px;}
a, a:focus, a:hover{
	text-decoration:none;
	outline: none;
	cursor:pointer;
}
body.layout-boxed{
	background-color: #eaeaea;
}
.clearfix {
	clear: both;
}

.icon-spinner {
	font-family: fontawesome !important;
}

.layout-boxed #yt_wrapper{
	background: #fff;
	margin: 0 auto;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	-ms-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	-o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
#yt_wrapper {
}
#yt_wrapper .yt_main_inner{
	margin:0 auto;
	background-color:#fff;
}
/*--------------------messages---------------------*/
.messages {
	overflow: hidden;
	width: 100%;
	display:inline-block;
}
.error-msg, .notice-msg, .note-msg, .success-msg {
	border-width: 1px !important;
	font-size: 100% !important;
	margin: 20px 0px 20px 0px !important;
	padding: 10px 10px 10px 47px !important;
}
.cms-home .error-msg, .cms-home .notice-msg,.cms-home .note-msg,.cms-home .success-msg,
.catalog-product-view .error-msg, .catalog-product-view .notice-msg, .catalog-product-view .note-msg, .catalog-product-view .success-msg  {
	border-width: 1px !important;
	font-size: 100% !important;
	font-weight: bold !important;
	margin: 0;
	padding: 10px 10px 10px 47px !important;
}
.catalog-category-view .error-msg, .catalog-category-view  .notice-msg,.catalog-category-view  .note-msg,.catalog-category-view  .success-msg {
	margin: 10px 0 20px !important;
}
.category-products .messages .success-msg,
.category-products .messages .error-msg,
.category-products .messages .notice-msg {  margin:20px 0 0 !important; }
.error-msg li, .success-msg li, .notice-msg li {  background: none;  }
.error-msg {  background: url(../images/msg_error.png) no-repeat 10px center;  border: 1px dashed #454545;  }
.success-msg a,
.error-msg a{  color: #cc0000;  }
.success-msg {  background: url(../images/msg_success.png) no-repeat 10px center;  border: 1px dashed #454545;  }
.notice-msg, .note-msg {  background: url(../images/msg_notice.png) no-repeat 10px center;  border-color: #454545;  }

/***button***/
#yt_wrapper .button{
	color: #fff;
	/*background-color: #AAA8A8;*/
	line-height: 100%;
	padding: 5px;
}
/***compare***/
.page-popup.catalog-product-compare-index{
	padding: 10px;
}
/*------------------------------ Data Table ----------------------*/
#confirmbox #super-product-table thead{
	background-color:#f7f7f7;
}
#confirmbox #super-product-table{border-collapse:collapse; margin-bottom:20px; margin-top:20px;}
#confirmbox #super-product-table thead,
#confirmbox #super-product-table td,
#confirmbox #super-product-table thead th
{ border:1px solid #ebebeb; }
#confirmbox #super-product-table thead th{ padding: 8px 10px; text-align:center;}
#confirmbox #super-product-table tr td{padding:0px 10px 0px 10px;}
#confirmbox #super-product-table .input-text.qty{
	margin: 10px;
	text-align: center;
	width: 45px;
}


.data-table {
	width: 100%;
}
.data-table th.wrap {
	white-space: normal;
}
.data-table th {
	padding: 10px;
	border: 1px solid #e9e9e9;
	text-align: center;
}
.data-table tbody tr {
	border: 1px solid #e9e9e9;
}
.data-table tr td {
	padding: 10px;
	border: 1px solid #e9e9e9;
	vertical-align: middle;
}
.data-table td h3 {
	margin: 0;
	line-height: 100%;
}
body table.data-table {
	border-collapse: collapse;
}
.data-table thead {
	border: 1px solid #e9e9e9;
}
.data-table tfoot {
	border-top: none;
	border-top: 1px solid #e9e9e9;
}
.data-table  .first.odd,
.box-account  .data-table .odd {
	background: none;
}
.a-center input.checkbox {
	float: none;
}
label.required em {
	font-weight: normal;
	padding: 0 5px 0 0;
	vertical-align: middle;
	color: #E1464D;
}


/*------------------------- css for header --------------------------*/
#yt_header{
	position:relative;
	z-index:2;
}
#yt_content{
	position:relative;
	z-index:1;
	
}
#yt_header .yt-header-top{
	background-color: #f2f2f2;
	height:/*50px*/;
}
#yt_header .header-top-left{
	padding:18px 0 0 0;
}
#yt_header .header-top-right{
	padding:0;
}
#yt_header .header-top-right .header-right-mobile{
	float:left;
}
#yt_header .header-top-right .inner{
	float:right;
}
#yt_header .header-top-right .links,
#yt_header .header-top-right #search_mini_form,
#yt_header .header-top-right .mini-cartpro.sm-cartpro{
	float:left;
}
#yt_header .header-top-right .links li{	
	float:left;
	height:50px;
	/*background-image:url(../images/quicklink-bg.png);*/ 
	background-repeat:no-repeat;
}
#yt_header .header-top-right .links li:hover{
	/*background-image:url(../images/quicklink-bg-w.png);*/
}
#yt_header .header-top-right .links li.first:hover,
#yt_header .header-top-right .links li.first{	
	background-position: -133px 16px;
}
#yt_header .header-top-right .links li.first + li:hover,
#yt_header .header-top-right .links li.first + li{	
	background-position:20px 16px;
}
#yt_header .header-top-right .links li.last:hover,
#yt_header .header-top-right .links li.last{	
	background-position: -260px 16px;
}
#yt_header .header-top-right .links li a{	
	padding: 18px 19px 19px;
	display:inline-block;
	color:#909090;
}
#yt_header .header-top-right .links li:hover a{
	color:#fff;
}
/* mini cart--*/
#yt_header .mini-cartpro{position:relative;}
#yt_header .mini-cartpro .block-title{
	background-image:url(../images/ico-cart-search.png);
	background-repeat: no-repeat;
	background-position: 15px 12px;
	padding:16px 18px 12px 50px;
	color:#fff;
	height:50px;
	margin-left:1px;	
}
#yt_header .mini-cartpro .block-title .summary .amount a{
	color:#fff;
}
#yt_header .mini-cartpro .block-title .summary .amount .price{
	display:none;
}

#yt_header .mini-cartpro .block-content .actions .btn-gotocart{
}
/*search form*/
#yt_header .header-top-right #search_mini_form{
	background-image:url(../images/ico-cart-search.png);
	background-repeat: no-repeat;
	background-position: -110px 12px;
	width:52px;
	height:50px;
	border-left:1px solid #f2f2f2;
	position:relative;
}
#yt_header .header-top-right #search_mini_form .form-search{ 
	/*display:none;*/
	opacity: 0; filter:alpha(opacity = 0);
	visibility:hidden;
	position:absolute; 
	top:0;
	right:0;
	height:50px;
	z-index:1;
}
#yt_header .header-top-right #search_mini_form:hover{

}
#yt_header .header-top-right #search_mini_form:hover .form-search,#yt_header .header-top-right form.hover .form-search{		
	/*display:block;*/
	opacity: 1; filter:alpha(opacity = 100);
	visibility:visible;
	z-index:1;
}

#search_mini_form:hover .form-search{	

}

#yt_header .header-top-right #search_mini_form .form-search .button{
	float:right;
	background-image:url(../images/ico-cart-search.png);
	background-repeat: no-repeat;
	background-position: -109px 12px;
	width:52px;
	height:50px;
}
#yt_header .header-top-right #search_mini_form .form-search #search{
	position:absolute;
	top:0;
	right:52px;
	float:right;
	height:50px;
	border:7px solid transparent;
	border-right:5px solid;
	width:50px;
	font-size:92%;
}
#yt_header .header-top-right #search_mini_form:hover .form-search #search{
	width:205px;
}
/*-------------currency, language ------------*/
#yt_header .language-switcher,
#yt_header .currency-switcher{
	float: left;
	margin-right: -80px;
	margin-left: 90px;

}

@media screen and (max-width:768px){
	#yt_header .language-switcher,
	#yt_header .currency-switcher{
		float: inherit;
		margin-right: 0px;
		margin-left: 0px;
		margin-top:-50px;

	}
}


/**---------jqTransform--------------**/
.jqTransformHidden {display: none;}
.header-top-left select{
	opacity: 0; filter:alpha(opacity = 0);
	visibility:hidden;
}
#yt_header .language-switcher .jqTransformSelectWrapper { 
	width: 100px !important;
	height: 20px;
	position:relative;	
	float:left;
}
#yt_header .currency-switcher .jqTransformSelectWrapper { 
	width: 60px !important;
	height: 20px;
	position:relative;	
	float:left;
}
#yt_header .jqTransformSelectWrapper div span {
	background-repeat:no-repeat;
	float: none;
	position: absolute;
	white-space: nowrap;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	cursor:pointer;
}
#yt_header .currency-switcher .jqTransformSelectWrapper div span {
	padding-left: 4px;	
}
#yt_header .language-switcher .jqTransformSelectWrapper div span {
	padding-left:28px;
	background-position:5px 4px;
	width: 80px !important;
}
#yt_header .jqTransformSelectWrapper  a.jqTransformSelectOpen {
	display: block;
	position: absolute;
	right: 0px;
	width: 20px;
	height: 20px;
}

#yt_header .jqTransformSelectWrapper ul {
	position: absolute;
	width: 30px;
	top: 32px;
	left: 0px;
	list-style: none;
	background-color: #FFF;
	border: solid 1px #CCC;
	display: none;
	margin: 0px;
	padding: 0px;
	height: 180px;
	overflow: auto;
	overflow-y: auto;
	z-index:10;
}

#yt_header .jqTransformSelectWrapper ul a {
	display: block;	
	text-decoration: none;
	color:#333;
	background-color: #FFF;
	background-repeat:no-repeat;
	background-position:10px 10px;
	
}
#yt_header .language-switcher .jqTransformSelectWrapper ul a {
	padding: 5px 0px 5px 35px;
}
#yt_header .currency-switcher .jqTransformSelectWrapper ul a {
	padding:5px;
}
#yt_header .jqTransformSelectWrapper ul a.selected {
	background: #EDEDED;
	color: #333;
	background-repeat:no-repeat;
	background-position:10px 10px;
}
.scatola
{
	font-size:90%;
}
#yt_header .jqTransformSelectWrapper ul a:hover, .jqTransformSelectWrapper ul a.selected:hover {
	color: #fff;
	background-repeat:no-repeat;
	background-position:10px 10px;
}
#yt_header .jqTransformSelectWrapper  a.jqTransformSelectOpen:before {
	content: "\f107";
	font-family: 'FontAwesome';
	font-size:12px;
	color:#CCCCCC;	
}
/*-----------logo + megamenu ---------*/
.yt-header-content{
	padding: 30px 0 0px 0;
	background: #fff;
}
.yt-header-content .logo{
	padding:0px 0 0 0;
	widt:100%;
}
.yt-header-content .logo a img{
	padding:0px 0 0 0;
	max-width:200px;
}
.yt-main-menu{
	padding:0;
	float:right;
}
.yt-header-content .logo .logo-desc{
	color:#909090;
	font-size:116.7%;
	padding: 5px 0 0 14px;
	clear:both;
}
/* mega menu custom*/
.sm_megamenu_wrapper_horizontal_menu .mega-laptop-parent > div,
.sm_megamenu_wrapper_horizontal_menu .menu-products-parent > div {
	right: 0 !important;
}
#yt_header .yt-menu {
	width:100%;
}
.sm_megamenu_wrapper_horizontal_menu .sambar-inner{
	float:right;
}

#yt_header .yt-menu .sm_megamenu_wrapper_horizontal_menu ul.sm_megamenu_menu li.sm_megamenu_lv1 > a{
	width:120px;
	height:120px;
	text-align:left;
}
#yt_header .yt-menu .sm_megamenu_wrapper_horizontal_menu ul.sm_megamenu_menu li.sm_megamenu_lv1{
	/*#yt_header .yt-menu .sm_megamenu_wrapper_horizontal_menu ul.sm_megamenu_menu li.sm_megamenu_lv1.parent:hover{*/
		/*height:180px;*/
		padding-bottom:60px;
		width:120px;
	}

	/*#yt_header .yt-menu .sm_megamenu_wrapper_horizontal_menu ul.sm_megamenu_menu li.sm_megamenu_lv1.sm_megamenu_actived > a,*/
	#yt_header .yt-menu .sm_megamenu_wrapper_horizontal_menu ul.sm_megamenu_menu li.sm_megamenu_lv1 > a:hover{
		width:140px;
		height:140px;
		margin:-10px;
		z-index:2;
	}
	/*#yt_header .yt-menu .sm_megamenu_wrapper_horizontal_menu ul.sm_megamenu_menu li.sm_megamenu_lv1.sm_megamenu_actived a .sm_megamenu_icon, */
	#yt_header .yt-menu .sm_megamenu_wrapper_horizontal_menu ul.sm_megamenu_menu li.sm_megamenu_lv1 > a:hover .sm_megamenu_icon{
		width:140px;
		background-position:center center !important;
		padding-top:140px;
	}
	#yt_header .yt-menu .sm_megamenu_wrapper_horizontal_menu ul.sm_megamenu_menu li.sm_megamenu_lv1 > a .sm_megamenu_icon{
		background-position:center center !important;
		display:inline-block;
		padding-top:120px;
		width:120px;
		height:120px;
	}
	#yt_header .yt-menu .sm_megamenu_wrapper_horizontal_menu ul.sm_megamenu_menu li.sm_megamenu_lv1 > a .sm_megamenu_icon .sm_megamenu_title{
		display:inline-block;
		padding-top:10px;
		font-size:116.6%;
	}
	#yt_header .yt-menu .sm_megamenu_wrapper_horizontal_menu ul.sm_megamenu_menu li.sm_megamenu_lv1 > a,
	#yt_header .yt-menu .sm_megamenu_wrapper_horizontal_menu ul.sm_megamenu_menu li.sm_megamenu_lv1:first-child > a{
		background-color:#69a1ef;
	}
	#yt_header .yt-menu .sm_megamenu_wrapper_horizontal_menu ul.sm_megamenu_menu li.sm_megamenu_lv1:first-child.sm_megamenu_actived > a,
	#yt_header .yt-menu .sm_megamenu_wrapper_horizontal_menu ul.sm_megamenu_menu li.sm_megamenu_lv1:first-child.sm_megamenu_actived > a span span:after{
		color:#69a1ef;
	}

	#yt_header .yt-menu .sm_megamenu_wrapper_horizontal_menu ul.sm_megamenu_menu li.sm_megamenu_lv1:first-child + li > a{
		background-color:#ffa526;
	}
	#yt_header .yt-menu .sm_megamenu_wrapper_horizontal_menu ul.sm_megamenu_menu li.sm_megamenu_lv1:first-child + li.sm_megamenu_actived > a,
	#yt_header .yt-menu .sm_megamenu_wrapper_horizontal_menu ul.sm_megamenu_menu li.sm_megamenu_lv1:first-child + li.sm_megamenu_actived > a span span:after{
		color:#ffa526;
	}

	#yt_header .yt-menu .sm_megamenu_wrapper_horizontal_menu ul.sm_megamenu_menu li.sm_megamenu_lv1:first-child + li + li > a{
		background-color:#71cb44;
	}
	#yt_header .yt-menu .sm_megamenu_wrapper_horizontal_menu ul.sm_megamenu_menu li.sm_megamenu_lv1:first-child + li + li.sm_megamenu_actived > a,
	#yt_header .yt-menu .sm_megamenu_wrapper_horizontal_menu ul.sm_megamenu_menu li.sm_megamenu_lv1:first-child + li + li.sm_megamenu_actived > a span span:after{
		color:#71cb44;
	}

	#yt_header .yt-menu .sm_megamenu_wrapper_horizontal_menu ul.sm_megamenu_menu li.sm_megamenu_lv1:first-child + li + li + li > a{
		background-color:#c6519f;
	}
	#yt_header .yt-menu .sm_megamenu_wrapper_horizontal_menu ul.sm_megamenu_menu li.sm_megamenu_lv1:first-child + li + li + li.sm_megamenu_actived > a,
	#yt_header .yt-menu .sm_megamenu_wrapper_horizontal_menu ul.sm_megamenu_menu li.sm_megamenu_lv1:first-child + li + li + li.sm_megamenu_actived > a span span:after{
		color:#c6519f;
	}

	#yt_header .yt-menu .sm_megamenu_wrapper_horizontal_menu ul.sm_megamenu_menu li.sm_megamenu_lv1:first-child + li + li + li + li > a{
		background-color:#5050cf;
	}
	#yt_header .yt-menu .sm_megamenu_wrapper_horizontal_menu ul.sm_megamenu_menu li.sm_megamenu_lv1:first-child + li + li + li + li.sm_megamenu_actived > a,
	#yt_header .yt-menu .sm_megamenu_wrapper_horizontal_menu ul.sm_megamenu_menu li.sm_megamenu_lv1:first-child + li + li + li + li.sm_megamenu_actived > a span span:after{
		color:#5050cf;
	}

	#yt_header .yt-menu .sm_megamenu_wrapper_horizontal_menu ul.sm_megamenu_menu li.sm_megamenu_lv1:first-child + li + li + li + li + li > a{
		background-color:#e1464d;
	}
	#yt_header .yt-menu .sm_megamenu_wrapper_horizontal_menu ul.sm_megamenu_menu li.sm_megamenu_lv1:first-child + li + li + li + li + li.sm_megamenu_actived > a,
	#yt_header .yt-menu .sm_megamenu_wrapper_horizontal_menu ul.sm_megamenu_menu li.sm_megamenu_lv1:first-child + li + li + li + li + li.sm_megamenu_actived > a span span:after{
		color:#e1464d;
	}
	/* menu product - mega menu2*/
	#yt_header .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .home-list,
	#yt_header .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .mega-laptop,
	#yt_header .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .menu-products{
		border-top: 5px solid transparent;
	}
	#yt_header .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .mega-laptop-parent > .sm-megamenu-child{
		overflow:hidden;
	}

	#yt_header .yt-menu .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .mega-productypes{
		width:25%;
		margin-top:-5px; padding:0px 5px 0 0;
		border-right:1px solid #dbdbdb;
	}
	#yt_header .yt-menu .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .mega-productypes div.sm_megamenu_title .sm_megamenu_title_lv2{
		margin-top:5px;
	}
	#yt_header .yt-menu .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .mega-banners{
		width:75%;
		padding:0 0 0 5px;
	}
	#yt_header .yt-menu .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .mega-sub-cate li a,
	#yt_header .yt-menu .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .mega-productypes .sm_megamenu_col_6 .sm_megamenu_title .sm_megamenu_title_lv3{
		display:inline-block;
		width:120%;
		padding:17px;
		border-bottom:1px solid #dbdbdb;
		margin:0 -5px;
	}
	#yt_header .yt-menu .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .mega-productypes .sm_megamenu_col_6 .sm_megamenu_title a:hover .sm_megamenu_title_lv3{
		padding-left:22px;
	}
	#yt_header .yt-menu .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .mega-sub-cate li:last-child a{
		border-bottom:none;
	}
	/*--mega menu home--*/
/*#yt_header .yt-menu .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_1column{
	width:28%;
	left:0;
	right:100%;
	}*/
	.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li div .home-list{	
	/*box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	-ms-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	-o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);*/
	padding-left:5px; padding-right:5px;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li div .home-list .sm_megamenu_col_6{
	margin-top:5px;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li div .home-list .sm_megamenu_col_6:first-child{
	margin-top:0px;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li div .home-list div.sm_megamenu_title .sm_megamenu_title_lv2{
	width:100%;
	line-height:20px;
	/*margin:0 5px 5px;*/
}
#yt_header .yt-menu .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li div .home-list div.sm_megamenu_title a:hover .sm_megamenu_title_lv2{
	padding-left:13px;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu  li div div.sm_megamenu_title .sm_megamenu_title_lv2{
	font-size: 133%;
	display:inline-block;
	line-height:100%;
	color:#fff;
	width:100%;
	padding:13px;
}

/*#yt_header .yt-menu .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_4columns{
	width:772px;
}
#yt_header .yt-menu .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_3columns{
	width: 545px;
	}*/
	/*--mega menu 1 - menu laptop--*/
	#yt_header .yt-menu .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .mega-sub-cate{
	}
	#yt_header .yt-menu .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .mega-sub-cate li a:hover,
	#yt_header .yt-menu .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_1 .sm_megamenu_title a:hover span{
		padding-left:22px;
	}
	#yt_header .yt-menu .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_2.mega-laptop-col3{
		border-right:none;
		padding-left:5px;
	}
	#yt_header .yt-menu .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_2.mega-laptop-col2{
		padding-left:5px ;
		padding-right:5px;
	}
	#yt_header .yt-menu .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_2.mega-laptop-col1{
		padding-right:5px;
	}
	.yt-menu .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_2.mega-laptop-col3,
	.yt-menu .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_2.mega-laptop-col2,
	.yt-menu .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_2.mega-laptop-col1{
		padding:0;
		width:33.3333%;
		border-right:1px solid #dbdbdb;
		margin-top:-5px;
		padding-top:5px;
	}
	.yt-menu .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_2.mega-laptop-col1 .sm_megamenu_title_lv2{
		background-position: 10px center;
		padding-left:50px;
		background-image:url(../images/ico-menu-lv2.png);
		background-repeat:no-repeat;
	}
	.yt-menu .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_2.mega-laptop-col2 .sm_megamenu_title_lv2{
		background-image:url(../images/ico-menu-lv2.png);
		background-repeat:no-repeat;
		background-position: -168px center;
		padding-left:47px;
	}
	.yt-menu .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_2.mega-laptop-col3 .sm_megamenu_title_lv2{
		background-image:url(../images/ico-menu-lv2.png);
		background-repeat:no-repeat;
		background-position: -350px center;
		padding-left:35px;
		padding-right:0;
	}
	/*------------banner metro + violet--------------*/
	.banner-metro .banner .banner-content{
		width:50%;
		float:left;
		background-color:#e7e7e7;
		overflow:hidden;
	}
	.banner-metro .banner .banner-content img{
		/*width:100%;*/
	}
	.banner-metro .banner .banner-desc{
		color:#fff;
	}
	.banner-metro .banner .banner-desc p{
		font-size:167%;
		font-weight:bold;
		text-transform:uppercase;
		padding:20px 0 21px 0;
	}
	.banner-metro .banner1 .banner-desc{
		background-color:#f7a93a;
		padding:10px 10px;
	}
	.banner-metro .banner2{ 
		margin-top:10px;
		display:inline-block;
	}
	.banner-metro .banner2 .banner-desc{
		background-color:#71cb44;
		padding:10px 10px;
	}
	.banner-violet .banner-violet-inner .detail{
		background:url(../images/arrow-banner.png) no-repeat right center;
		width:37px; height:37px;
		text-indent:-999em;
		display: inline-block;
		transform: translateZ(0px);
		right:10px;
		bottom:10px;
		position:absolute;
	}
	.banner-metro .banner .banner-desc .detail{
		background:url(../images/arrow-banner.png) no-repeat right center;
		width:37px; height:37px;
		float:right;
		text-indent:-999em;
		display: inline-block;
		transform: translateZ(0px);
		clear:both;
	}

	.banner-metro .banner .banner-desc ul{
		float:left;
		padding-bottom:6px;
	}
	.banner-metro .banner .banner-desc ul li{
		background:url(../images/ico-check.png) no-repeat left center;
		padding-left:30px;
		line-height:28px;
	}
	.banner-metro .banner{
		width:100%;
	}


	#yt_main .banner-metro .banner .banner-desc ul li{
		line-height:25px;
	}
	#yt_main .banner-metro .banner .banner-desc p{
		padding:15px 0;
	}
	#yt_main .banner-metro .banner2{
		margin-top:20px;
	}
	#yt_main .banner-metro,
	#yt_main .banner-violet{
		width:50%;
		float:left;
	}
	#yt_main .banner-metro-inner{
		margin-left:15px;
	}
	#yt_main .banner-metro .banner .banner-content img{
		height:200px;
	}
	#yt_main .banner-violet .banner-violet-inner{ 
		color:#fff;
		background-color:#9649cb;
		margin-right:15px;
		position:relative;
		overflow:hidden;
		padding:5px 0;	
	}

	#yt_main .banner-violet .banner-desc{
		position:absolute;
		top:90px;
		right:20px;
		width:45%;
	}
	#yt_main .banner-violet .banner-desc span{
		font-size:167%;
		font-weight:bold;
		text-transform:uppercase;
		display:inline-block;
		padding-bottom:5px;
	}
	/*-------------------------------- css for Footer -------------------------------*/
	#yt_footer {
		background-color:#f3f3f3;
		margin-top:45px;
		padding-top:40px;
	}
	.spotlight-wrap {
		float:left;
		margin-bottom:30px;
	}
	.spotlight-wrap .block-title{
		font-size:167%;
		line-height:100%;
		text-transform:capitalize;
	}
	.spotlight-wrap .block-content{
		padding-top:25px;
	}
	.spotlight-wrap .spotlight{
		padding:0;
	}
	.spotlight-wrap .spotlight3{
		padding-right:15px;
	}
	.spotlight-wrap .spotlight4{
		padding-left:15px;
	}
	.spotlight-wrap .spotlight1 .block-content{
		padding-top:20px;
	}
	.spotlight-wrap .spotlight2 .block-content{
		padding-top:17px;
	}
	.spotlight-wrap .spotlight ul li{	
		line-height:28px;
	}
	.spotlight-wrap .spotlight1 ul li:before{
		content: "\f105";
		font-family: 'FontAwesome';
		padding-right:15px;
		color:#8d8d8d;
	}
	.spotlight-wrap .spotlight1 ul li:hover{
		padding-left:5px;
	}
	.spotlight-wrap .spotlight2 ul li em,
	.spotlight-wrap .spotlight2 ul li i{
		font-size:18px; 
		color:#8d8d8d;
		width:30px;
		height:30px; line-height:30px;
		text-align:center;
		display:inline-block;
		margin-right:15px;
	}
	.spotlight-wrap .spotlight2 ul li:hover em.icon-facebook,
	.spotlight-wrap .spotlight2 ul li:hover i.icon-facebook{
		background-color:#3B5998;
		color:#fff;
	}

	.spotlight-wrap .spotlight2 ul li:hover em.icon-pinterest,
	.spotlight-wrap .spotlight2 ul li:hover i.icon-pinterest{
		background-color:#aa1b21;
		color:#fff;
	}

	.spotlight-wrap .spotlight2 ul li:hover em.icon-instagram,
	.spotlight-wrap .spotlight2 ul li:hover i.icon-instagram{
		background-color:#af7965;
		color:#fff;
	}

	.spotlight-wrap .spotlight2 ul li:hover em.icon-google-plus,
	.spotlight-wrap .spotlight2 ul li:hover i.icon-google-plus{
		background-color:#dc4a38;
		color:#fff;
	}

	.spotlight-wrap .spotlight2 ul li:hover em.icon-youtube,
	.spotlight-wrap .spotlight2 ul li:hover i.icon-youtube{
		background-color:#e70031;
		color:#fff;
	}



	.spotlight-wrap .spotlight2 ul li:hover em.icon-twitter,
	.spotlight-wrap .spotlight2 ul li:hover i.icon-twitter{
		background-color:#00aced;
		color:#fff;
	}
	.spotlight-wrap .spotlight2 ul li:hover em.icon-linkedin-sign,
	.spotlight-wrap .spotlight2 ul li:hover i.icon-linkedin-sign{
		background-color:#007bb6;
		color:#fff;
	}
	.spotlight-wrap .spotlight2 ul li:hover em.icon-rss,
	.spotlight-wrap .spotlight2 ul li:hover i.icon-rss{
		background-color:#ff6600;
		color:#fff;
	}

	.spotlight3 #newsletter-validate-detail .input-box{
		margin-top:20px;
	}
	.spotlight3 #newsletter-validate-detail #newsletter{
		border:none;
		height:45px;
		line-height:45px;
		width:222px;
		float:left;
		padding:0 0 0 10px;
	}
	.spotlight3 #newsletter-validate-detail .input-box button{
		width:49px;
		height:45px;
		background-image:url("../images/newsletter.png");
		background-repeat: no-repeat;
		background-position: center center;
		background-color:#8d8d8d;
		text-indent:-999em;
	}
	.spotlight4 .block-content p{
		margin-bottom:30px;
	}
	.spotlight4 .block-content p:last-child{
		margin-bottom:0;
	}
	.under-spotlight{
		background: url("../images/line-bg2.png") repeat-x scroll 0 0;
		padding:30px 0;
	}
	.under-spotlight .logo-footer{
		text-indent:-999em;
		float:left;
		display:inline-block;
		width:123px;
		height:37px;
		margin-right:35px;
	}
	.under-spotlight .addthis_toolbox{
		margin-top:19px;
	}
	.under-spotlight .payment ul li{
		float:left;
		margin-left:1px;
	}
	.under-spotlight .share-logo,
	.under-spotlight .payment{
		padding:0;
	}
	.under-spotlight .payment ul{
		float:right;
	}
	.under-spotlight .payment ul li:hover{
		padding:5px 8px;
		margin:-5px -8px;
		-webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.3);
		-moz-box-shadow:    0px 0px 3px 0px rgba(0, 0, 0, 0.3);
		box-shadow:         0px 0px 3px 0px rgba(0, 0, 0, 0.3);
		z-index:1;
		position:relative;
	}

	.yt-footer-bottom{
		background-color:#383838;
		color:#c8c8c8;
		padding:23px 0;
	}
	/*------------------------back to top---------------------------------*/
	#yt-totop {
		background: url("../images/backtotop.png") no-repeat scroll center center #8d8d8d;
		bottom: 20px;
		height: 40px;
		overflow: hidden;
		position: fixed;
		right: 20px;
		width: 40px;
		z-index: 9999;
		border-radius:100%; 	
		-moz-border-radius:100%; 	
		khtml-border-radius:100%; 	
		-webkit-border-radius:100%;
	}
	/*-------------------------banner top home page--------------------------*/
	.yt-bannertop{
		background-color:#f3f3f3;
		padding:50px 0;
	}
	.yt-bannertop .block-welcome img{
		float:left;
		margin-right:30px;
		overflow:hidden;
	}
	.yt-bannertop .block-welcome span{
		font-size:167%;
		text-transform:uppercase;
		line-height:100%;
	}
	.yt-bannertop .block-welcome .button{
		float: left;
	}
	.yt-bannertop .block-welcome a{ font-size:117%;}
	.yt-bannertop .block-welcome p{
		padding:10px 0;
	}
	.yt-bannertop .banner-top2{
		display:inline-block;
		margin:0 -15px;
	}
	.yt-bannertop .banner-top2 ul li {
		background-repeat:no-repeat;	
		float:left;
	}
	.yt-bannertop .banner-top2 ul li a.banner-top2-img{
		float:left;
		margin-right:30px;
		position:relative;
		display:block;
		overflow:hidden;
	}
	.yt-bannertop .banner-top2 ul li a.banner-top2-img:before{
		content: "";
		height: 100%;
		left: 0;
		position: absolute;
		top: 0;
		width: 100%;
		z-index: 2;
	}
	.yt-bannertop .banner-top2 ul li:hover a.banner-top2-img:before{
		box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.4) inset;
	}
	.yt-bannertop .banner-top2 ul li div a{
		font-size:133%;
		display:inline-block;
		line-height:100%;
		padding-bottom:10px;
	}

	/*---banner bottom---*/
	#yt_main .banner-bottom{
		margin:0 -15px;
		clear:both;
	}
	#yt_main .banner-bottom:hover li{
		opacity: 0.8; filter:alpha(opacity = 80);
	}
	#yt_main .banner-bottom li:hover{
		opacity: 1; filter:alpha(opacity = 100);
	}
	#yt_main .banner-bottom li a img{
		width:100%;
	}
	/*-------------------------css for breadcrumbs---------------------------*/
	#yt_main{
		margin-top:60px;
	}
	.yt-breadcrumbs{
		color:#fff;
		/*margin-bottom:40px;*/
	}
	.yt-breadcrumbs .yt-breadcrumbs_cont{
		background: url("../images/bottom-slide-bg.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
	}
	.yt-breadcrumbs .yt-breadcrumbs_cont:before{
		content:"";
		width:100%;
		height:1px;
		background-color:#fff;
		opacity: 0.2;
		filter: alpha(opacity=20);
		position:absolute;
	}
	#name-top a{
		padding:30px 0 15px 0;
	}
	#name-top a,
	#name-top h1{
		font-size:200%;
		font-weight:normal;
		padding:25px 0 10px 0;
		display:inline-block;
		color:#fff;
		line-height:100%;
	}



	#desc-top{
		padding-bottom:20px;
		line-height:100%;
	}
	#yt_pathway{
		padding:19px 0 19px 0;
	}
	#yt_pathway  ul.breadcrumbs li a,
	#yt_pathway  ul.breadcrumbs li{	
		float:left;
		line-height:100%;
		color:#fff;
	}
	#yt_pathway  ul.breadcrumbs li{	
		background:url(../images/ico-breadcrumbs.png) no-repeat;
		padding-left:15px;
		margin-right:12px;
	}
	#yt_pathway  ul.breadcrumbs li.home{
		background:none;
		padding-left:0;
	}


	/*------------------------- css for page title ---------------------------*/
	#yt_main .page-title h1{
		font-size:200%;
		margin:0px 0 30px 0;
		border-bottom:3px double #DFDFDF;
		border-bottom:5px;
	}
	#yt_main h1.page-title{
		font-size:200%;
	}

	/*-------ratings---------------*/
	.ratings {
		padding: 0;
	}
	.rating-box {  
		background:url(../images/bg_rating.png) 0px -36px repeat-x;  
		height: 12px;  
		position: relative;  
		width: 60px;  
		float: left;
	}
	.rating-links{ 
		float:left;
		margin-left:20px;
		line-height:100%;
	}
	.rating-box .rating {
		background:url(../images/bg_rating.png) 0 0 repeat-x;
		height: 13px;
		left: 0;
		position: absolute;
		top: 0;
	}
	.ratings-table {  
		margin: 5px 0; 
	}
	.ratings-table td,
	.ratings-table th {  
		padding: 3px 0;  
	}
	.ratings-table td.label,
	.ratings-table th {  
		font-weight: bold;  
		padding-right: 8px;  
	}

	/*----------------------css for left right column------------------------*/
	#yt_main_right,
	#yt_right{
		padding-right:0;
	}
	#yt_main_left,
	#yt_left{
		padding-left: 0;
	}
	#yt_left .block-title,
	#yt_right .block-title{
		/*	padding:15px 10px;*/
		display:inline-block;
		width:100%;
		float:left;
	}
	#yt_left .block-title strong,
	#yt_right .block-title strong{
		font-weight:normal;
	}
	#yt_left .block-title span,
	#yt_right .block-title span{
		color:#fff;
		font-size: 133%;
		text-transform:capitalize;
		padding:29px 10px 14px 0;
		line-height:100%;
		display:inline-block;
		float:right;
		font-weight:lighter;
	}
	#yt_right .block-content,
	#yt_left .block-content{ 
		float: left;
		width: 100%;
		padding:30px 0;
	}
	#yt_left .layered-nav-title{
		background:url(../images/ico-shopby.png) no-repeat 10px 15px;
	}
	#yt_right .block-tags .block-title,
	#yt_left .block-tags .block-title{
		background-image:url(../images/ico-tags.png);
		background-repeat: no-repeat;
		background-position: 10px 15px;
	}
	#yt_left .block-basic-products .block-title{
		background-image:url(../images/ico-toprate.png);
		background-repeat: no-repeat;
		background-position: 10px 15px;
	}
	#yt_right .block-basic-products.block-related .block-title{
		background-image:url(../images/ico-related.png);
		background-repeat: no-repeat;
		background-position: 10px 18px;
	}
	#yt_right .block-basic-products.block-related .item.last{
		margin-bottom:0px;
	}
	/*shop by*/
	.layered-nav .currently{
		margin-bottom:20px;
	}
	.layered-nav .btn-remove{
		float:right;
	}
	.layered-nav .actions{
		display:inline-block;
		text-align:right;
		width:100%;
		margin-bottom:30px;
	}
	.layered-nav .currently .block-subtitle,
	.layered-nav .subhead{
		border:none;
		font-weight:normal;
		text-transform:uppercase;
		padding-bottom:8px;
	}
	.layered-nav .currently .block-subtitle:before,
	.layered-nav .subhead:before{
		content: "\f111";
		font-family: 'FontAwesome';
		font-size:10px;
		color:#a1a1a1;	
		padding-right:10px;
	}
	.layered-nav #narrow-by-list .block{
		border-top:1px solid #dedede;
		padding:15px 0 10px 0;
	}
	.layered-nav #narrow-by-list .block:first-child{
		border-top: none;
		padding-top:0;
	}
	.layered-nav #narrow-by-list .block-shopby-content ol li{
		line-height:28px;
	}
	.layered-nav #narrow-by-list .block-shopby-content ol li:before{
		content: "\f105";
		font-family: 'FontAwesome';
		font-size:14px;
		color:#a1a1a1;	
		padding-right:15px;
	}
	.layered-nav .currently .label{
		font-size:100%;
		color:#909090;
	}
	/*tags*/
	.tags-list > li {
		display: inline;
		margin-right: 5px;
	}
	.block-tags .tags-list li a{
		font-size:100% !important;
		padding:0 9px;
		border:1px solid #dfdfdf;
		margin:0 5px 5px 0;
		float:left;
	}
	.block-tags .tags-list li a:hover{
		color:#fff;
	}
	.block-tags .actions{
		/*display:none;*/
		clear: both;
		margin-top: 20px;
		display: inline-block;
		float: right;
	}
	/* top rating left*/
	#yt_left .block-basic-products{
		width:100% !important;
		padding:0;
	}
	#yt_left .block-basic-products .block-content{
		padding-bottom:0px;
	}
	/*--------banner opening hours-------------*/
	.home-col-right .banner-openinghours{
		margin-top:30px;
	}
	.banner-openinghours{
		background-color:#67bd59;
		color:#fff;
		padding:13px 13px 30px 13px;
		clear:both;
		margin-bottom:30px;
	}
	.banner-openinghours .open-title{
		font-size:183%;
		background:url(../images/ico-openinghours.png) no-repeat;
		padding-left:65px;
		height:44px;
		line-height:44px;
	}
	.banner-openinghours .open-desc{
		padding:20px 0 15px 0;
	}
	.banner-openinghours .open-hours p{
		padding-top:5px;
	}
	/*------------------block menu  side nav home page-----------------------------*/
	.block-yt-layered-nav ul#yt_sidenav{
		margin-top:10px;
	}
	.block-yt-layered-nav ul#yt_sidenav li.level0{
		display: block;
		float:left;
		width: 100%;
		margin-bottom:2px;
		text-align:right;
		position:relative;
	}
	.block-yt-layered-nav ul#yt_sidenav li.level0 > a.subhead{
		color: #FFFFFF;
		display: inline-block;
		font-size: 133%;
		font-weight: lighter;
		line-height: 100%;
		padding: 29px 10px 14px 0;
		text-transform: capitalize;
	}
	.block-yt-layered-nav #yt_sidenav li.parent a.toggle{
	/*position:absolute;
	top:27px;
	right:10px;
	width:100%;*/
	color:#fff;
	padding: 30px 10px 10px 0;
}
.block-yt-layered-nav ul#yt_sidenav li .subhead{
	border:none;
}
.block-yt-layered-nav ul#yt_sidenav li.level0.nav-1{
	background-image:url(../images/sidenav-product.png);
	background-repeat: no-repeat;
	background-position: 13px 11px;
}
.block-yt-layered-nav ul#yt_sidenav li.level0.nav-2{
	background-image:url(../images/sidenav-lap.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
.block-yt-layered-nav ul#yt_sidenav li.level0.nav-3{
	background-image:url(../images/sidenav-tablet.png);
	background-repeat: no-repeat;
	background-position: 9px 0;
}
.block-yt-layered-nav ul#yt_sidenav li.level0.nav-4{
	background-image:url(../images/sidenav-smart.png);
	background-repeat: no-repeat;
	background-position: 10px 0;
}
.block-yt-layered-nav ul#yt_sidenav li.level0.nav-5{
	background-image:url(../images/sidenav-contact.png);
	background-repeat: no-repeat;
	background-position: 14px 15px;
}
.block-yt-layered-nav ul#yt_sidenav li.level0 ul.level0{
	clear:both;
	background-color:#f3f3f3;
	text-align:left;
	padding:15px 20px;
}
.block-yt-layered-nav ul#yt_sidenav li.level0 ul.level0 li ul.level1{
	margin-left:15px;
}
/*.block-yt-layered-nav ul#yt_sidenav li.level0 ul.level0 li ul.level1 li a:before{
	content: "\f111";
	font-family: 'FontAwesome';
	font-size:5px;
	}*/
	.block-yt-layered-nav ul#yt_sidenav li.level0 ul.level0 > li a{
		line-height:25px;
	}

	.block-yt-layered-nav #yt_sidenav li ul li a:before{
		content: "\f105";
		font-family: 'FontAwesome';
		padding-right:7px;
	}
	.block-yt-layered-nav #yt_sidenav li.parent a.toggle:before{
		content: "\f106";
		font-family: 'FontAwesome';
		font-size:13px;
	}
	.block-yt-layered-nav #yt_sidenav li.parent a.toggle.selected:before{
		content: "\f107";
		font-family: 'FontAwesome';
		font-size:13px;
	}



	/*--------------------------------css for toolbar listting-------------------------------*/
	.toolbar {
		height:59px; 
		background-color:#e7e7e7;
		clear:both;
	}
	.toolbar-top{
		margin-bottom:30px;
	}
	.toolbar .view-mode-wrap{
		float:left;
		display:none;
	}
	.toolbar .view-mode-wrap .view-mode .grid,
	.toolbar .view-mode-wrap .view-mode .list{
		width:59px;
		height:59px;
		line-height:59px;
		background-image:url(../images/ico-list-grid.png);
		background-repeat:no-repeat;
		display:inline-block;
		float:left;
	}
	.toolbar .view-mode-wrap .view-mode .grid{
		background-position:23px 22px;
		margin-right:1px;
	}
	.toolbar .view-mode-wrap .view-mode .list{
		background-position:-39px 22px;
	}
	.toolbar .limiter-wrap,
	.toolbar .sort-by-wrap,
	.toolbar .pagination-wrap{
		float:left;
	}
	.toolbar .right-inner{
		float:right;
		height:59px;
		padding-top:15px;
	}
	.toolbar .limiter-wrap .limiter label,
	.toolbar .limiter-wrap .limiter .select-new{
		float:left;
		font-weight:normal;
		line-height:30px;
	}
	.toolbar .limiter-wrap .limiter .label-page{ display:none;}
	.toolbar .limiter-wrap .limiter label{ margin-right:10px;}
	.toolbar .select-new{
		float:left;
	}
	.toolbar .sort-by-wrap{
		margin:0 25px;
	}
	/* pagination*/
	.toolbar .pagination-wrap .pagination{
		margin:6px 10px 6px 0;
	}
	.toolbar .pagination-wrap .pagination .pages ol li{
		float:left;
		margin-left:2px;
	}
	.toolbar .pagination-wrap .pagination .pages ol li a{
		background-color:#fff;
		border:1px solid #dbdbdb;
		padding:7px 10px;
	}
	.toolbar .pagination-wrap .pagination .pages ol li:hover a,
	.toolbar .pagination-wrap .pagination .pages ol li.current a{
		color: #fff;
	}
	.toolbar .pagination-wrap .pagination .pages ol li a.next,
	.toolbar .pagination-wrap .pagination .pages ol li a.previous{
		background-image:url(../images/arrow-toolbar.png);
		background-repeat:no-repeat;
		display:inline-block;
		text-indent:-999em;
		width:30px; height:30px;
		margin-top:-5px;
	}
	.toolbar .pagination-wrap .pagination .pages ol li a.previous{
		background-position:0 0;
	}
	.toolbar .pagination-wrap .pagination .pages ol li a.previous:hover{
		background-position:-50px 0;
	}
	.toolbar .pagination-wrap .pagination .pages ol li a.next{
		background-position:-151px -1px;
	}
	.toolbar .pagination-wrap .pagination .pages ol li a.next:hover{
		background-position:-101px -1px;
	}


	.toolbar .sort-by .set-desc,
	.toolbar .sort-by .set-asc {
		width: 30px;
		height: 30px;
		margin-left:5px;
		background-color:#fff;
		border: 1px solid #dbdbdb;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		display: block;
		float: left;
		text-indent: -999em;
		background-image:url(../images/arrow-toolbar2.png);
		background-repeat:no-repeat;
	}
	.toolbar .sort-by .set-desc{
		background-position:0 -50px;
	}
	.toolbar .sort-by .set-desc:hover{
		background-position:0 0px;
	}
	.toolbar .sort-by .set-asc{
		background-position:0 -100px;
	}
	.toolbar .sort-by .set-asc:hover{
		background-position:0 -150px;
	}
/* -------------
 * Selects
 * ------------- */
 .toolbar .sort-by .select-new .select-inner .jqTransformSelectWrapper ul,
 .toolbar .sort-by .select-new .select-inner .jqTransformSelectWrapper {
 	width: 90px !important;
 }
 .toolbar .limiter .select-new .select-inner .jqTransformSelectWrapper ul,
 .toolbar .limiter .select-new .select-inner .jqTransformSelectWrapper {
 	width: 50px !important;
 }
 .toolbar .select-new .select-inner select {
 	opacity: 0;
 	filter: alpha(opacity=0);
 	visibility:hidden;
 }
 .toolbar .jqTransformSelectWrapper {
 	width: 45px;
 	position:relative;
 	height: 30px;
 	float:left;
 	border: 1px solid #dbdbdb;
 	-webkit-box-sizing: border-box;
 	-moz-box-sizing: border-box;
 	box-sizing: border-box;
 	-webkit-transition: all 0.2 ease-in;
 	-moz-transition: all 0.2 ease-in;
 	-o-transition: all 0.2 ease-in;
 	transition: all 0.2 ease-in;
 	background: #FFF;
 }
 .toolbar .jqTransformSelectWrapper div span { 
 	padding-left: 8px;
 	float: none;
 	position: absolute;
 	white-space: nowrap;
 	height: 30px;
 	line-height: 30px;
 	overflow: hidden;
 	cursor:pointer;
 }
 .toolbar .jqTransformSelectWrapper  a.jqTransformSelectOpen:before{
 	content: "\f107";
 	font-family: 'FontAwesome';
 	font-size:15px;	
 	color:#bababa;
 }
 .toolbar .jqTransformSelectWrapper  a.jqTransformSelectOpen {
 	display: block;
 	position: absolute;
 	right: 0px;
 	width: 15px;
 	height: 30px; line-height:30px;
 }

 .toolbar .jqTransformSelectWrapper ul { 
 	position: absolute;
 	width: 43px;
 	top: 28px;
 	left: -1px;
 	list-style: none;
 	background-color: #FFF;
 	border: solid 1px #dbdbdb;
 	display: none;
 	margin: 0px;
 	padding-left: 0px;
 	height: 150px;
 	overflow: auto;
 	overflow-y: auto;
 	z-index:10;
 }
 .toolbar .limiter .jqTransformSelectWrapper ul a{
 	padding:0 5px;
 }
 .toolbar .jqTransformSelectWrapper ul a {
 	display: block;
 	padding: 5px;
 	text-decoration: none;
 	background-color: #FFF;
 }

 .toolbar .jqTransformSelectWrapper ul a.selected {
 	background: #EDEDED;
 	color: #333;
 }

 .toolbar .jqTransformSelectWrapper ul a:hover, .jqTransformSelectWrapper ul a.selected:hover {
 	background:#3582c4;
 	color: #fff;
 }

 /*--------------------------------listing content grid-------------------------------*/
 .products-grid .item{
 	overflow: hidden;
 	margin-bottom: 0px;
 	min-height: 0px;
 } 
 .products-list .item-inner .product-image,
 .products-grid .item-inner .product-image{
 	background-color:white;
 	position: relative;
 	overflow: hidden;
 	position:relative;
 	padding:0;
 }
 .products-grid .item-inner .bg-hover-grid{
 	position:absolute;
 	top: 0; right:-100%;
 	width:100%;
 	height:100%;
 	opacity: 0.9;
 	filter:alpha(opacity = 90);
 	z-index:1;
 }
 .products-grid .item-inner:hover .bg-hover-grid{
 	right:0;
 	opacity: 0.9;
 	filter:alpha(opacity = 90);
 }
 .products-list .product-image img{
 	overflow:hidden;
 }
 /*.products-list .product-image img,*/
 .products-grid .product-image img{
 	width: 100%;
 }
 .products-grid .item-inner .product-addto-wrap{
 	position:absolute;
 	z-index:1;
 	top:40%;
 	left:-100%;
 }
 .products-grid .item-inner:hover .product-addto-wrap{
 	top:40%;
 	left:13%;
 }
/*.products-grid .item .product-addto-wrap .btn-addto:before{
	background-position:0 0;
	position:absolute;
	content:"";
	width:60px;
	height:60px;
	top:0;
	left:0;
	}*/
	.products-grid .item .product-addto-wrap .btn-addto{
		position:relative;
		width:54px;
		height:54px;
		display:inline-block;
		text-indent:-999em;
		background-color:#fff;
		background-repeat:no-repeat;
		border-radius:100%; 	
		-moz-border-radius:100%; 	
		khtml-border-radius:100%; 	
		-webkit-border-radius:100%;
		box-shadow: 0 0 0 3px transparent;
		-webkit-box-shadow: 0 0 0 3px transparent;
		-moz-box-shadow: 0 0 0 3px transparent;	

	/*border:3px solid transparent;
	-webkit-box-sizing: content-box;
  	-moz-box-sizing: content-box;
  	box-sizing: content-box;*/
  }
  .products-grid .item .product-addto-wrap .btn-addto:hover{
  	box-shadow: 0 0 0 3px #fff;
  	-webkit-box-shadow: 0 0 0 3px #fff;
  	-moz-box-shadow: 0 0 0 3px #fff;	
  	/*border:3px solid #fff;*/
  }

  .products-grid .item .product-addto-wrap .product-addcart {
  	background-position: left -73px;
  }
  .products-grid .item .product-addto-wrap .product-addcart:hover {
  	background-position:left 0px;
  }
  .products-grid .item .product-addto-wrap .product-wishlist {
  	background-position: 2px -367px;
  	margin:0 15px;
  }
  .products-grid .item .product-addto-wrap .product-wishlist:hover {
  	background-position:2px -294px;
  }
  .products-grid .item .product-addto-wrap .product-compare {
  	background-position: left -220px;
  }
  .products-grid .item .product-addto-wrap .product-compare:hover {
  	background-position:left -146px;
  }
  .products-list .item-inner .new-product,
  .products-list .item-inner .sale-product,
  .products-grid .item-inner .new-product,
  .products-grid .item-inner .sale-product{
  	width:68px;
  	height:34px;
  	line-height:34px; text-align:center;
  	position:absolute;
  	top:20px; left:0;
  	color:#fff;
  }
  .products-list .item-inner .sale-product,
  .products-grid .item-inner .sale-product{
  	background-color:#c6519f;
  }
  .products-list .item-inner .new-product,
  .products-grid .item-inner .new-product{
  	background-color:#67bd59;
  }
  .products-grid .item-inner:hover .new-product,
  .products-grid .item-inner:hover .sale-product{
  	display:none;
  }
  .products-grid .product-info{
  	text-align: left;
  	line-height: 100%;	
  	overflow: hidden;
  }
  .products-grid .product-info .product-name{
  	font-size:100%;
  	padding:20px 10px 18px;
  }

  .products-grid .product-info .product-name div{
  	margin-top:6px !important;
  }

  .products-list .product-info .product-price,
  .products-grid .product-info .product-price{
  	font-size: 150%;
  	padding-bottom:18px;
  }
  .products-list .product-info .product-price .price,
  .products-grid .product-info .product-price .price{
  	color:#e60f15;
  }
  .products-list .product-info .product-price .special-price .special-price,
  .products-grid .product-info .product-price .special-price .special-price{
  	color:#e60f15;
  }
  .products-list .product-info .product-price .old-price .price,
  .products-grid .product-info .product-price .old-price .price{
  	color:#686868;
  	font-size:89%;
  }

  .products-list .product-info .price-from,
  .products-list .product-info .price-to,
  .products-grid .product-info .price-from,
  .products-grid .product-info .price-to{
  	float: none;
  	display: inline-block;
  }
  .products-list .special-price,
  .products-grid .special-price{
  	font-weight:bold;
  }
  .products-list .old-price,
  .products-grid .old-price{
  	margin-left:20px;
  	position:relative;
  }
  .products-list .old-price:before,
  .products-grid .old-price:before{
  	background: none repeat scroll 0 0 #909090;
  	content: "";
  	height: 1px;
  	left: 0;
  	padding: 0;
  	position: absolute;
  	top: 55%;
  	width: 100%;
  }
  #yt_main .price-label{
  	font-size:14px;
  }
  .products-list .product-info .product-review .ratings,
  .products-grid .product-info .product-review .ratings{
  	display: inline-block;
  }
  .products-list .product-info .product-review .no-rating,
  .products-grid .product-info .product-review .no-rating{
  	line-height: 120%;
  	min-height: 15px;
  }
  .products-list .product-info .product-review .amount,
  .products-grid .product-info .product-review .amount{
  	line-height: 108%;
  	float:left;
  	margin-left:20px;
  }
  /*--------------------------------listing content list-------------------------------*/
  .products-list .item{
  	margin-bottom:30px;
  }
  .products-list .product-name a{ 
  	font-size:133%;
  	display:inline-block;
  	line-height:100%;
  	padding-bottom:10px;
  }
  #yt_main .products-list .product-info .product-price{
  	padding-bottom:10px;
  }
  .products-list .product-info{
  	padding-left:30px;
  }
  .products-list .product-info .product-desciption{
  	margin:10px 0 20px 0;
  }
  .products-list .product-addto-wrap .btn-addto{
  	border-radius:100%; 	
  	-moz-border-radius:100%; 	
  	khtml-border-radius:100%; 	
  	-webkit-border-radius:100%;
  	width:54px;
  	height:54px;
  	display:inline-block;
  	text-indent:-999em;
  	margin-right:5px;
  }
  .products-list .item .product-addto-wrap .product-addcart{
  	background-position:left 0px;
  }
  .products-list .item .product-addto-wrap .product-wishlist{
  	background-position:2px -294px;
  }
  .products-list .item .product-addto-wrap .product-compare{
  	background-position:left -146px;
  }

  /*----------------------------css for detail page-------------------------------*/
  #sender_options textarea{
  	width:230px;
  }
  .yt-product-detail .show-phone{
  	display:none;
  }
/*.yt-product-detail .yt-detail-left{
	padding-left: 0;
	width:44.7%;
}
.yt-product-detail .yt-detail-right{
	width:55.3%;
	}*/
	.yt-product-detail .product-img-box{
		position:relative;
		z-index:1;
		float: left;
		width: 100%;
	}
	.yt-product-detail .product-img-box .yt-detail-image{
		position: relative;
		margin-bottom: 15px;
	}
	.yt-product-detail .product-img-box .product-image-zoom > #wrap{
		border:1px solid #e9e9e9;	
	}
	.yt-product-detail .product-img-box .product-image-zoom > #wrap img{
		width: 100%;
	}
	.yt-product-detail .popup-btn.hidden-phone > a {
		background: url(../images/icon-zoom.png) no-repeat right center;
		line-height: 100%;
		text-align: center;
		position: absolute;
		z-index: 9999;
		border-bottom: 0;
		right: 10px;
		bottom: 10px;
		width: 100%;
		height: 30px;
		text-indent: -999em;
	}
	.yt-product-detail .more-views.slide-gallery .jCarouselLite{
		float:left; 
	}
	.yt-product-detail .more-views .jCarouselLite > ul >li{
		float:left;
		margin-right:10px;
		-moz-box-sizing: border-box;
	}
	.yt-product-detail .jCarouselLite > ul > li:last-child{
		margin-right:0px;
	}
	.yt-product-detail .jCarouselLite .cloud-zoom-gallery > img{
		width: 100%;
		border:1px solid #e9e9e9
	}
	.yt-product-detail .more-views.slide-gallery{
		position:relative;
	}
	.yt-product-detail .more-views.slide-gallery .prev,
	.yt-product-detail .more-views.slide-gallery .next{
		cursor: pointer;
		width: 30px;
		height: 30px;
		float: right;
		border-radius: 100%;
		-moz-border-radius:100%; 	
		khtml-border-radius:100%; 	
		-webkit-border-radius:100%;
		position:absolute;
		top:25px;
		z-index:2;
	}
	.layout-boxed .yt-product-detail .more-views.slide-gallery .next{
		right:-15px;
	}
	.layout-boxed .yt-product-detail .more-views.slide-gallery .prev{
		left:-15px;
	}
	.yt-product-detail .more-views.slide-gallery .next{
		background:url(../images/ico-next2.png) no-repeat center center;
		right:-18px;
	}
	.yt-product-detail .more-views.slide-gallery .prev{
		background:url(../images/ico-prev2.png) no-repeat center center;
		left:-18px;
	}
	/*qty*/
	.quantity-box .quantity-controls{
		background-image:url(../images/plus-minus.png);
		background-repeat:no-repeat;
		width:25px;
		height:25px;
		border-radius: 100%;
		-moz-border-radius:100%; 	
		khtml-border-radius:100%; 	
		-webkit-border-radius:100%;
		background-color:#aaa8a8;
		border:none;
	}
	.quantity-box .quantity-controls.quantity-minus{
		background-position:5px center;
	}
	.quantity-box .quantity-controls.quantity-plus{
		background-position:-50px center;
	}
	.quantity-box .quantity-input.qty{
		width:48px;
		height:48px;
		border-radius: 100%;
		-moz-border-radius:100%; 	
		khtml-border-radius:100%; 	
		-webkit-border-radius:100%;
		border:1px solid #e5e5e5;
		text-align:center;
		margin:0 2px;
		font-size:117%;
		padding:0;
	}
	/*--popup cart*/
	#product-shop .wrap-qty{
		width:100%;
		display:inline-block;
	}
	#product-shop .wrap-qty .qty-set,
	.product-shop .wrap-qty .qty-set,
	.yt-product-detail .wrap-qty{
		float:left;
	}
	#product-shop .wrap-qty .qty-title,
	.product-shop .wrap-qty .qty-title{
		float:left;
		font-weight:bold;
		display: inline-block;
		height: 48px;
		line-height: 48px;
		margin-right: 10px;
	}

	/***-----content detail right-----***/
	.yt-product-detail .yt-detail-right{
		line-height: 150%;
		padding-right: 0;
	}
	.yt-product-detail .price-box{
		float:left;
		margin-right:50px;
	}
	.yt-product-detail .price-box-bundle .price-box{
		margin-right:10px;
	}
	.yt-product-detail .product-shop .price-box .price-as-configured .price,
	.yt-product-detail .product-shop .price-box .price-from .price,
	.yt-product-detail .product-shop .price-box .price-to .price,
	.yt-product-detail .product-shop .price-box .special-price .special-price,
	.yt-product-detail .product-shop .price-box .regular-price .price{
		font-size:167%;
		font-weight:bold;
	}
	.yt-product-detail .product-shop .price-box .old-price .price{
		font-size:150%;
		font-weight:normal;
		text-decoration:line-through;
	}

	.yt-product-detail .product-review{
		clear:both;
		margin:15px 0 20px 0;
	}
	.yt-product-detail .short-description{
		margin:15px 0 20px 0;
	}
	.yt-product-detail .custom-btn,
	.yt-product-detail .email-friend,
	.yt-product-detail .add-to-links li{
		float:left;
		width:50%;
	}
	.yt-product-detail .add-to-links li a{
		margin:20px 0;
	}
	.yt-product-detail .custom-btn a,
	.yt-product-detail .email-friend,
	.yt-product-detail .add-to-links li a{
		position:relative;
		padding-left:45px;
		height:30px;
		line-height:30px;
		display:inline-block;
		font-size:117%;
	}
	.yt-product-detail .custom-btn a:before,
	.yt-product-detail .email-friend a:before,
	.yt-product-detail .add-to-links li a:before{
		background-image:url("../images/btn-detail2.png");
		background-repeat:no-repeat;
		content:"";
		position:absolute;
		top:0;
		left:0;
		width:30px;
		height:30px;
		border-radius: 100%;
		-moz-border-radius:100%; 	
		khtml-border-radius:100%; 	
		-webkit-border-radius:100%;
	}
	.yt-product-detail .add-to-links li a.link-wishlist:before{
		background-position: 1px 0px;
	}
	.yt-product-detail .add-to-links li a.link-compare:before{
		background-position: 0px -50px;
	}
	.yt-product-detail .email-friend a:before{
		background-position:0px -150px;
	}
	.yt-product-detail .custom-btn a:before{
		background-position:0px -100px;
	}
	#yt_wrapper .yt-product-detail .add-to-cart .btn-cart{
		background:url(../images/btn-detail.png) no-repeat 2px -6px;
		padding:15px 10px 15px 50px;
		color:#fff;
		font-size:133%;
		border-radius: 24px;
		-moz-border-radius:24px; 	
		khtml-border-radius:24px; 	
		-webkit-border-radius:24px;
		margin-left:25px;
	}
	/*---next prev product----*/
	#header-page {
		float:left;
	}
	#header-page #name-top h1{
		padding:35px 0 30px 0;
	}
	.review-product-list .custom-btn,
	.review-product-list #header-page-right{
		display:none;
	}
	#header-page-right{
		float:right;
	}
	#product-next-pre{	
		font-size:117%;
	}
	#product-next-pre .product-pre,
	#product-next-pre .product-next{
		color:#fff;
		height:26px;
		line-height:26px;
		display:inline-block;
		margin-top:35px;
	}
	#product-next-pre .product-pre{
		background:url(../images/prev-pro.png) no-repeat left -1px;
	/*content:"";
	position:absolute;
	left:0;*/
	padding-left:30px;
}
#product-next-pre .product-next{
	background:url(../images/next-pro.png) no-repeat right center;
	padding-right:30px;
	margin-left:30px;
}
.yt-product-detail .product-essential .add-to-cart{
	border-bottom:3px double #e9e9e9;
	padding-bottom:30px;
}
/***----product type----***/
.product-shop .wrap-sc .pro-code{
	margin-left:20px;
}
.data-table.grouped-items-table{
	margin:20px 0 20px 0;
}

.yt-product-detail .add-to-holder.have-price{
	margin-top:20px;
}
.yt-product-detail .add-to-holder.have-price .price-box{
	display:none;
}

.product-options ul.options-list .label {
	color: #909090;
	font-size: 100%;
	line-height: 170%;
	padding: 0;
}
#product-options-wrapper.product-options dd,
#product-options-wrapper.product-options select,
#product-options-wrapper.product-options .options-list{
	margin-bottom: 10px;
}
#product-options-wrapper ul.options-list label{
	font-weight: normal;
}
#downloadable-links-list > li{
	margin: 5px;
}
.data-table.grouped-items-table{
	margin-bottom: 15px;
}
.data-table.grouped-items-table tr td,
.data-table.grouped-items-table input.input-text,
#product-options-wrapper .qty-holder input.input-text{
	text-align: center;
}
.product-shop .add-to-cart input.input-text.qty,
#product-options-wrapper .qty-holder input.input-text{
	width: 60px;
	text-align:center;
	line-height:30px;
	height:30px;
	padding:0;
}
.yt-product-detail .price-as-configured{
	margin-bottom: 15px;
	margin-top: 10px;
}

/***-----detail tabs-----***/
.yt-product-detail .tab-product-detail{
	margin-top: 30px;
}
.yt-product-detail .tab-product-detail .yt-tab-navi > li{
	float:left;
}
.yt-product-detail .tab-product-detail .yt-tab-navi > li:hover > a,
.yt-product-detail .tab-product-detail .yt-tab-navi > li.active > a{
	color:#fff;
}
.yt-product-detail .tab-product-detail .yt-tab-navi > li > a{
	font-size:133%;	
	padding:15px 20px;
	line-height:100%;
	border:1px solid #e9e9e9;
	margin-right:2px;
	display:inline-block;
}
.yt-product-detail .tab-product-detail .yt-tab-content{	
	padding-top:25px;
}
.yt-product-detail .tab-product-detail .yt-tab-content label{
	font-weight: normal;
	margin-bottom: 5px;
	line-height: 100%;
}
.yt-product-detail .tab-product-detail .yt-tab-content .box-collateral.box-tags > h2{
	display: none;
}
.yt-product-detail .tab-product-detail .yt-tab-content .box-collateral.box-tags > h3{
	font-weight: bold;
	margin-bottom: 10px;
}
#my_recent_tags .tags ul li,
#yt_tab_tags .box-tags .product-tags li{
	float:left;
	margin-right:10px;
}
.yt-product-detail .tab-product-detail .yt-tab-content .box-collateral.box-tags .product-tags{
	line-height: 160%;
	margin-bottom: 10px;
}
.yt-product-detail .tab-product-detail .yt-tab-content .box-collateral.box-tags .form-add{
	margin-bottom: 10px;
}
.yt-product-detail .tab-product-detail .yt-tab-content .collateral-box .box-collateral .form-add .button{
	height:35px;
}
.yt-product-detail .tab-product-detail .yt-tab-content .collateral-box .box-collateral .form-add label{
	width: 100%;
}
.yt-product-detail .tab-product-detail .yt-tab-content .collateral-box .box-collateral .form-add #productTagName{
	float: left;
	height: 35px;
}
.yt-product-detail .tab-product-detail .yt-tab-content .collateral-box .box-collateral .form-add #advice-required-entry-productTagName{
	float:left;
	clear:both;
}
.yt-product-detail .tab-product-detail .yt-tab-content .box-tags .note{
	clear:both;
}
.yt-product-detail .tab-product-detail .yt-tab-content #customer-reviews .pager{
	padding: 5px 10px;
	border: 1px solid #E9E9E9;
	line-height: 230%;
	margin: 10px  0 20px 0;
	border-bottom: 4px solid #e9e9e9
}
.yt-product-detail .tab-product-detail .yt-tab-content #customer-reviews .pager .amount{
	float: left;
}
.yt-product-detail .tab-product-detail .yt-tab-content #customer-reviews .pager .amount strong{
	font-weight: normal;
}
.yt-product-detail .tab-product-detail .yt-tab-content #customer-reviews .pager .limiter{
	float: right;
}
.yt-product-detail .tab-product-detail .yt-tab-content #customer-reviews .pager .limiter select{
	margin: 0 10px;
}
.yt-product-detail .tab-product-detail .yt-tab-content #customer-reviews  dl dd{
	padding-bottom: 10px;
	border-bottom: 1px dashed #E9E9E9;
}
.yt-product-detail .tab-product-detail .yt-tab-content #customer-reviews  dl dt span{
	font-weight:normal;
	font-style:italic;
}
.yt-product-detail .tab-product-detail .yt-tab-content #customer-reviews  dl dd:last-child{
	border: none;
}
.yt-product-detail .tab-product-detail .yt-tab-content .form-add .customer-review{
	margin-bottom: 30px;
}
.yt-product-detail .tab-product-detail .yt-tab-content #customer-reviews h2,
.yt-product-detail .tab-product-detail .yt-tab-content .form-add .customer-review > h4,
.yt-product-detail .tab-product-detail .yt-tab-content .form-add .write-your-review > h4{
	font-weight: normal;
	text-transform: uppercase;
	font-size:116.67%;
	margin-bottom: 10px;
}
#yt_wrapper .yt-product-detail #yt_tab_reviewform input[type="radio"] {
	margin: 0 0 0 50%;
}
.yt-product-detail .tab-product-detail .yt-tab-content .form-add .customer-review  #product-review-table > tbody > tr.odd{
	background:#f9f9f9;
}
.yt-product-detail .tab-product-detail .yt-tab-content .form-add .customer-review  #product-review-table > tbody > tr > td{
	padding-left: 2px;
}
.yt-product-detail .tab-product-detail .yt-tab-content .form-add .write-your-review .form-list #review_field{
	width:100%;
}
.yt-product-detail .box-up-sell{
	margin-top:30px;
	border-top:0px solid #e9e9e9;
	padding-top:20px;
}
.yt-product-detail #upsell-product-table{
	margin:20px -15px 0 -15px;
}
.box-up-sell .products-grid .item-inner:hover .product-addto-wrap{
	left:8%;
}
.upsell-product .upsell-title{
	color: #FFFFFF;
	font-size: 167%;
	line-height: 100%;
	margin: 0 0 30px;
	overflow: hidden;
	padding: 20px;
	text-transform: capitalize;
	width: 30%;
}
.upsell-product table td,
.upsell-product table th{
	float:left;
}
/***---------------------------------about---------------------------***/
.cms-page.about-us > p {
	padding-top:15px; 
}
.cms-page.about-us > h2 {
	font-size: 150%;
	font-weight: normal;
	line-height: 100%;
}
.cms-page.about-us .our-team{
	position: relative;
	border-bottom: 3px double #E9E9E9;
	margin-top:30px;
}
.cms-page.about-us .our-team h3{ 
	background:#FFF;
	font-size: 150%;
	font-weight:normal;
	text-transform: uppercase;
	display:inline-block;
	position: absolute;
	top: -10px;
	left: 50%;
	margin-left: -68px;
	padding: 0 20px;
}
.cms-page.about-us .members .member{ 
	text-align:center;
	margin-top: 30px;
}
.members .member .member-img{ 
	margin-bottom: 15px;
}
.members .member .member-img a img{
	border: 7px solid #f6f6f6;
	border-radius: 100%;
	-moz-border-radius:100%; 	
	khtml-border-radius:100%; 	
	-webkit-border-radius:100%;
}
.members .member .member-name{
	font-size:150%;
}
/***---------------------------------contact---------------------------***/
.contact-form{
	padding-left: 0;
}
.contact-info-wrap{
	padding-right:0px;
}
.contact-map-wrap{
	margin-bottom:40px;
}
.contact-form  > .fieldset,
.contact-form  > .buttons-set{
	border: none;
	padding: 0;
}
.contact-form .input-box  > textarea{
	width: 100%;
	font-size:92%;
}
.contact-form #advice-validate-email-email{
	width:92%;
	padding:5px 10px;
}
.contact-form .input-box > input.input-text{
	width:100%;
	height:33px;
	margin-bottom:8px;
	font-size:92%;
}
#contactForm{
	position:relative;
}
.contact-form .buttons-set .button{
	width:160px;
	font-size:150%;
	right:0px;
	height: 50px;
	top: 0;
	border-radius: 25px;
}
.contact-form .buttons-set .button span{
	padding-top:0px;
	display:inline-block;
}
.contact-info-wrap .contact-info .contact-address p,
.contact-info-wrap .contact-info .contact-desc{
	margin-bottom:30px;
}
/***-------------------------------------------other page---------------------------------------------------------------***/
/* compare*/
.catalog-product-compare-index .page-title h1{
	font-size:200%;
}
#product_comparison .product-name{
	margin:20px 0;
}
#product_comparison .rating-box{
	margin:3px 10px 0 0;
}
/*cart*/
.cart-collaterals .discount h2:before{
	content: "\f005";
	font-family: 'FontAwesome';
	font-size:15px;
	color:#F33;
	padding-right:10px;
}
.cart-collaterals .shipping h2:before{
	content: "\f0d1";
	font-family: 'FontAwesome';
	font-size:15px;
	color:#F33;
	padding-right:10px;
}
/***----check out----***/
#yt_wrapper .cart form,
#yt_wrapper .cart .title-buttons{
	float: left;
	width: 100%;
}
#yt_wrapper .cart .title-buttons > .page-title {
	float: left;
}
#yt_wrapper .checkout-types{
	margin-bottom: 20px;
	text-align: right;
}
.cart-collaterals .crosssell #crosssell-products-list .item{
	margin-bottom:30px;
}
.cart-collaterals .crosssell #crosssell-products-list .item .product-image{
	float:left;
	margin-right:15px;
}
.cart-collaterals .crosssell #crosssell-products-list .item .product-details{
	float:left;
	display:table;
}
.cart-collaterals .crosssell #crosssell-products-list .product-name{
	font-size:117%;
}
.cart-collaterals .crosssell #crosssell-products-list .price-box{
	font-weight:bold;
}
.cart-collaterals .crosssell #crosssell-products-list .item .add-to-links li{
	display:inline-block;
}
.cart-collaterals .crosssell h2{
	margin-bottom:10px;
}
#yt_wrapper .cart-collaterals .crosssell,
#yt_wrapper .cart-collaterals .totals,
#yt_wrapper .cart-collaterals .col2-set #discount-coupon-form, 
#yt_wrapper .cart-collaterals .col2-set .shipping{
	border:1px solid #e9e9e9;
	padding: 15px;
	margin-top: 20px;
	float: left;
	width: 100%;
	line-height: 200%;
}
#yt_wrapper #coupon_code,
#yt_wrapper #postcode{
	margin-bottom: 10px;
}
#yt_wrapper #shipping-zip-form,
#yt_wrapper #checkout-payment-method-load dt{
	line-height: 170%;
}
#yt_wrapper .cart-collaterals .totals td {
	overflow: hidden;
	text-align: left;
	white-space: nowrap;
	padding-right: 10px;
}
#yt_wrapper .cart-collaterals .totals .checkout-types{
	margin: 5px 0 0;
	text-align: left;
}
#yt_wrapper .cart-collaterals .totals .checkout-types .btn-proceed-checkout{
	margin-bottom: 5px;
}
/***----check out one page----***/
#checkout-progress-wrapper .block-content{
	border-top: 1px solid #E9E9E9;
}
#checkout-progress-wrapper .block-content dt {
	border: 1px solid #E9E9E9;
	font-weight: normal;
	padding: 7px;
	margin-top: 10px;
}
#checkout-progress-wrapper .block-content dt.complete,
#checkout-progress-wrapper .block-content dt.complete a{
	color: #fff;
	border: none;
}
#checkout-progress-wrapper .block-content dd.complete{
	padding: 10px;
	border: 1px solid #E9E9E9;
	border-top: none;
}
#checkoutSteps > li{
	position:relative;
	margin-bottom:10px;
	float: left;
	width: 100%;
}
#checkoutSteps .step-title{
	background:#777;
	color:#fff;
	line-height: 100%;
	padding: 12px 20px;	
	border: none;
	cursor: pointer;
}
#checkoutSteps .step-title > span.number{
	font-weight: bold;
	float: left;
	margin-right: 10px;
	font-size: 130%;
	line-height: 100%
}
#checkoutSteps .step-title >h2,
#checkoutSteps .step-title >span{
	font-size: 120%;
	line-height: 110%;
}
#checkoutSteps.opc .step-title a {
	display: none;
}
#checkoutSteps > li > div{
	padding:20px;
	border: 1px solid #e9e9e9;
	border-top: none;
	float: left;
	width: 100%;
}
#checkoutSteps .col2-set > div:first-child{
	padding-left: 0;
}
#checkoutSteps .col2-set > div:last-child{
	padding-right: 0;
}
#checkoutSteps h3{
	font-weight: bold;
	margin-bottom: 10px;
} 
#checkoutSteps .col2-set .buttons-set .button {	
	float: left; 		
}
#payment_form_ccsave{
	margin-top: 15px;
}
#payment_form_ccsave .v-fix{
	float: left;
	margin-right: 10px;
}
#checkoutSteps #opc-login .buttons-set .f-left,
#login-form .buttons-set .f-left{
	float: right;
	width: 100%;
	margin-bottom: 5px;
}
#checkoutSteps .please-wait{
	float: right;
	margin-right: 10px;
	margin-top: 7px;
}
/***----checkout multi address----***/
#checkout-progress-state{
	margin-bottom: 20px;
}
#checkout-progress-state > li{
	background: #777;
	color: #FFFFFF;
	float: left;
	padding: 5px 0;
	text-align: center;
	width: 20%;
}
#checkout_multishipping_form  .multiple-checkout .title-buttons {
	float: left;
	width: 100%;
}
#checkout_multishipping_form  .multiple-checkout .title-buttons  .page-title{
	float: left;
}
.multiple-checkout .button{
	float: right;
}
#checkout_multishipping_form #multiship-addresses-table{
	margin-top: 15px;
}
.multiple-checkout  h2.legend{
	font-weight: bold;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.multiple-checkout  h3.legend{
	font-weight: bold;
	margin-bottom: 10px;
}
.multiple-checkout .col-wide h3,
.multiple-checkout  .col-wide h4{
	font-weight: bold;
	margin-bottom: 10px;
}
.multiple-checkout .box-title{
	background: #777;
}
.multiple-checkout .box .box-content{
	padding: 15px;
	border: 1px solid #e9e9e9;
	margin-bottom: 15px;
}
.multiple-checkout .messages{
	float: none;
}
#multishipping-billing-form .sp-methods dt{
	line-height: 170%;
}
.multiple-checkout .box-title >h3,
.multiple-checkout .box-title >h2,
.multiple-checkout .box-title >h4{
	color: #ffffff;
	line-height: 100%;
	padding: 8px;
}
.multiple-checkout .box-title >h3 >a,
.multiple-checkout .box-title >h2 >a,
.multiple-checkout .box-title >h4 >a{
	color: #ffffff;
}
#checkout-review-submit .place-order .grand-total{
	float: right;
}
#checkout-review-submit .place-order .grand-total big{
	line-height: 200%;
	font-size: 120%;
}

/***---------wishlist----------***/
#yt_wrapper #yt_left .block-account .title-header{
	position: relative;
}
#yt_wrapper #yt_left .block-account .block-content{
	border-bottom: 1px solid #e9e9e9;
	float: left;
	padding:30px 0 30px 0;
}
#yt_wrapper #yt_left .block-account .block-content > ul > li{
	border: 1px solid #e9e9e9;
	border-bottom: none;
	padding: 10px;
	width: 100%;
	float: left;
}
#yt_wrapper #yt_left .block-account .block-content > ul > li.last{
	border-bottom: 1px solid #e9e9e9;
}
#yt_wrapper #yt_left .block-account .block-content > ul > li.current,
#yt_wrapper #yt_left .block-account .block-content > ul > li:hover{
	border-left: 1px solid transparent;
	border-right: 1px solid transparent;
}
#yt_wrapper #yt_left .block-account .block-content > ul > li > strong,
#yt_wrapper #yt_left .block-account .block-content >ul > li:hover >a{
	color: #fff;
}
.my-account .my-tag-edit{
	margin-bottom:30px;
}
.my-account .product-name{
	font-weight: bold;
	margin-bottom: 5px;
}
.my-account > .title-buttons{
	float: left;
	width: 100%;
	margin-bottom:25px;
}
.my-account #wishlist-view-form .buttons-set{
	float: right;
}
.my-account #wishlist-view-form textarea{
	width: 100%;
	margin-top: 5px;
}
.my-account #wishlist-view-form .price-box{
	font-weight: bold;
	font-size: 116.67%;
	margin-bottom: 5px;
}
.my-account > #form-validate > .buttons-set {
	display: inline-block;
	width:100%;
}
.my-account > #form-validate > .buttons-set .back-link{
	float:left;
}
.my-account .box-account{
	margin-top: 10px;
}
.my-account .box-account .box-head {
	background: none repeat scroll 0 0 #777777;
	color: #FFFFFF;
	line-height: 100%;
	padding: 10px;
	margin-bottom:10px;
}
.my-account .box-account .box-head  > h2 {
	float: left;
}
.my-account .box-account .box-head  > a {
	float: right;
	color: #fff;
}
#login-form,
.my-account  .box-account .col2-set{
	margin-left: -30px;
}
#checkout-step-login #login-form{
	margin-left: 0;
}
.my-account  .box-account  .col2-set > .box  > .box-title{
	margin-left: 30px;
}
.my-account .col2-set .col-1{
	float: left;
	width: 50%;
}
.my-account  .box-account.box-info .col2-set .col-1{
	padding-left:30px;
}
.account-login .col2-set .col-1{
	float: left;
	width: 50%;
	padding-left: 30px;
}
.my-account .col2-set .col-2,
.account-login .col2-set .col-2{
	float: right;
	width: 50%;
	padding-left: 30px;
}
.my-account .data-table{
	width: 100%;
	margin-bottom: 10px;
}
.my-account .data-table#my-orders-table{
	margin-top: 10px;
	margin-bottom: 20px;
}
.my-account .data-table .input-text.qty{
	width: 80px;
	margin-bottom: 10px;
}
.my-account .data-table .link-edit{
	float: left;
	margin-top: 5px;
	width: 100%;
}
.my-account .box-title{
	overflow:hidden;	
	border-bottom: 1px dashed #E9E9E9;
	margin-top: 10px;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
.my-account .box-title > h3{
	line-height: 180%;
	font-weight: bold;
	float: left;
}
.my-account .box-title > a{
	float:right;
	line-height: 180%;
}
.my-account .box-title > a:hover{
	text-decoration:underline;
}
.my-account .box-content h4{
	line-height: 180%;
	font-weight: bold;
	margin-bottom: 5px;
}
.my-account .box-account .number{
	margin:2px 10px 0 0;
	line-height:100%;
	float: left;
	font-weight:bold;
}
.my-account .product-review .product-img-box{
	margin-bottom:20px;
}
.my-account .product-review .product-img-box .product-image img{
	margin-bottom:10px;
}

.fieldset{
	border: 1px solid #e9e9e9;
	margin-bottom: 20px;
	padding: 20px 20px 10px;
}
.fieldset .legend {
	background: #fff;
	float: left;
	font-weight: bold;
	margin: -33px 0 0 0;
	padding: 5px 10px;
	border: 1px solid #e9e9e9;
}
.buttons-set {
	border-top: 1px solid #e9e9e9;
	text-align: right;
	margin-top: 10px;
	padding-top: 10px;
}
.buttons-set .button{
	float:left;
	margin-left: 5px;
}
.my-account .buttons-set.buttons-set2{
	border: none;
	padding: 0;
	margin: 0;
}
.buttons-set .back-link {
	float: left;
	margin: 0;
}
.my-account .form-list .field {
	float: left;
	width: 50%;
}
.account-login  .col2-set .content > h2{
	text-transform: uppercase;
	margin-bottom: 10px;
	font-size: 117%;
}
.col2-set .content > h2{
	font-weight: bold;
	margin-bottom: 5px;
}
.form-list li{
	margin-bottom: 5px;
}
.form-list input.input-text,
input.input-text {
	width: 230px;
	padding: 7px 10px;
}
input.input-text.qty{
	width: auto;
}
.my-account .pager{
	border: 1px solid #e9e9e9;
	border-bottom: 4px solid #e9e9e9;
	padding: 5px 10px;
	margin: 0 0 20px 0;
}
.pager li > a, .pager li > span {
	border-radius: 0;
	line-height: 100%;
	padding: 5px 10px;
	background-color: #F4F4F4;
	margin-left: 5px;
	float: left;
	border: 1px solid #e9e9e9;
}
.pager li > a:hover, 
.pager li > a:focus,
.pager li.current > a {
	color: #fff;
	border: 1px solid transparent;
}
.my-account .pager .amount {
	float: left;
	line-height:24px;
	margin-right:10px;
}
.my-account .pager  .limiter {
	float: left;
}
.my-account .pager .pages{
	display: inline-block;
	float: right;
}
.my-account .pager > .pages > ol{
	display: inline;
}
.pager .limiter label {
	font-weight: normal;
}
.pager .limiter select {
	margin: 0;
	width: 65px;
	position: relative;
	padding: 2px;
}
.my-account .title-buttons .page-title{
	float: left;
}
.my-account .title-buttons .button,
.my-account .link-print,
.my-account .link-reorder {
	float: right;
}
.my-account .link-print{
	margin-right: 10px;
}
.my-account .addresses-list h3,
.my-account .addresses-list h2,
.my-account .order-info-box h2{
	font-weight: bold;
	float: left;
	width: 100%;
	margin: 10px 0 7px 0;
}
.my-account .addresses-list h2{
	border-bottom: 1px dashed #E9E9E9;
	padding-bottom: 5px;
	margin: 0;
}
#my_recent_tags .item,
#my_recent_reviews .item{
	margin-top:10px;
}
#my_recent_reviews .ratings .rating-box{
	margin-top:3px;
}
#my_recent_tags .tags strong,
#my_recent_reviews .ratings strong{
	float:left;
	padding-right:10px;
}
/*------------------------------------------END other page-----------------------------------*/

/*-----------------content bottom homepage-------------*/
.yt-tab-listing{
	padding-bottom:40px;
}
.yt-slider{ 
	padding-top:40px;
}
.yt-slider-logo{
	background:url(../images/line-bg.png) repeat-x #fff;
	padding-top:30px;
}
.yt-content-bottom{
	background:url(../images/line-bg.png) repeat-x;
	padding-top:50px;
	margin-top:45px;
	display:inline-block;
	margin-bottom:15px;
}
.yt-content-bottom .block-basic-products,
.yt-content-bottom .block-customer-say,
.yt-content-bottom .block-promotion{
	padding:0;
}
.yt-content-bottom .block-customer-say,
.yt-content-bottom .block-promotion{
	padding-left:30px;
}
.block-basic-products .item{
	margin-bottom:30px;
}
.yt-content-bottom .block-title{
	font-size:167%;
	text-transform:uppercase;
	line-height:100%;
	margin-bottom:30px;
}
#shopping-cart-table .product-image img,
#crosssell-products-list .item .product-image{
	overflow:hidden;
	position:relative;
}
#shopping-cart-table .a-center .input-text{
	text-align:center;
	line-height:30px;
	height:30px;
	padding:0;
}
.block-basic-products .item .product-image a{
	float:left;
	background-color:#e7e7e7;
	margin-right:15px;
	display:block;
	overflow:hidden;
	position:relative;
}

#crosssell-products-list .item .product-image:before,
.block-basic-products .item .product-image a:before{
	box-shadow: 0 0 0 1px rgba(255, 255, 255, 0) inset;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 2;
}
/*.block-basic-products .item:hover .product-image a:before{
	box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.8) inset;
	}*/
	.block-basic-products .product-name{
		font-size:117%;
	}
	.block-basic-products .rating-box{
		margin-top:3px;
	}
	.block-basic-products .ratings .amount{
		font-size:91.6%;
		float:left;
		margin-left:15px;
	}
	.block-basic-products .product-price{
		font-size:150%;
		margin:5px 0;
	}
	.block-basic-products .product-price .old-price{
		text-decoration:line-through;
		font-size:100%;
	}

	.block-customer-say .block-content li{
		margin-bottom:30px;
	}
	.block-customer-say .cust-name{
		font-size:117%;
		background:url(../images/cus-name.png) no-repeat;
		display:inline-block;
		padding-left:15px;
		padding-bottom:3px;
		line-height:100%;
	}
	.block-customer-say .customer-img{
		width:70px; 
		height:70px;
		float:left;
		margin-right:20px;
	}
	.block-customer-say .customer-img img{
		padding:2px;
		border:1px solid transparent;
	}
	.block-promotion #carousel-generic{
		position:relative;
	}
	.block-promotion .carousel-inner .item{
		background-color:#e7e7e7;
	}
	.block-promotion .carousel-inner .item > img{
		max-width:370px;
		width:100%;
	}
	.block-promotion #carousel-generic .promotion-ico{
		position:absolute;
		top:0;
		right:0;
		background:url(../images/promotion-ico.png) no-repeat;
		width:72px;
		height:73px;
		z-index:1;
		text-indent:-999em;
	}
	.yt-content-bottom .block-promotion .block-content{
		margin-bottom:45px;
	}
	.yt-content-bottom .block-promotion .block-content .item a{
		float:left;
	}
	.yt-content-bottom .block-promotion .block-content .item a > img{
		background-color:#e7e7e7;
	}
	.block-promotion #carousel-generic .carousel-indicators{
		bottom:-45px;
		left:13%;
	}
	.block-promotion #carousel-generic .carousel-indicators li{
		width:22px;
		height:22px;
		border:none;
		border-radius:0; 	
		-moz-border-radius:0; 	
		khtml-border-radius:0; 	
		-webkit-border-radius:0;
		background-repeat:no-repeat;
		background-position:-40px 0;
		background-color:#fff;
		margin:0;
	}
	.block-promotion #carousel-generic .carousel-indicators li.active:hover,
	.block-promotion #carousel-generic .carousel-indicators li.active{
		background-position:-1px 0px;
	}
	.block-promotion #carousel-generic .carousel-indicators li:hover{
		background-position:-79px 0;
	}

	/*---------------------- dynamic slideshow--------------------*/
	.dynamicslideshow-loading{
		display:none;
	}
	.yt-slideshow,
	.dynamicslideshow-container .dynamicslideshow {
		position:relative;
	}

	@media only screen and (min-width: 1200px) {
		.yt-slideshow {
			min-height:500px;
		}
	}
	@media only screen and (max-width: 950px) and (min-width: 0px)  {
		.yt-slideshow {
			min-height:150px;
		}
	}
	@media only screen and (max-width: 1199px) and (min-width: 951px){
		.yt-slideshow {
			min-height:430px;
		}
	}

	.dynamicslideshow-container .dynamicslideshow > ul > li > img{
		opacity: 0; filter:alpha(opacity = 0);
	}
	.dynamicslideshow-container .slotholder{
		visibility:hidden !important;
		display:none !important;
	}
	.dynamicslideshow-container .slotholder > img{
		width:0px!important;
		height:0 !important;
		opacity: 0 !important;
		filter: alpha(opacity=0) !important;

	}
	.yt-slideshow-bottom{
	/*background-color:#fff;
	opacity: 0.1;
  	filter: alpha(opacity=10);
  	border-top:1px solid #fff;*/
  	height:190px;
  	position:absolute;
  	bottom:0;
  	left:0;
  	width:100%;
  	background:url(../images/bottom-slide-bg.png) repeat;
  }
  .dynamicslideshow-container .tp-simpleresponsive .btn_slide{
  	background:url(../images/slide_btn.png) no-repeat 0 0;
  	width:136px;
  	height:46px;
  	line-height:44px !important;
  	text-align:center;
  	color:#fff;
  	font-size:150% !important;
  	/*border:1px solid rgba(255,255,255,0.2);*/
  }
  .dynamicslideshow-container .tp-simpleresponsive .btn_slide:hover{
  	background:url(../images/slide_btn.png) no-repeat -145px 0;
  	cursor:pointer;
  }
  .yt-slideshow-bottom:before{
  	content:"";
  	width:100%;
  	height:1px;
  	background-color:#fff;
  	opacity: 0.2;
  	filter: alpha(opacity=20);
  	position:absolute;
  }
  .dynamicslideshow-container .tp-simpleresponsive .text_big1{
  	text-transform:uppercase;
  	font-size:267%;
  	font-weight:bold;
  	color:#fff;
  }
  .dynamicslideshow-container .tp-simpleresponsive .text_big2{
  	font-size:200%;
  	color:#fff;
  	text-transform:uppercase;
  }
  .dynamicslideshow-container .dynamicslideshow .text_desc{
  	width:620px;
  	color:#fff;
  	white-space: pre-wrap !important;
  	line-height:20px !important;
  }
  .dynamicslideshow-container .tp-simpleresponsive .text_desc.text_desc2{
  	width:580px;
  }
  .dynamicslideshow-container .tp-simpleresponsive .text_desc.text_desc5{
  	width:450px;
  }
  .page-head h3{ font-size:150%; margin-bottom:20px;}

  /*----stores icon page---------*/
  .cms-about-magento-demo-store #desc-top,
  .cms-store-icon #desc-top{
  	padding:0;
  }
  #stores-icon .store-icon{
  	clear:both;
  	margin-bottom:40px;
  	display:inline-block;
  }
  #stores-icon .store-icon .store-title{
  	font-size:200%;
  	margin-bottom:25px;
  }
  #stores-icon .store-icon .store-content li{
  	float:left;
  	margin-right:10px;
  }
  #stores-icon .store-icon .store-content li img{

  }
  #stores-icon .store-icon .store-content li p{
  	font-size: 116.6%;
  	margin-top:3px;
  }


  .layered-accordion > span {
  	font-family:"indy";
  }

  .price-box {display:none;}

  /* Generated by Font Squirrel (http://www.fontsquirrel.com) on May 27, 2015 */


  #codiceprodotto span {
  	font-family:"indy";
  }

  ul.level0 li {
  	font-family:"indy";
  }

  .footerdicitura {
  	font-family:"indy";
  }

  .dynamicslideshow span {
  	font-family:"indy";
  }

  h1,h2,h3, .upsell-title
  {
  	font-family:"indy";

  }
  .system1
  {
  }
  .yt-tab-navi
  {
  	font-family:"indy";

  }

  #top-h
  {
  	font-size:2em;
  }
  .bold
  {
  	font-weight: bold;
  	letter-spacing:1px;
  }

  .product-shop .bold {
  	font-family:"indy";
  	text-transform: uppercase !important;
  	font-weight: bold;
  }

  #super-product-table > thead > tr > th {
  	font-family:"indy";
  	text-transform: uppercase !important;
  }

  .system
  {
  	margin-top:1em;
  }
  .respl-tab-label
  {
  	letter-spacing:2px;
  	font-family:"indy";
  }
  .block-title
  {
  	letter-spacing:2px;
  	font-family:"indy";
  }

  .yt-footer-bottom .container .row p
  {
  	letter-spacing:1px;
  	font-family:"indy" !important;
  }
  .guardaCat
  {
  	font-size:2em;
  	margin-top:1em;
  	float: right;
  	letter-spacing:1px;
  	font-family:"indy" !important;
  }

  .pimp
  {
  	letter-spacing:1px;
  	font-family:"indy" !important;
  }

  .respl-loadmore-btn 
  {
  	letter-spacing:1px;
  	font-family:"indy";
  }


  .links
  {
  	letter-spacing:1px;
  	font-family:"indy";
  }

  .jqTransformSelectWrapper
  {
  	letter-spacing:1px;
  	font-family:"indy" !important;
  }


  .yt-tab-listing .respl-items .respl-loadmore .respl-loadmore-btn::before {
  	margin-left: -7px;
  }

  /*{font-family:"Arial" !important;}*/

  .yt-header-content .logo {
  	text-align: center;
  }
  #yt_header .yt-menu {
  	text-align: center;
  }
  .yt-menu-nav {
  	display: inline-block;
  	float: none !important;
  }
  .orangepimp
  {
  	color:#f1911f;
  	font-size:2.2em;
  	font-family:"indy" !important;
  }
  .bluepimp
  {
  	font-size:2.2em;
  	font-family:"indy" !important;
  	color:#00a0e0;
  }
  .redpimp
  {
  	font-size:2.2em;
  	font-family:"indy" !important;
  	color:#d62c7e;
  }

  .pimptitle
  {
  	word-spacing: 1em;
  }



  .test
  {
  	display: inline-table;
  }

  .in-stock
  {
  	display:none;
  }

  .email-friend
  {
  	display:none !important;
  }

  #upsell-product-table .product-name
  {
  	line-height:1px;
  }

  .category-description
  {
  	margin-top:2em;
  }

  .piccolo
  {
  	font-size:80%;
  }

  .cataloghi img
  {
  	margin: auto;
  	display:block;
  	max-width:100%;
  	height:auto;
  }

  h4.tit_cat
  {
  	text-align:center;
  	margin-bottom:1em;
  	margin-top:1em;
  	font-size:1.5em;
  	font-family:"indy" !important;
  }

  h3.tit_cat
  {
  	font-size:1.7em;
  	font-family:"indy" !important;
  }
  .cataloghi img
  {
  	opacity: 1;
  	transition: opacity .45s ease-in-out;
  	-moz-transition: opacity .45s ease-in-out;
  	-webkit-transition: opacity .45s ease-in-out;
  }

  .cataloghi img:hover {
  	opacity: 0.5;
  }

  .postWrapper
  {
  	border-top:1px dashed #e9e9e9
  }
  .postTitle h2
  { 
  	font-size:1.4em;
  }

  .coli{
  	width:25px;
  	height:25px;  
  	display:inline-block; 
  }

  .divcol
  {
  	margin-top:5px;
  }

  #codice
  {
  	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;
  }

  span
  {
  	letter-spacing:1px;
  }

  .aw-blog-read-more {
  	position: absolute !important;
  	right: 0px;
  }


/*.postDetails, .tags, .aw-blog-read-more
{
	display:none;
}

.postBookmarks
{
margin-top:10px;
}

 .blog-index-list #yt_pathway
{

	margin-top:35px !important;
	}*/

	ul.level0
	{
		display:none;
	}
	@media screen and (max-width: 991px){ 
		ul.level0{
			display:block!important;
		}
	}
	a:hover ~ ul.level0, ul.level0:hover , ul.level0 li:hover, image:hover ~ ul.level0

	{

		display:block !important;
	}


	.icon-rotate-45:before {

		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	.postDetails
	{
		display:none;
	}

	.postWrapper {
		padding-top: 15px;
		padding-top: 10px;

	}

	span.shortpost
	{
		margin-left:20px;
		font-familY:"Helvetica Neue",Helvetica,Arial,sans-serif !important;
	}

	.block-blog .menu-categories h5, .block-blog .menu-recent h5
	{
		font-size:14px;
		margin-bottom:5px;
	}

	.block-blog .menu-categories ul, .block-blog .menu-recent ul 
	{
		list-style-type:square;

	}

	.block-blog .menu-categories li a, .block-blog .menu-recent li a
	{
		font-size:12px !important;
	}
	.postTitle h2 a
	{
		margin-bottom:2px;
	}

	.postContent {
		position: relative;
	}

	.postContent  > a
	{
		background: gray none repeat scroll 0 0;
		color: white;
		float: right;
		/*margin-right: 75px;*/
		padding: 5px 10px;
		/*margin-top: -130px;*/
	}

	.postContent > a:hover
	{
		background: #9e9d9d none repeat scroll 0 0;
		color:white !important;

	}

	div.postContent > div > div.col-lg-4 > img
	{
/*	margin-bottom:30px;
	max-width:100%;
	margin-left:auto;
	margin-right:auto;
	display:block;
	border:1px solid black;
	position: absolute; */
	width: 100%;

}

.postTitle
{
	padding-bottom:2px;
}
.postTitle h3
{
	display:none;
}
/*
@media only screen and (max-width: 1200px) {
    .yt-menu-nav #nav > li{  margin-left:0px;
		margin-right:55px;
		
	}
	.yt-menu-nav {
    display: inline-block;
    float: none !important;
    margin-left: -80px;
}

}*/

.postContent ol li {
	margin-left: 2em !important;
}

#carousel-generic
{
	margin-top:20px;
}

.product-name
{
	height: 70px;
}

.products-grid .product-info .product-name
{
	padding-top:10px;
}

.product-name
{
	letter-spacing:1px;
	font-family:"indy" !important;
}

#name-top
{
	margin-top:15px;
}

.atm-f {
	border-top: 1px solid #ddd;
	height: 1pc;
	padding: 0 8px !important;
	text-align: right;
}

.product-shop h2
{
	font-size:90%;
}

#mixedhide
{
	display:none;
}

.yt-product-detail #upsell-product-table
{
	width:100%;
}

.tparrows
{
	display:none;
}

.search-filter, .button.reset,.direction,.street-view,.tag-store
{
	display:none !important;
}
#map,.container-locator,.locator-content
{
	width:100%; 
	overflow: hidden;
	position: relative;
	
}

.magic
{
	display:inline-table;
}

.storelocator-page .search-content {
	position: absolute;
	width: 285px !important;
	top: 10px;
	right: 65px;
}

.top-box .tag-content
{
	float:left !important;
}

.info-locator {
/*	position: absolute !important;

	top: 48%;*/
	width: 300px !important;
	z-index: 9999;
	bottom: 300px;
	right: 50px;
}

.info-locator ul#list-store-detail {
	max-height: 235px !important;
}

.search-button span
{
	font-size:90%;
}

.search-button {
	float: left;
	margin-left: 6px;
}

.search-content .container-search
{
	margin-top:20px;
}

@media only screen and (max-width: 1000px) {
	.storelocator-page .search-content {
		left: 52% !important;
	}


	.info-locator {
		left: 52% !important;
		top: 48% !important;
	}
}

@media only screen and (max-width: 700px) {
	.storelocator-page .search-content {
		left: 2% !important;
	}


	.info-locator {
		left: 2% !important;
		top: 48% !important;
	}
}

.page-title
{
	display:none;
}

.yt-breadcrumbs
{
	background-color:#f2f2f2 !important;
}

/*@media only screen and (min-width: 2200px)  {
	.search-content,.info-locator{
		left: 62%;
	}
}
@media only screen and (max-width: 2199px) and (min-width: 1951px)  {
	.search-content,.info-locator {
		left: 64%;
	}
}
@media only screen and (max-width: 1950px) and (min-width: 1700px)  {
	.search-content,.info-locator {
		left: 66%;
	}
}
@media only screen and (max-width: 1699px) and (min-width: 1551px)  {
	.search-content,.info-locator {
		left: 67%;
	}
}
@media only screen and (max-width: 1550px) and (min-width: 1400px)  {
	.search-content,.info-locator {
		left: 68%;
	}
}
@media only screen and (max-width: 1399px) and (min-width: 1160px)  {
	.search-content,.info-locator {
		left: 69%;
	}
}
@media only screen and (max-width: 1159px)  {
	.search-content,.info-locator {
		left: 62%;
	}
}*/


.storelocator-page
{
	margin-top:10px;
	overflow: hidden;
}
.category-casette .block-shopby-3{
	display:none;
}
.blog-cat-view .toolbar{
	display:none;}

.respl-loadmore  {
	display: none !important; 
}

.yt-tab-listing {
    padding-bottom: 0px !important;
}	