@import url("docs.css");
@import url("addons.css");
@import url("menu.css");
@import url("css3.css");
@import url("colorbox.css");
@import url("widgets.css");
textarea, input, select,
input[type="file"], 
input[type="checkbox"], 
input[type="text"], 
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"]{	
	padding: 7px 10px;	
	border: 1px solid #e9e9e9;
	color:#909090;
	outline:none !important;
	-webkit-box-shadow: none; 	
	-moz-box-shadow: none; 	
	box-shadow: none;
}
input[type="text"],
.input-text,
#qty,
.quantity-controls,
textarea{
	-webkit-box-shadow: none!important; 	
	-webkit-border-radius: 0px!important; 	
	-webkit-appearance: none;
}
select{
	padding: 6px 6px 6px 10px;
}
input[type="checkbox"],
input[type="radio"]{
	border: none;
}

textarea:focus, select:focus,
textarea:hover, select:hover, 
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
input[type="radio"]:focus,
.uneditable-input:focus {
	outline:none !important;
	-webkit-box-shadow: none; 	
	-moz-box-shadow: none; 	
	box-shadow: none;
}
input[type="checkbox"],
input[type="radio"],
input[type="checkbox"]:focus,
input[type="radio"]:focus{
	border: none;
}

input[type="radio"], 
input[type="checkbox"] {
    float: left;
    margin: 0 7px 0 0;
}
@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.html#fontello") format('svg');			
}
@font-face {
  font-family: 'Open Sans Light';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'), url(http://fonts.gstatic.com/s/opensans/v9/DXI1ORHCpsQm3Vp6mXoaTXhCUOGz7vYGh680lGh-uXM.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans Regular';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(http://themes.googleusercontent.com/static/fonts/opensans/v8/cJZKeOuBrn4kERxqtaUH3T8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}

@font-face {
  font-family: 'Open Sans Semi Bold';
  font-style: normal;
  font-weight: 600;
  src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(http://themes.googleusercontent.com/static/fonts/opensans/v8/MTP_ySUJH_bn48VBG8sNSnhCUOGz7vYGh680lGh-uXM.woff) format('woff');
}
@font-face {
  font-family: 'Titillium Web Regular';
  font-style: normal;
  font-weight: 400;
  src: local('Titillium Web'), local('TitilliumWeb-Regular'), url(http://fonts.gstatic.com/s/titilliumweb/v3/7XUFZ5tgS-tD6QamInJTcdGU7DQ8I6RFMlK0vgclk7w.woff) format('woff');
}
@font-face {
  font-family: 'Titillium Web Semi Bold';
  font-style: normal;
  font-weight: 600;
  src: local('Titillium WebSemiBold'), local('TitilliumWeb-SemiBold'), url(http://fonts.gstatic.com/s/titilliumweb/v3/anMUvcNT0H1YN4FII8wprx7IBmrqA5IG9z8WNe77b9o.woff) format('woff');
}
body {
	line-height: 1.6;
	outline: none;
	overflow-y:scroll!important;
	overflow-x: hidden;
}
ul,ol{
	padding:0;
	list-style:none;
	margin:0;
}
button{
	border:none;
}
body *:focus{
	outline: none;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
	margin:0;
	padding:0;
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}
.products-grid{
	clear:both;
}
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;
}
body.layout-boxed{
	background-color: #eaeaea;
}
.clearfix {
	clear: both;
}

.layout-boxed #yt_wrapper{
	/* background: #fafafa; */
	margin: 0 auto;
	box-shadow:0 0 5px rgba(0,0,0,0.3);
}
/*#yt_wrapper {
	overflow-x: hidden;
}*/
#yt_header,
#yt_footer{
	background:#0a116a;
}
#yt_header,
#yt_content,
#yt_footer{
	float: left;
	width: 100%;
}
.yt-header-under.menu-on-top {
    box-shadow: 0 0 5px rgba(0,0,0,0.5);
}
.toolbar .toolbar-inner .pagination-wrap .pagination .pages ol li.current a{
	color:#fff;
}
#yt_wrapper .yt-content-inner{
	margin: 0 auto;
	padding-bottom: 10px;
}
#yt_main > .container {
    background: none repeat scroll 0 0 #fff;
    margin-bottom: 20px;
    padding-bottom: 30px;
    padding-top: 20px;
}
.catalog-product-view #yt_main > .container{
	background:none;
	padding-bottom:0px;
	padding-top:0px;
}
.checkout-cart-index #yt_main > .container{
	background:none;
}
#yt_wrapper .yt-main-home .yt-content-inner{
	padding-top: 50px;
}
.cms-home-left #yt_wrapper{
	background:#fff;
}
.service-bottom .row > div:hover .i-con > a:before{
	transform:scale(1);
}
/***messages***/
.messages {
    margin: 0 0 20px;
    width: 100%;
}
.error-msg {
    background: none repeat scroll 0 0 #f64848;
    border-radius: 3px;
    color: #fff;
    padding: 5px 10px;
}
/***title header***/
.title-header{
	font-size: 150%;
	color: #fff;
	text-transform: uppercase;
	float: left;
	background: url(../images/icon-title.png) no-repeat left center #777;
	line-height: 100%;
	padding: 10px 10px 12px 35px;
	border-left: 5px solid;
}
/***button***/
.button{
	height:36px;
	line-height:36px;
	padding:0 20px;
	transition: background-color .2s;
	-webkit-transition: background-color .2s;
	-moz-transition: background-color .2s;
	color:#fff;
	text-transform:uppercase;
	white-space: nowrap;
}
.cloud-zoom-big{
	background:#fff;
}
.rating-links{
	margin-top:-4px;
	float:left;
}
.button:hover,
#confirmbox #btnavi li > #btccart{
	background-color:#33485f;
}
#minicart-sidebar .item-options dt,
#minicart-sidebar .item-options dd{
	display:inline-block;
	
}
#minicart-sidebar .item-options dd{
	margin-right:10px;
}
label .required{
	color:red;
}
/***compare***/
.page-popup.catalog-product-compare-index{
	padding: 10px;
}
.fancybox-item.fancybox-close{
	width:30px;
	height:30px;
	background:url(../images/btn-close-fancy.png) no-repeat center center;
	top:-15px;
	right:-15px;
}
/*------------------------------ Data Table ----------------------*/
.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: #ff0000;
}

/*------------------------- css for header --------------------------*/
.yt-header-top .welcome-msg {
    line-height: 37px;
}
.yt-header-top {
	max-height:38px;
}

.yt-header-top .dropdown-setting {
    position:absolute;
	right:0px;
	top:50px;
	width:202px;
	background:#fff;
	border:1px solid #eaeaea;
	padding:15px;
	opacity:0px;
	z-index:-1;
	opacity:0;
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
	transition: top 0.3s ease 0s, opacity 0.3s;
	-webkit-transition: top 0.3s ease 0s, opacity 0.3s;
	-moz-transition: top 0.3s ease 0s, opacity 0.3s;
}
.my-account .tags-list li{
	display:inline-block;
	margin-right:5px;
}
.my-account .tags-list li > a:after{
	content:",";
}
.products-list .respl-item .link-learn:hover{
	text-decoration:underline;
}
.setting-page:hover .dropdown-setting {
    opacity: 1;
    top: 37px;
    z-index: 1000;
}
.setting-page:hover .btn-setting{
	background:#fff;
	border-left:1px solid #d9d9d9;
	border-right:1px solid #d9d9d9;
}
.block-layered-nav .currently ol li .btn-remove:hover{
	background-position: 10px -81px;
}
.layer-noshopby .block-content-layered .actions{
	margin:0 -15px;
	padding:10px 15px 15px;
}
.layer-noshopby .currently .block-subtitle{
	display:none;
}
.setting-page:hover span:before{
	content:"";
	background:#fff;
	position:absolute;
	bottom:-1px;
	width:100%;
	height:1px;
	display:inline-block;
	left:0px;
	z-index:100;
}

.setting-page:hover .btn-setting > a,.setting-page .btn-setting > a:hover {
    color: inherit;
}
.yt-header-top .dropdown-setting .jqTransformSelectWrapper > div {
    display: none;
}
.yt-header-top .dropdown-setting .jqTransformSelectWrapper ul{
	display:block!important;
	height:auto!important;
	width:auto!important;
}
.yt-header-top .btn-setting {
    padding-right: 40px;
    display: inline-block;
	background:#eeeeee;
	position:relative;
	cursor:pointer;
	border-left: 1px solid transparent;
	border-right: 1px solid transparent;
}
.yt-header-top .btn-setting:before{
	content:"";
	width:14px;
	height:15px;
	background:url(../images/icon-site-setting.png) no-repeat top left;
	display:inline-block;
	position:absolute;
	top:11px;
	right:13px;
}
.yt-header-top .setting-page,
.yt-header-top .links-top {
    float: right;
}
.yt-header-top .setting-page{
	position:relative;
}
.yt-header-top .toplinks-setting .links > li{
	float:right;
	position:relative;
}
.yt-header-top .toplinks-setting .links > li > a{
	background:url(../images/bg-link-top.png) no-repeat left center;
	padding: 5px 11px;
    line-height: 37px;
	font-size: 13px;
	color:#fff
}
.yt-header-top .toplinks-setting .links.links-second > li.last > a{
	background:none;
	padding-right: 25px;
}
.yt-header-top .toplinks-setting .links {
    float: right;
}
.ft-brand-wrapper{
	clear:both;
}
.yt-header-top .toplinks-setting .dropdown-link-account {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #d9d9d9;
    opacity: 0;
    padding: 0px 10px;
    position: absolute;
    top: 50px;
	left:2px;
    width: 150px;
    z-index: -1;
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
	transition: top 0.3s ease 0s, opacity 0.3s;
	-webkit-transition: top 0.3s ease 0s, opacity 0.3s;
	-moz-transition: top 0.3s ease 0s, opacity 0.3s;
}
.yt-header-top .links-second .list-account > a:before {
    content: "";
    display: inline-block;
    height: 5px;
    margin-top: -2px;
    position: absolute;
    right: 8px;
    top: 50%;
    width: 9px;
}
.yt-header-top .links-second .list-account:hover > a:before{
	background-position:left bottom;
}

.yt-header-top .dropdown-link-account a {
    border-bottom: 1px solid #d9d9d9;
    display: block;
    padding: 5px 0px;
}
.dropdown-setting .jqTransformSelectWrapper{
	width:auto!important;
}
.dropdown-setting label{
	font-weight:normal;
	text-transform:uppercase;
	margin-bottom:10px;
}
.dropdown-setting .block-currency .jqTransformSelectWrapper ul li{
	display:inline-block;
	margin-right:10px;
}
.dropdown-setting .block-currency .jqTransformSelectWrapper ul li a{
	display:inline-block;
	padding:5px 8px;
	border:1px solid #dbdbdb;
}
.yt-header-top .dropdown-link-account li:last-child a{
	border-bottom:none;
}
.yt-header-top .list-account:hover .dropdown-link-account {
    opacity: 1;
    top: 37px;
    z-index: 99;
}
#btn-setting > a {
    height: 37px;
    display: block;
    line-height: 37px;
	border-right:1px solid #dfdfdf;
	padding:0 15px;
}
#yt_header .yt-header-top .zen-clock{
	float: left;
	background: url("../images/clock-header.png") no-repeat scroll 10px center transparent; 
	border: 1px solid #202020;
	border-bottom: none;
	border-top: none;
	padding: 12px 10px;
}
#yt_header .yt-header-top .zen-clock > span{
	margin-left: 30px;
}
#yt_header .yt-header-top .zen-slogan{
	float: left;
	padding: 12px 10px;
}
#yt_header .header-user{
	float: left;
	position: relative;
	border-left: 1px solid #202020;
	padding: 12px 45px 11px 10px;
}
#yt_header .header-user > span.icon-user{
	font-size: 16px;
	color: #454545;
}
#yt_header .header-user > span.icon-user:after {
	content: "\f0dd";
	font-family: 'FontAwesome';
	font-size: 22px;
	line-height: 30px;
	position: absolute;
	top: 0;
	right: 0;
	color: #454545;
	padding: 0 10px 13px
}
#yt_header .header-user:hover{
	cursor: pointer;
}
#yt_header .header-user:hover > span.icon-user:after{
	background: #202020;
}
#yt_header .header-user > .links{
	position: absolute;
	top: 43px;
	right: -1px;
	border-bottom: none;
	z-index: 99;
	background: #202020;
	width: 130px;
	display: none;
}
#yt_header .header-user > .links > li{
	padding: 8px 10px;
	border-top: 1px solid #686868;
}
#yt_header .header-user > .links > li.last{
	display: none;
}
#yt_header .header-user > .links > li.first{
	border: none;
}
#yt_header .yt-header-top .zen-lang-currency{
	float: right;
}
#yt_header .yt-header-top .zen-lang-currency select#select-currency,
#yt_header .yt-header-top .zen-lang-currency select#select-language{
	display: none;
}
#yt_header .yt-header-top .zen-lang-currency .language-switcher{
	float: left;
	border-right: 1px solid #202020;
	text-transform: uppercase;
	padding: 12px 40px 12px 0;
	position: relative;
	height: 43px;
}
#yt_header .yt-header-top .zen-lang-currency .language-switcher .jqTransformSelectWrapper{
	width: 60px !important;
}
#yt_header .yt-header-top .zen-lang-currency .block-currency{
	float: left; 
	padding: 12px 10px 12px 0;	
	text-transform: uppercase;
	border: 1px solid #202020;
	border-bottom: none;
	border-top: none;
	position:relative;
	height: 43px;
}
#yt_header .yt-header-top .zen-lang-currency .block-currency .jqTransformSelectWrapper{
	width: 68px !important;
}

.language-switcher .jqTransformSelectWrapper ul li a{
	background-position:0 5px;
	background-repeat: no-repeat;
	padding-left:25px;
	background-size: 16px auto;
}
.language-switcher .jqTransformSelectWrapper li {
    margin-bottom: 10px;
}
.language-switcher .jqTransformSelectWrapper ul li:hover a{
	opacity: 1;
	filter:alpha(opacity = 100);
}
.language-switcher .jqTransformSelectWrapper ul li:hover  > a{
	opacity: 0.5;
	filter:alpha(opacity = 50);
}
.jqTransformHidden {
	display: none;
}
#yt_header .yt-header-content{
	float: left;
	width: 100%;
	padding: 27px 0px 15px;
}

#yt_header .header-content-right .header-login{
	background: #eaeaea;
	position: relative;
	padding: 9px 8px;
	border-bottom: 1px solid #dfdfdf;
	z-index: 98;
}
#yt_header .header-content-right .header-login > span.icon-login{
	margin-right: 5px;
	color: #686868;
	background:url("../images/icon-login.png") no-repeat left center transparent;
	float: left;
	width: 16px;
	height: 19px;
}
#yt_header .header-content-right .header-login > a:after{
	content: "\f0dd";
	font-family: 'FontAwesome';
	font-size:22px;
	position: absolute;
	top: 0;
	right: 0;
	color:#909090;
	background: #dfdfdf;
	border-right: 1px solid #dfdfdf;
	padding: 3px 7px 12px;
	line-height: 100%;
}
#yt_header .header-content-right .header-login > a.actived:after{
	background: #fff;
}
#yt_header .header-content-right .header-login > .links > li{
	display: none;
}
#yt_header .header-content-right .header-login > .links > li.last,
#yt_header .header-content-right .header-login > .links{
	display: block;
}
#yt_header .header-content-right .login-quick{  
 	padding-top: 20px;
	overflow:hidden; 
	background: #fff; 
	position:absolute; 
	z-index:30;
	top:39px;
	right: 0;
	width: 285px;
	border: 1px solid #dfdfdf;
}
#yt_header .header-content-right .login-quick .chk-remember{
	line-height: 110%;
	margin-bottom: 5px;
}
#yt_header .header-content-right .login-quick .chk-remember input{
	padding: 0;
}
#yt_header .header-content-right .login-quick #mini-login,
#yt_header .header-content-right .login-quick #mini-password{
	background: url(../images/user.png) no-repeat left center;
	height: 31px;
	width: 250px;
	margin: 0 15px 10px;
	border: none;
	padding: 0 10px 0 45px;
	border: 1px solid #E9E9E9;
}
#yt_header .header-content-right .login-quick #mini-password{
	background: url(../images/pass.png) no-repeat left center;
}
#yt_header .header-content-right .login-quick label{
	font-weight: normal;
}
#yt_header .header-content-right .login-quick .actions{
	margin: 5px 15px 15px;
}
#yt_header .header-content-right .login-quick .more-actions > a{
	padding: 9px 15px;
    float: left;
    width: 100%;
}
#yt_header .header-content-right .login-quick .f-left {
    border-top: 1px solid #DFDFDF;
    border-bottom: 1px solid #DFDFDF;
}
#yt_header .header-content-right .login-quick .submit-login{
	position: relative;
	display: inline-block;
	margin: 5px 0;
	background: #797979;
	color: #fff;
	padding: 0 25px 0 0;
}
#yt_header .header-content-right .login-quick .submit-login:after{
	content: "\f105";
	font-family: 'FontAwesome';
	font-size:18px;
	position: absolute;
	top: 0;
	right: 0;
	color:#fff;
	background: #9e9e9e;
	padding: 0 0 0 8px;
	line-height: 100%;
	width: 20px;
    height: 20px;
    border-radius: 50%;
    margin: 7px;
}
#yt_header .header-content-right .login-quick .submit-login:hover:after{
	background: #fff;
}
#yt_header .header-content-right .login-quick .submit-repl{
	background: #797979;
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
    padding: 2px 10px 5px;
    text-transform: uppercase;
    border: none;
}

#yt_header .yt-header-under{
	float: left;
	width: 100%;
	max-height:60px;
}
#yt_header .yt-header-under .yt-header-under-wrap{
	position: relative;
}
#yt_header .top-search{
	position: absolute;
	right: 0;
	bottom: 0;
	border: 5px solid #b8b8b8;
	border-bottom: none;
	background: #fff;
	overflow: hidden;
	z-index: 2;
	height: 47px;
}
#yt_header .top-search #search_mini_form .form-search{
	position:relative;
	float:right;
	padding: 6px 50px 6px 10px;
}
#yt_header .top-search #search_mini_form .form-search .button{
	position:absolute;
	right:0;
	top:0;
	padding:0px;
	background: #b8b8b8;
	padding: 10px 5px 12px 10px;
}
#yt_header .top-search #search_mini_form .form-search .button span.search-icon{	
	width:22px; 
	height:20px;
	display:inline-block;
	background:url(../images/icon-search.png) no-repeat;
}
#yt_header .top-search #search_mini_form .form-search input#search{
	width:190px; 
	height:30px;
	margin:0px;
	border:none;
	color:#c8c8c8;
	font-size: 91.6%;
}

.quickly-to{
	background:#fff;
	padding:10px 0px;
}
.list-item-quick li{
	display:inline-block;
	background:url(../images/bg-item-quick.png) no-repeat right center;
	margin-right: 17px;
    padding-right: 20px;
	height:26px;
	line-height:23px;
	position:relative;
}
.quickly-to .list-item-quick li.ql-item{
	padding-left:10px;
	padding-right:10px;
	margin-right:25px;
}
.quickly-to .list-item-quick a {
    padding: 3px 0px;
	font-size: 17px !important
}

.quickly-to .list-item-quick li.ql-item span:before{
	content:"";
	position:absolute;
	top:-1px;
	right:-8px;
	display:inline-block;
	width:10px;
	height:26px;
}
/*-------------------------------- css for Footer -------------------------------*/
.yt-footer-wrap{
	background:#1c242f;
}
.yt-footer-top {
	padding:30px 0px 37px 0px;
	border-bottom:1px solid #151b23;
}
.block-subscribe-footer{
	text-align:center;
}
.block-subscribe-footer .block-title{
	margin-bottom:20px;
}
.block-subscribe-footer .block-title > h2{
	font-size:138.46%;
	color:#fff;
	text-transform:uppercase;
}

.block-subscribe-footer .input-box,
.block-subscribe-footer .actions{
	display:inline-block;
	vertical-align:top;
}
.block-subscribe-footer .actions{
	margin-left:-5px;
}
.block-subscribe-footer .actions .button{
	height:49px!important;
	line-height:49px!important;
}
.block-subscribe-footer .input-box .input-text{
	border:none;
	height:49px;
	/* line-height:49px; */
	width:100%;
	padding-top:0px;
	padding-bottom:0px;
}
.block-subscribe-footer .input-box .input-text{
	line-height:49px\9;
}
.block-subscribe-footer .input-box .validation-advice{
	color:red;
	text-align:left;
}

.yt-footer-middle {
    padding: 34px 0px 39px;
}

.yt-footer-middle .content-footer {
    padding-top: 15px;
}
.yt-footer-middle .content-footer h3{
	font-family: 'Open Sans Semi Bold';
	text-transform:uppercase;
	margin-bottom:13px;
	margin-top:5px;
}
.title-footer > h2{
	font-size:123.07%;
	text-transform:uppercase;
	color:#fff;
	padding-bottom:8px;
	background:url(../images/bg-title-footer.png) no-repeat left bottom;
}
.yt-footer-middle .list-links li a{
	padding:2px 0px;
	display:inline-block;
	color:#999999;
}
.yt-footer-middle .list-links li a:hover{
	color:#fff;
}
.yt-footer-middle .payment-wrap{
	clear:both;
	padding-top:30px;
}
.list-payment li{
	display:inline-block;
	margin-right:5px;
}
.list-payment li img:hover{
	opacity:0.7;
}
.list-payment {
    padding-top: 15px;
}


.yt-footer-bottom {
    background: #151b23;
    padding: 15px 0px;
}


/*------------------------back to top---------------------------------*/
#yt-totop {
    background: url("../images/up-arrow.png") no-repeat scroll center center #333;
    bottom: 30px;
    height: 45px;
    overflow: hidden;
    position: fixed;
    right: 20px;
    width: 45px;
    z-index: 9999;
}

/*-------------------------css for home page---------------------------*/
#yt_content .yt-slideshow{
	width: 100%;
	position: relative;
}

.home-under{
	width: 100%;
	margin-bottom: -40px;
}
.home-under .block-home-under{
	border-top: 1px solid #e9e9e9;
	padding: 17px 0;
	margin-top: 34px;
}
.home-under .home-under-logo{
	float: left;
	margin-right: 40px;
	width: 130px;
	height: 33px;
}

.service-top{
	background:#fff;
	padding:40px 0px;
	margin-bottom:20px;
}
.service-bottom .container{
	background:#fff;
	padding-top:20px;
	padding-bottom:20px;
}
.service-block .i-con{
	float:left;
	width:70px;
	height:70px;
	position:relative;
}
.service-top-home-left .i-con{
	float:left;
	width:70px;
	height:70px;
	position:relative;
}
.service-bottom .i-con{
	background-color:#f7f7f7;
}
.service-top .i-con.i-con-free a{
	background-image:url(../images/free-ship-icon.png?1);
}
.service-top-home-left .i-con.i-con-free a{
	background-image:url(../images/free-ship-icon.png?1);
}
.service-top .i-con.i-con-wishlist a{
	background-image:url(../images/wishlist-icon-service.png?1);
}
.service-top-home-left .i-con.i-con-wishlist a{
	background-image:url(../images/wishlist-icon-service.png?1);
}
.service-top .i-con.i-con-box a{
	background-image:url(../images/box-icon.png?1);
}
.service-top-home-left .i-con.i-con-box a{
	background-image:url(../images/box-icon.png?1);
}
.service-bottom{
	margin-bottom:23px;
}
.service-bottom .i-con.i-con-free-bottom a{
	background-image:url(../images/freeship-icon-bottom.png);
}

.service-bottom .i-con.i-con-special a{
	background-image:url(../images/special-icon-bottom.png);
}

.service-bottom .i-con.i-con-promotion a{
	background-image:url(../images/promotion-icon-bottom.png);
}

.service-bottom .i-con.i-con-support a{
	background-image:url(../images/call-icon-bottom.png);
}
.service-top .i-con > a:before{
	content:"";
	width:8px;
	height:15px;
	display:inline-block;
	position:absolute;
	top:30px;
	right:-6px;
}
.service-bottom .i-con > a:before{
	content:"";
	width:6px;
	height:14px;
	background:url(../images/moc-service.png) no-repeat;
	display:inline-block;
	position:absolute;
	top:30px;
	right:-6px;
	transform:scale(0);
	-webkit-transform:scale(0);
	-moz-transform:scale(0);
	-ms-transform:scale(0);
	transform-origin:left center;
	-webkit-transform-origin:left center;
	-moz-transform-origin:left center;
}
.service-bottom .col-md-3:hover .i-con > a:before{
	transform:scale(1);
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-ms-transform:scale(1);
}
.service-block .i-con > a{
	display:block;
	height:100%;
	background-repeat:no-repeat;
	background-position:center center;
	overflow:hidden;
	text-indent:-9999px;
}
.service-top-home-left .i-con > a{
	display:block;
	height:100%;
	background-repeat:no-repeat;
	background-position:center center;
	overflow:hidden;
	text-indent:-9999px;
}
.service-block .service-info{
	margin-left:90px;
	min-height:70px;
}

.service-top-home-left .service-info{
	margin-left:90px;
	min-height:70px;
}
.service-top-home-left .service-info h2{
	margin-bottom:10px;
}
.service-bottom-home-left {
    border: 1px solid #efefef;
    margin: 0 15px;
    padding: 20px 15px;
	margin-bottom:20px;
}

.service-bottom-home-left .i-con {
    float: left;
    height: 70px;
    position: relative;
    width: 70px;
	background-color: #f7f7f7;
}
.service-bottom-home-left .i-con > a {
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    height: 100%;
    overflow: hidden;
    text-indent: -9999px;
}
.service-bottom-home-left .service-info {
    margin-left: 90px;
    min-height: 70px;
	padding-top:13px;
}
.service-bottom-home-left .service-info h2 a{
	font-size: 123.07%;
    text-transform: uppercase;
	font-family: 'Titillium Web Semi Bold';
}
.service-bottom-home-left .service-info > p {
    color: #878787;
    padding-top: 7px;
}
.service-bottom-home-left .i-con.i-con-special a {
    background-image: url("../images/special-icon-bottom.png");
}
.service-bottom-home-left .i-con.i-con-free-bottom a {
    background-image: url("../images/freeship-icon-bottom.png");
}
.service-bottom-home-left .i-con.i-con-promotion a {
    background-image: url("../images/promotion-icon-bottom.png");
}
.service-bottom-home-left .i-con.i-con-support a {
    background-image: url("../images/call-icon-bottom.png");
}
.service-bottom-home-left .i-con > a:before {
    background: url("../images/moc-service.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    content: "";
    display: inline-block;
    height: 14px;
    position: absolute;
    right: -6px;
    top: 30px;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    transform-origin: left center 0;
    width: 6px;
}
.service-bottom-home-left .row > div:hover .i-con > a:before {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
}
.service-top-home-left .service-info h2 a {
    color: #000;
    font-size: 107.69%;
    text-transform: uppercase;
	font-family: 'Titillium Web Regular';
}
.service-top-home-left .i-con > a:before {
    content: "";
    display: inline-block;
    height: 15px;
    position: absolute;
    right: -6px;
    top: 30px;
    width: 8px;
}
.service-bottom .col-md-3{
	margin-bottom:20px;
}

.service-bottom .service-info{
	padding-top:13px;
}

.service-block .service-info h2 a{
	font-size:123.07%;
	text-transform:uppercase;
	color:#000;
}
.service-top .service-info h2 a {
	font-family: 'Titillium Web Regular';
}
.service-bottom .service-info h2 a{
	font-family:'Titillium Web Semi Bold';
}
.service-block .service-info > p{
	color:#878787;
	padding-top:7px;
}
.deal-wrapper{
	margin-bottom:20px;
}
.deal-wrapper > .container{
	background:#fff;
}
.logo-w{
	margin-top: -59px;
}
.static-image-center img {
    width: 100%;
}

.deal-block{
	display:inline-block;
	width:100%;
	padding-top:20px;
	padding-bottom:34px;
}
.three-block{
	margin-bottom:20px;
}
.three-title-home {
	border-bottom:3px solid #f4f4f4;
	position:relative;
}
.three-title-home  > h2{
	font-size:138.46%;
	text-transform:uppercase;
	color:#000;
	font-family: 'Titillium Web Regular';
	padding-bottom:10px;
}
.three-title-home  > h2:before{
	display:inline-block;
	height:3px;
	width:70px;
	content:"";
	position:absolute;
	left:0px;
	bottom:-3px;
}
.block-product .bs-image{
	width:84px;
	float:left;
	margin-top:5px;
	position:relative;
	overflow:hidden;
}
.block-product .bs-image > a:before{
	content:"";
	position:absolute;
	width:100%;
	height:100%;
	display:inline-block;
	background:rgba(0,0,0,0.3);
	transform:scale(0);
	-webkit-transform:scale(0);
	-moz-transform:scale(0);
	-ms-transform:scale(0);
	opacity:0;
}
.block-product .bs-image:hover > a:before{
	transform:scale(1);
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-ms-transform:scale(1);
	opacity:1;
}
.block-product .bs-content{
	margin-left:99px;
	background:url(../images/border-bottom-bs.png) repeat-x left bottom;
	position:relative;
	min-height:89px;
	padding-right:45px;
}
.block-product .bs-content .bs-btn-addtocart{
	position:absolute;
	top:4px;
	right:0px;
}
.block-product .bs-item {
	display:inline-block;
	width:100%;
	margin-bottom:15px;
	/* border:1px solid #000; */
}
.block-product .bs-content .bs-price {
    margin-bottom: 5px;
}
.block-product .bs-content .bs-btn-addtocart .btn-cart{
	width:40px!important;
	height:40px!important;
	background-image:url(../images/btn-cart-bs.png);
	overflow:hidden;
	text-indent:-9999px;
	background-repeat:no-repeat;
	background-position:center center;
	/* transform:scale(0);
	-webkit-transform:scale(0);
	-moz-transform:scale(0); */
	display:none;
	/* transition:all 0.3s ease 0s !important;
	-webkit-transition:all 0.3s ease 0s !important;
	-moz-transition:all 0.3s ease 0s !important; */
}
#confirmbox .btn-cart{
	background-image:url(../images/btn-cart-bs.png);
	background-repeat:no-repeat;
	background-position:center center;
}
.block-product .bs-item:hover .bs-content .bs-btn-addtocart .btn-cart{
	/* transform:scale(1);
	-webkit-transform:scale(1);
	-moz-transform:scale(1); */
	display:block;
}
.block-product .bs-content .ratings{
	display:inline-block;
}
.block-product .bs-content .ratings .rating-links{
	display:none;
}
.three-block > .container{
	padding:25px 15px 15px;
	background:#fff;
}
.block-product .bs-content .regular-price{
	font-family: 'Open Sans Semi Bold';
	font-size:123.07%;
}
.static-image-center > .container{
	background:#fff;
	padding:15px;
	margin-bottom:20px;
}
.static-image-center .img-block,
.save-up,
.block-st-img  {
    position: relative;
}
.static-image-center .img-block  > a:before,
.save-up > a:before,
.block-st-img > a:before{
	content:"";
	width:100%;
	height:100%;
	display:inline-block;
	background:rgba(0,0,0,0.3);
	position:absolute;
	transform:scale(0);
	-webkit-transform:scale(0);
	-moz-transform:scale(0);
	-ms-transform:scale(0);
}
.yt-footer-bottom{
	text-align:center;
}
.static-image-center .img-block:hover  > a:before,
.save-up:hover > a:before,
.block-st-img:hover > a:before{
	transform:scale(1);
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-ms-transform:scale(1);
}
.feature-brand-block{
	background:#fff;
	padding-top:15px;
	padding-bottom: 29px;
	margin-bottom:20px;
}
.title-home{
	text-transform:uppercase;
	color:#000;
	font-size:153.85%;
}
.title-home > a{
	color:#000;
}
.feature-brand-block .owl-stage-outer{
	border:1px solid #efefef;
	padding:15px 0px;
	overflow:hidden;
}
.deal-block .owl-controls .owl-nav .owl-prev, .deal-block .owl-controls .owl-nav .owl-next{
	top:32%;
}
.respl-item .sale-item{
	color:#fff;
	position:absolute;
	top:10px;
	left:10px;
	padding:7px;
	text-align:center;
	line-height:20px;
}
.label-wrapper{
	display:inline-block;
	position:absolute;
	top:10px;
	right:0px;
	z-index:10;
}
.product-image-zoom .label-wrapper{
	z-index:999;
}
.new-product,
.sale-product{
	width:55px;
	height:25px;
	display:block;
	position:relative;
	right:-2px;
	overflow:hidden;
	text-indent:-9999px;
	z-index:10;
	margin-bottom:5px;
}
.new-product{
	background:url(../images/new-lb-item.png) no-repeat top left;
}

.sale-product{
	background:url(../images/sale-lb-item.png) no-repeat top left;
}
.respl-item .w-image-box > span:before{
	content:"";
	position:absolute;
	display:inline-block;
	background:rgba(0,0,0,0.3);
	z-index:9;
	width:100%;
	height:100%;
	transform:scale(0.1);
	-webkit-transform:scale(0.1);
	-moz-transform:scale(0.1);
	-ms-transform:scale(0.1);
	opacity:0;
}
.respl-item .w-image-box:hover span:before{
	transform:scale(1);
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-ms-transform:scale(1);
	opacity:1;
}
.respl-item .sale-item .txt-label{
	font-size:133.33%;
}
.respl-item .sale-item .n-sale{
	display:block;
	font-size:150%;
}
.respl-item  .actions .button{
	display:inline-block;
	float:left;
	color:#fff;
}
.respl-item  .actions .add-to-links{
	display:inline-block;
}
.respl-item  .actions .add-to-links li{
	display:inline-block;
	float:left;
	margin-left:1px;
	margin-right:0px;
}

.respl-item  .item-inner{
	/* background:#fff; */
}
.respl-item  .item-inner .item-info{
	padding:5px 15px 15px;
}
.category-products .products-grid .respl-item  .item-inner .item-info{
	background:#fff;
	padding-top:5px;
}
.super-categories-wrapper .respl-item  .item-inner .item-info{
	padding:2px 0px 15px;
}
.block-related .respl-item  .item-inner .item-info,
.block-upsell .respl-item  .item-inner .item-info{
	padding:2px 0px 0px;
}
.deal-block .respl-item  .item-inner .item-info{
	padding:5px 0px 0px;
}
.products-grid .item{
	margin-bottom:20px;
}
.respl-item  .add-to-links li a,
.yt-product-detail .yt-detail-right .add-to-links li a{
	display:inline-block;
	width:36px;
	height:36px;
	overflow:hidden;
	text-indent:-9999px;
	background-color:#d7d7d7;
	background-position:center;
	background-repeat:no-repeat;
}
.respl-item  .add-to-links li a.link-wishlist,
.yt-product-detail .yt-detail-right .add-to-links li a.link-wishlist{
	background-image:url(../images/wishlist-item.png);
}
.respl-item  .add-to-links li a.link-compare,
.yt-product-detail .yt-detail-right .add-to-links li a.link-compare{
	background-image:url(../images/compare-item.png);
}
.deal-block .title-deal{
	text-align:center;
	margin-bottom:28px;
	background:url(../images/bg-title-deal.png) repeat-x left center;
}
.deal-block .title-deal h2{
	text-transform:uppercase;
	font-size:153.85%;
	display:inline-block;
	padding:10px 20px;
	background:#fff;
}
.respl-item .w-image-box{
	position:relative;
}
.respl-item .rating-links{
	display:none;
}
.respl-item .item-review{
	height:20px;
	line-height:20px;
	margin-bottom:8px;
}
.respl-item .rating-box{
	margin-top:2px;
}
.respl-item .w-image-box .item-image a > img{
	width:100%;
}
.respl-item .view-detail {
	display:inline-block;
	width:108px;
	height:42px;
	text-align:center;
	line-height:42px;
	color:#fff;
	position:absolute;
	left:50%;
	top:50%;
	margin-top:-21px;
	margin-left:-54px;
	z-index:10;
	transform:scale(0);
	-webkit-transform:scale(0);
	-moz-transform:scale(0);
	-ms-transform:scale(0);
	transition: all 0.3s ease 0.3s;
	-webkit-transition: all 0.3s ease 0.3s;
	-moz-transition: all 0.3s ease 0.3s;
}
.respl-item  .w-image-box:hover .view-detail{
	transform:scale(1);
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-ms-transform:scale(1);
}
.respl-item .price-box .regular-price,
.respl-item .price-box .special-price .special-price{
	font-size:184.61%;
	font-family:Open Sans Semi Bold;
}
.old-price .price{
		
}
.respl-item .price-box .old-price .price{
	color:#999999;
	font-size:150%;
}
.respl-item .des-item{
	clear:both;
	padding-top:8px;
}
.respl-item .item-title a{
	font-size:123.07%;
}
.respl-item .item-time{
	line-height:36px;
	border:1px solid #d7d7d7;
	display:inline-block;
	margin-bottom:2px;
}
.respl-item .item-time .item-timer{
	display:inline-block;
	padding-right:5px;
}
.respl-item .item-time .item-timer div{
	display:inline-block;
	color:#333333;
}

.respl-item .item-time .item-timer .name-time {
	color:#999999;
}
.respl-item .item-time  .icon-timer{
	width:35px;
	height:36px;
	background-repeat:no-repeat;
	background-position:center center;
	display:inline-block;
	float:left;
	border-right:1px solid #d7d7d7;
	margin-right:5px;
}

.lastes-blog .item-latest-blog .lt-blog-info {
	background:url("../images/border-bottom-bs.png") repeat-x left bottom;
	margin-left:98px;
	position:relative;
	top:-4px;
	min-height:87px;
}

.carousel-dotted > li{
	width:10px;
	height:10px;
	background:#efefef;
	border-radius:50%;
	display:inline-block;
	border:none;
	margin:0px!important;
	margin-left:2px;
}
.carousel-dotted > li.active{
	width:10px;
	height:10px;
}

.wrapper-client-say {
	background:#f7f7f7;
	padding-right:10px;
}
.client-say-wrapper{
	margin-top:26px;
	margin-bottom:25px;
}
.client-image {
	width:139px;
	float:left;
	position:relative;
}
/* .client-image > a:before{
	content:"";
	width:100%;
	height:100%;
	display:inline-block;
	position:absolute;
	transform:scale(0);
	-webkit-transform:scale(0);
	-moz-transform:scale(0);
	background:rgba(0,0,0,0.3);
}
.client-image:hover > a:before{
	transform:scale(1);
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
} */
.img-wrapper > a:before {
    background: rgba(0,0,0,0.3);
    content: "";
    display: inline-block;
    position: absolute;
    width: 100%;
	height:100%;
    z-index: 999;
	transform:scale(0);
	-webkit-transform:scale(0);
	-moz-transform:scale(0);
	-ms-transform:scale(0);
}

.img-wrapper:hover > a:before {
    transform:scale(1);
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-ms-transform:scale(1);
}
.btn-button-st:hover {
    box-shadow: 0 0 5px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.5);
    -moz-box-shadow: 0 0 5px rgba(0,0,0,0.5);
}
.client-info{
	margin-left:165px;
}
.des-client{
	font-size:116.67%;
	padding:10px 0px 15px 0px;
}
.carousel-dotted{
	width:auto;
	left:inherit;
	right:0px;
	top:-58px;
}
.client-bottom > a{
	color:#000;
}
.client-bottom > a .color-client{
	font-weight:bold;
}
.shop-info .shop-info-wrapper{
	margin-top:23px;
}
.shop-info .tt-info{
	color:#000;
}
.shop-info .info-list > li{
	padding:5px 0 5px 35px;
	background-repeat:no-repeat;
	background-position:left center;
}
.socials-wrap{
	margin-top:22px;
}
.socials-wrap ul li{
	display:inline-block;
	margin-right:2px;
}
.socials-wrap ul li a{
	display:inline-block;
	width:35px;
	height:35px;
	background-color:#d7d7d7;
	background-repeat:no-repeat;
	background-position:center center;
	overflow:hidden;
	text-indent:-9999px;
}

.socials-wrap ul li a.show_facebook{
	background-image:url(../images/fb-icon.png);
}

.socials-wrap ul li a.show_twitter{
	background-image:url(../images/tw-icon.png);
}

.socials-wrap ul li a.show_google{
	background-image:url(../images/google-icon.png);
}

.socials-wrap ul li a.show_linkedin{
	background-image:url(../images/link-icon.png);
}

.socials-wrap ul li a.show_flickr{
	background-image:url(../images/flickr-icon.png);
}

.socials-wrap ul li a.show_pinterest{
	background-image:url(../images/prin-icon.png);
}


#yt_left .block,
#yt_right .block{
	display:inline-block;
	width:100%;
	background:#fff;
	/*padding:10px 15px 20px;*/
	margin-bottom:20px;
}
.cms-home-left #yt_left .block,
.cms-home-left #yt_right .block{
	display:inline-block;
	width:100%;
	background:#fff;
	padding:0px 0px 0px;
	margin-bottom:20px;
}
.cms-home-left #yt_left .block.sm-basic-products,
.cms-home-left #yt_right .block.sm-basic-products{
	margin-bottom:0px;
}
#layered-navigation .block{
	padding-bottom:0px;
}
#yt_left .block .block-title, #yt_right .block .block-title{
	border-bottom:3px solid #f3f3f3;
	padding-bottom:5px;
	position:relative;
	margin-bottom:15px;
}
#yt_left .block .block-title strong, #yt_right .block .block-title strong{
	font-size:138.46%;
	color:#000;
	text-transform:uppercase;
	font-weight:normal;
}
#yt_left .block .block-title strong:before, #yt_right .block .block-title strong:before{
	width:70px;
	height:3px;
	position:absolute;
	bottom:-3px;
	content:"";
	display:inline-block;
}
.block-layered-nav .filter-wrapp{
	margin:0 -15px;
	padding:20px 15px 20px;
}
.block-layered-nav .filter-wrapp dt{
	font-size:107.69%;
	text-transform:uppercase;
	margin-bottom:5px;
}
.layer-noshopby #narrow-by-list > div:first-child{
	padding-top:5px;
}
.block-layered-nav #narrow-by-list ol li{
	padding:12px 0px;
	position:relative;
	border-bottom:1px solid #e4e4e4;
}
.block-layered-nav #narrow-by-list ol li a{
	font-size:107.69%;
}
.block-layered-nav #narrow-by-list ol li:last-child{
	border:none;
}

.block-left-products .bs-content{
	padding-right:0px;
}
.block-tags .block-content .tags-list li{
	display:inline-block;
	margin-right:6px;
	margin-bottom:9px;
}
.block-tags .block-content .tags-list li a{
	height:30px;
	line-height:30px;
	padding:0 10px;
	border:1px solid #cccccc;
	display:inline-block;
	font-size:100%!important;
}
.block-tags .block-content .tags-list li a:hover{
	color:#fff;
}
.block-left-products .sm-basic-products .bs-items > div:last-child{
	margin-bottom:0px;
}
.btn-button-st {
    color: #fff !important;
    display: inline-block !important;
    margin-top: 10px;
    padding: 10px 15px !important;
    text-transform: uppercase;
}
.st-categories .category-wrap h2, .detail-st-img h2{
	color:#000;
	margin:15px 0 10px;
	text-transform:uppercase;
}
/*-------------------------css for breadcrumbs---------------------------*/
.yt-breadcrumbs{
	background: #fff;
	margin-bottom:30px;
}
.yt-breadcrumbs .breadcrumbs{
	margin:5px 0px;
}
.breadcrumbs li.note-br{
	background-image: none;
    color: #fff;
    height: 26px;
    line-height: 26px;
    margin-right: 10px;
    padding-left: 12px;
    padding-right: 8px;
    position: relative;
}
.breadcrumbs li.note-br > span:before{
	width:10px;
	height:26px;
	position:absolute;
	content:"";
	top:0px;
	right:-9px;
}
.breadcrumbs ul li{
	display:inline-block;
	background:url(../images/bg-br.png) no-repeat right center;
	padding: 0 15px 0 8px;
	margin-top:3px;
}
.breadcrumbs ul li:last-child{
	background:none;
}
.breadcrumbs ul li a {
    display: inline-block;
    padding: 5px 0px 8px;
	font-size:92.307%;
}
.breadcrumbs ul li strong{
	font-weight:normal;
	color:#000;
	font-size:92.307%;
}
#yt_wrapper #yt_pathway .pathway-inner .breadcrumbs{
	float:left;
	width:100%;
	min-height:43px;
}
#yt_wrapper #yt_pathway .pathway-inner .breadcrumbs .icon-caret-right{
	color: #9B9B9B;
    font-size: 16px;
    line-height: 120%;
}
#yt_wrapper #yt_pathway  ul.breadcrumbs .home{	
	padding-left:22px;
	background:url(../images/icon-breadcrumbs-home.png) no-repeat 0px 3px transparent;
}
#yt_pathway .pathway-inner .breadcrumbs .breadcrumbs-content{	
	padding:12px 0;
	float: left;
	width: 100%;
}
#yt_wrapper #yt_pathway  ul.breadcrumbs li a,
#yt_wrapper #yt_pathway  ul.breadcrumbs li{	
	float:left;
}
.respl-item .item-price {
    height: 39px;
    line-height: 39px;
}
/*------------------------- css for page title ---------------------------*/
#yt_wrapper .page-title h1{
	font-size: 184.61%;
	text-transform: uppercase;
	padding-bottom: 15px; 
	position: relative;
}
.category-description{
	margin-bottom:20px;
}
.category-description img{
	width:auto;
	max-width:100%;
}
/*-------ratings---------------*/
.ratings {
	padding: 0;
	direction: ltr;
	display:inline-block;
}
.block-location {
	background: #d00000;
	color: #fff;
	padding: 5px 10px;
}
.rating-box {  
	background:url(../images/bkg_rating.png) 0px -25px repeat-x;  
	height: 11px;  
	position: relative;  
	width: 76px;  
	float: left;
	margin-right:5px;
}
.rating-box .rating {
	background:url(../images/bkg_rating.png) 0 0 repeat-x;
	height: 11px;
	left: 0;
	position: absolute;
	top: 0;
}
.respl-item .item-review .amount{
	display:none;
}
.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 listting------------------------*/

#yt_right .block-content,
#yt_left .block-content{ 
	float: left;
	width: 100%;
}
.layer-noshopby{
	padding-bottom:0px!important;
}
.block-layered-nav .currently ol li .label{
	display:none;
}
.block-layered-nav .currently ol li{
	position:relative;
	display:inline-block;
	margin-right:33px;
	height:30px;
	line-height:30px;
	padding:0 10px;
	background-color:#f3f3f3;
}
.block-layered-nav .currently ol li .btn-remove{
	height:30px;
	width:30px;
	display:inline-block;
	background:url(../images/remove-shopby.png) no-repeat 10px 10px;
	position:absolute;
	top:0px;
	right:-30px;
	background-color:#dedede;
	transition: background-color 0.3s ease 0s;
	-webkit-transition: background-color 0.3s ease 0s;
	-moz-transition: background-color 0.3s ease 0s;
}
.block-layered-nav .currently ol li:hover{
	color:#fff;
}
#yt_wrapper #yt_left .layered-nav .block-content-layered .actions a{
	float:right;
	margin-right:10px;
	margin-bottom:10px;
}
#yt_wrapper #yt_left .layered-nav .subhead{
	border-bottom: none;
}

#yt_wrapper #yt_left .layered-nav .layered-accordion.subhead:hover,
#yt_wrapper #yt_left .layered-nav .layered-accordion.subhead.accordion-open{
	cursor: pointer;
    color: #FFFFFF;
    border: none;
}
#yt_wrapper #yt_left .layered-nav .layered-accordion.subhead.accordion-open .accordion-up{
	display: none;
}
#yt_wrapper #yt_left .layered-nav .layered-accordion .accordion-down{
	background: url(../images/icon-cat-down.png) no-repeat 0 center;
	position: absolute;
	height: 8px;
	width: 18px;
	top: 17px;
	right: 10px;
}
#yt_wrapper #yt_left .layered-nav .layered-accordion .accordion-up{
	background: url(../images/icon-cat-up.png) no-repeat 0 center;
	position: absolute;
	height: 18px;
	width: 18px;
	top: 12px;
	right: 10px;
}

#yt_wrapper #yt_left #narrow-by-list .block-content ol li:before{    
	content:"\f105";	
	font-family: "FontAwesome";
	font-size: 14px;
}
.layer-noshopby #narrow-by-list .block{
	margin-bottom:3px;
}
#yt_wrapper #yt_left #narrow-by-list .block-content ol li a{
    line-height: 240%;
    width: 100%;
	padding-left: 5px;
}
#yt_wrapper #yt_left .left-banner{
	overflow: hidden;
	position: relative;
}
#yt_wrapper #yt_left .left-banner img{
	width: 100%;
}

/*--------------------------------css for toolbar listting-------------------------------*/
#yt_wrapper .view-mode .listing-grid-icon:before{
	content:"\f00a";
	font-family:"FontAwesome";
}
#yt_wrapper .view-mode .listing-icon:before{
	content:"\f03a";
	font-family:"FontAwesome";
}
.toolbar .toolbar-inner .sort-by-wrap,
.toolbar .toolbar-inner .view-mode-wrap,
.toolbar .toolbar-inner .limiter-wrap{
	float:left;	
}
.toolbar .view-mode-wrap {
    border-right: 1px solid #f3f3f3;
    padding: 18px 30px 12px 0px;
	margin-right:30px;
}
.toolbar .toolbar-inner .limiter-wrap label,
.toolbar .toolbar-inner .limiter-wrap .select-new,
.toolbar .toolbar-inner .sort-by-wrap .select-new{
	float:left;
}
.toolbar .toolbar-inner .limiter-wrap .select-new{
	margin-right:5px;
}
.toolbar .limiter-wrap ,
.toolbar .sort-by-wrap {
	margin-top:12px;
	padding-bottom:12px;
}
.toolbar .sort-by-wrap{
	margin-right:40px;
}
.toolbar  .sorter{
	padding-left:30px;
}
.toolbar .btn-sortby{
	display:none;
}
.limiter-wrap .select-new select{ 
	width:111px;
}

.sort-by .select-new select{ 
	width:151px;
}

.toolbar-bottom .toolbar .toolbar-inner .pagination-wrap{
    float: right;
    padding: 0;
	line-height: 100%;
	margin-right: -1px;
}
.toolbar .toolbar-inner .pagination-wrap .pagination{
	margin: 12px 15px 0 0;
}
.toolbar  .select-inner{
	background:url(../images/bg-selectbox.png) no-repeat right top #f3f3f3;
	height:32px;
	line-height:32px;
	/* overflow:hidden; */
	position:relative;
}
.toolbar  .sort-by-wrap .select-inner{
	width:132px;
}
.toolbar .select-inner > ul{
	min-width:inherit;
	background:#fff;
	padding:0 10px;
	box-shadow:0 3px 3px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow:0 3px 3px rgba(0, 0, 0, 0.3);
	-moz-box-shadow:0 3px 3px rgba(0, 0, 0, 0.3);
	position:absolute;
	width:100%;
	top:32px;
	left:0px;
	border:none;
	border-radius:0;
	font-size:inherit;
	/* z-index:-1;
	opacity:0; */
	transition:top 0.3s ease 0s;
	-webkit-transition:top 0.3s ease 0s;
	-moz-transition:top 0.3s ease 0s;
}
/* .toolbar .select-inner:hover  > ul{
	top:32px;
	z-index:99;
	opacity:1;
} */
.btn-toolbar{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
}
.toolbar .select-inner > ul li{
	border-bottom:1px solid #dedede;
}
.toolbar .select-inner{
	cursor:pointer;
	display:block!important;
}
.toolbar .select-inner > ul li:last-child{
	border-bottom:none;
}
.toolbar .select-inner > ul li a{
	display:block;
	padding:5px 0px;
}
.toolbar .select-inner > ul li a:hover{
	background:none;
}
.toolbar .limiter .select-inner {
	width:93px;
}
.toolbar .selector {
    left: 0;
    position: absolute;
    top: 0;
    width: 100% !important;
}
.toolbar .selector > span{
	display: inline-block;
    height: 32px;
    line-height: 32px;
    padding: 0 30px 0 13px;
    width: 100% !important;
	color:#000;
	font-family: 'Open Sans Light';
}
.toolbar label {
    height: 32px;
    line-height: 32px;
	margin-right:10px;
	color:#000;
	font-family: 'Open Sans Light';
	font-weight:normal;
}
.toolbar .perpage{
	color:#999999;
}
*, *:before, *:after {
    box-sizing: border-box;
}
*, *:before, *:after {
    box-sizing: border-box;
}
label{
	color:#000;
	font-family:Open Sans Semi Bold;
}
.toolbar .select-inner select {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
}
.toolbar .selector select {
    height: 32px;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.toolbar .selector select{
	opacity:0;
}
.toolbar   .select-inner select{
	background:none;
	border:none;
	color:#000;
	cursor:pointer;
	font-family: 'Open Sans Light';
}
.toolbar .toolbar-inner .pagination-wrap .pagination .pages{
	padding: 0 10px 0 4px;
}
.toolbar .toolbar-inner .pagination-wrap .pagination .pages ol li{
	display:inline-block;
	margin-left: 0px;
	vertical-align:top;
}
.page-sitemap .pages ol li a,
.toolbar .toolbar-inner .pagination-wrap .pagination .pages ol li a{	
	display:inline-block;
	height:32px;
	line-height:32px;
	padding:0 15px;
	margin:0;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box;    
	box-sizing: border-box;
}
.toolbar .toolbar-inner .pagination-wrap .pagination .pages ol li a.next,
.toolbar .toolbar-inner .pagination-wrap .pagination .pages ol li a.previous{
	background-repeat:no-repeat;
	background-position:17px 12px;
	display:inline-block;
	width:38px;
	height:32px;
	overflow:hidden;
	text-indent:-9999px;
}
.toolbar .toolbar-inner .pagination-wrap .pagination .pages ol li a.next:hover,
.toolbar .toolbar-inner .pagination-wrap .pagination .pages ol li a.previous:hover{
	background-position:17px -29px;
}
.toolbar .toolbar-inner .pagination-wrap .pagination .pages ol li a.next{
	background-image:url(../images/toolbar-next.png);
}
.toolbar .toolbar-inner .pagination-wrap .pagination .pages ol li a.previous{
	background-image:url(../images/toolbar-previous.png);
}
.toolbar .toolbar-inner .pagination-wrap .pagination .pages ol li a{
	background:#f3f3f3;
}
.toolbar {
    background:#fff;
	margin-bottom:20px;
	position:relative;
	display:inline-block;
	width:100%;
}
.pagination-wrap {
    float: right;
}
.sort-by > label {
    float: left;
}

.view-mode strong,
.view-mode a{
	display:inline-block;
	width:26px;
	height:20px;
	overflow:hidden;
	text-indent:-9999px;
}

.view-mode .grid{
	background-image:url(../images/grid.png);
	background-repeat:no-repeat;
	background-position:top left;
	margin-right:20px;
}

.view-mode .list{
	background-image:url(../images/list.png);
	background-repeat:no-repeat;
	background-position:top left;
}
.view-mode strong,
.view-mode a:hover{
	background-position:left bottom!important;
}
.toolbar .toolbar-inner .pagination-wrap .pagination .pages ol li a:hover{
	color:#fff;
}
/*--------------------------------listing content grid-------------------------------*/
.crosssell{
	margin-top: 20px;
}
.crosssell > h2{
	margin-bottom: 20px;
	font-family:inherit;
	line-height:20px;
}
#shopping-cart-table .product-name{
	font-family:inherit;
	font-size:116.67%;
}
#crosssell-products-list a.product-image{
	border: 1px solid #CCCCCC;
	float: left; 
	margin: 0 10px 20px 0; 
}
#crosssell-products-list li.item{
	margin-bottom: 20px;
}
#crosssell-products-list li .price-box{
	padding: 3px 0;
}

#crosssell-products-list .separator{ display: none;}
#upsell_pro {
	float: left;
	width: 100%;
}
#upsell_pro  .page-title-slider{
	font-size:200%;
	padding: 55px 0 20px;
} 
#upsell_pro.container-slider .page-button .control-button .preview,
#upsell_pro.container-slider .page-button .control-button .next{
	background: none;
	width: 30px;
	height: 30px;
	border: 1px solid #ccc;
	top: -50px;
	text-indent: 0;
}
#upsell_pro.container-slider .page-button .control-button .next{
	border-left: 0;
}
#upsell_pro.container-slider .page-button .control-button .next:before,
#upsell_pro.container-slider .page-button .control-button .preview:before{
	content:"\f105";
	font-family:"FontAwesome";
	font-size: 20px;
	color: #ccc;
	width: 10px;
	height: 10px;
	top: 4px;
	left: 10px;
	position: absolute;
}
#upsell_pro.container-slider .page-button .control-button .next:hover,
#upsell_pro.container-slider .page-button .control-button .preview:hover{
	border: 1px solid transparent;
}
#upsell_pro.container-slider .page-button .control-button .next:hover:before,
#upsell_pro.container-slider .page-button .control-button .preview:hover:before{
	color: #fff;
}

#upsell_pro.container-slider .page-button .control-button .preview:before{
	content:"\f104";	
}
#upsell_pro .product-addcart > a, 
#upsell_pro .product-wishlist > a, 
#upsell_pro .product-compare > a,
.yt-product-detail .yt-detail-right #upsell_pro .product-name,
.yt-product-detail .yt-detail-right #upsell_pro .price-box,
.yt-product-detail .yt-detail-right #upsell_pro .no-rating{
	font-size: 12px;
	margin-bottom: 0;
}
#upsell_pro .price-box .price{
	font-size: 14px !important;
}
#upsell_pro   .product-price {
	margin-bottom: 6px !important; 
}
 #upsell_pro  .product-name {
	margin: 20px 0 10px !important;
}
#upsell_pro .product-image{
	border: 1px solid #E9E9E9;
    overflow: hidden;
    position: relative;
}

.products-grid .product-info .product-price 
.products-grid .product-image{
	border: 1px solid #e9e9e9;
	position: relative;
	overflow: hidden;
}
.products-grid .product-image img{
	width: 100%;
}

#yt_main .products-grid .product-image .product-addto-wrap{
	position: absolute;
	left: 0;
	top: -100px;
}
#yt_main .products-grid .product-image:hover .product-addto-wrap{
	top: 0;
}
#yt_main .products-grid .product-addcart,
#yt_main .products-grid .product-wishlist,
#yt_main .products-grid .product-compare,
#yt_main .products-list .product-addcart,
#yt_main .products-list .product-wishlist,
#yt_main .products-list .product-compare{
    height: 30px;
    margin-bottom: 2px;
    overflow: hidden;
    width: 30px;
    color: #fff;
}
#yt_main .products-grid .product-addcart:hover,
#yt_main .products-grid .product-wishlist:hover,
#yt_main .products-grid .product-compare:hover{
	width: 135px;
}
#yt_main .products-grid .product-addcart,
#yt_main .products-list .product-addcart{
	background: url(../images/icon-addcart.png) no-repeat left center #777;
}
#yt_main .products-grid .product-wishlist,
#yt_main .products-list .product-wishlist{
	background: url(../images/icon-wishlist.png) no-repeat left center #777;
}
#yt_main .products-grid .product-compare,
#yt_main .products-list .product-compare{
	background: url(../images/icon-compare.png) no-repeat left center #777;
}
#yt_main .products-grid .product-addcart > a,
#yt_main .products-grid .product-wishlist > a,
#yt_main .products-grid .product-compare > a,
#yt_main .products-list .product-addcart > a,
#yt_main .products-list .product-wishlist > a,
#yt_main .products-list .product-compare > a{
	color: #fff;
	padding-left: 35px;
	line-height: 250%;
	float: left;
}
.products-grid .product-image .sale-product,
.products-list .product-image .sale-product{
	position: absolute;
	left: -1px;
	bottom: -1px;
	background: url(../images/bg-sale.png) no-repeat;
	width: 54px;
	height: 53px;
	text-indent: -999em;
}
.products-grid .product-image .new-product,
.products-list .product-image .new-product{
	background: url(../images/bg-new.png) no-repeat;
	right: -1px;
	bottom: -1px;
	position: absolute;
	width: 54px;
	height: 53px;
	text-indent: -999em;
}
#yt_main .products-grid .product-info{
	text-align: center;
	line-height: 100%;	
	overflow: hidden;
}
#yt_main .products-grid .product-info .product-name{
	font-weight: bold;
	margin: 20px 0 14px;
}
#yt_main .products-grid .product-info .product-price{
	font-size: 116.67%;
	font-weight: bold;
	margin-bottom: 15px;
}
#yt_main .products-grid .product-info .price-from,
#yt_main .products-grid .product-info .price-to{
	float: none;
	display: inline-block;
}
.old-price{
	font-weight: normal;
	margin-left: 10px;
}
#yt_main .products-grid .product-info .product-review{
	min-height: 16px;
}
#yt_main .products-grid .product-info .product-review .ratings{
	display: inline-block;
}
#yt_main .products-grid .product-info .product-review .no-rating{
	line-height: 120%;
	min-height: 16px;
}
#yt_main .products-grid .product-info .product-review .amount{
	line-height: 108%;
	float:left;
}

/*--------------------------------listting content list-------------------------------*/
.products-list .w-image-box{
	width:270px;
	float:left;
	margin-bottom:0;
}
.products-list .product-shop{
	margin-left:300px;
	padding-top:15px;
	padding-right:20px;
}
.products-list .actions {
    clear: both;
    display: inline-block;
    width: 100%;
}
.products-list .desc {
    margin-bottom: 20px;
}
.products-list .desc.std *{
	display:inline;
}
.products-list .respl-item .item-review{
	margin-top:4px;
}
.products-list .respl-item .link-learn {
    text-transform: lowercase;
}
.products-list .product-name a{
	font-size:123.07%;
}
#yt_main .products-list .item{
	margin-bottom: 20px;
	position: relative;
	background:#fff;
}
#yt_main .products-list .product-image{
	position: relative;
	overflow: hidden;
}
#yt_main .products-list .product-image img{
	width: 100%;
}

#yt_wrapper .price-from,
.price-from{
	float: left;
	margin-right: 5px;
}
#yt_main .products-list .product-info .product-review{
	margin-bottom: 15px;
	display: inline-block;
}
#yt_main .products-list .product-info .product-desciption{
	line-height: 150%;	
}
#yt_main .products-list .product-addto-wrap{
	position: absolute;
	left: 220px;
	bottom: -1px;
}
#yt_main .products-list .product-addcart,
#yt_main .products-list .product-wishlist,
#yt_main .products-list .product-compare{
	margin: 0 5px 0 0;
	float: left;
	width: 135px;
}

/*----------------------------css for detail page-------------------------------*/
.yt-product-detail .box-1,
.yt-product-detail .box-2{
	background:#fff;
	display:inline-block;
	width:100%;
}
.yt-product-detail .box-2{
	margin-bottom:18px;
}
.yt-product-detail  .box-1 {
    padding-top: 20px;
	margin-bottom:18px;
}
.product-tags > li{
	display:inline-block;
}
.yt-product-detail .show-phone{
	display:none;
}
.yt-product-detail .yt-detail-left{
	padding-left: 0;
}
.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;	
	direction: ltr;
}
.yt-product-detail .product-img-box .more-views {
	/* margin-top: 20px; */
	overflow:hidden;
}

.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 center center #fff;
    line-height: 100%;
    text-align: center;
	position: absolute;
	z-index: 9999;
	border-bottom: 0;
	right: 0px;
	bottom: 0px;
	width: 38px;
	height: 38px;
	overflow:hidden;
	text-indent: -999em;
	border:1px solid #e9e9e9;
}
.yt-product-detail .more-views.slide-gallery .jCarouselLite{
 	margin:0 auto;
}
.yt-product-detail .more-views .jCarouselLite > ul >li{
	float:left;
	margin-right:10px;
	width:85px;
}
.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
}
.more-view-wrapper {
    position: relative;
	margin-top:20px;
	display:inline-block;
}
.yt-product-detail .more-view-wrapper .prev,
.yt-product-detail .more-view-wrapper .next{
	background-color:#fff;
	cursor: pointer;
	position:absolute;
	border-radius:3px;
	width: 22px;
	height: 27px;
	border: 1px solid #dbdbdb;
	background-repeat:no-repeat;
	background-position:7px 8px;
	top:27px;
	z-index:99;
}
.yt-product-detail .more-view-wrapper .prev:hover,
.yt-product-detail .more-view-wrapper .next:hover{
	background-position: 7px -43px;
}
.yt-product-detail .more-view-wrapper .next{
	background-image:url(../images/next-item-detail.png);
	right:-5px;
}
.yt-product-detail .more-view-wrapper .prev{
	background-image:url(../images/prev-item-detail.png);
	left:-5px;
}

#yt_main .yt-product-detail .block-related .related-header{
	float: left;
	width: 100%;
	border-bottom: 1px solid #e9e9e9;
}
#yt_main .yt-product-detail .block-related .related-header .title-header{
	margin-bottom: -1px;
}
#yt_main .yt-product-detail .block-related .related-page{
	float: right;
	list-style: none;
	margin-top: 14px;
	width: auto;
	position: static;
}
#yt_main .yt-product-detail .block-related .related-page > li{
    width: 13px;
    height: 13px;
    background:none #b8b8b8;
    float: left;
    margin: 0;
    margin-left: 5px;
    border-radius: 50%;
    border: none;
}

.yt-product-detail .block-related .block-content-inner{
	margin-left: -30px;
}
#yt_main .yt-product-detail .block-related  .product-info .product-name{
	margin: 8px 0 10px;
	line-height: 140%;
}
#yt_main .yt-product-detail .block-related .product-info .product-price{
	margin-bottom: 10px;
}
#yt_main .yt-product-detail .block-related .product-info .product-review .amount{
	line-height: 114%;
	margin-left: -7px;
}
#yt_main .yt-product-detail .block-related .products-grid .item{
	margin: 0;
}
#yt_main .yt-product-detail .block-related .products-grid .item .item-wrap{
	width: 50%;
	padding-left: 30px;
	float: left;
	overflow: hidden;
}
#yt_main .yt-product-detail .block-related .products-grid .product-image img {
    width: 100%;
}

.yt-product-detail .yt-detail-right .product-name{
	font-size: 184.615%;
	margin-bottom: 15px;
	font-family: 'Titillium Web Regular';
	color:#000;
}
.yt-product-detail .product-next-pre{
	position: absolute;
	top: 0;
	right: 0;
}
.yt-product-detail .product-next-pre > a {
    padding: 2px 10px;
    float: left;
	border-top: 1px solid #E9E9E9;
	border-bottom: 1px solid #E9E9E9;
}
.yt-product-detail .product-next-pre > a.product-pre{
	border-right: 1px solid #E9E9E9;
}
.yt-product-detail .product-next-pre > a:hover{
	color:#fff;
}
.quickview-main .product-next-pre{
	display: none;
}
#product-options-wrapper  dd .qty-holder{
	display:inline-block;
	margin-top:10px;
}
.qty-holder > label{
	font-weight:normal;
	margin-right:6px;
}
.yt-product-detail .yt-detail-right p.availability{
	margin:10px 0 20px;
	padding:5px 0 5px 35px;
}
.yt-product-detail .yt-detail-right p.availability.in-stock{
	background:url(../images/in-stock.png) no-repeat left center;
}
.yt-product-detail #super-product-table .price{
	font-size:133.33%;
}
#yt_tab_custom img{
	width:auto;
	max-width:100%;
}
#messages_product_view{
	margin:0 -15px;
}
.yt-product-detail .yt-detail-right .price-box .special-price .special-price,
.yt-product-detail .yt-detail-right .price-box .regular-price .price{
	font-size: 230.76%;
	margin-bottom: 5px;
	font-family:Open Sans Semi Bold;
}
.yt-product-detail .yt-detail-right .price-box .old-price .price{
	font-size:138.46%;
	color:#cccccc;
}
.yt-product-detail .yt-detail-right .short-description{
	clear:both;
	margin:26px 0 20px;
}
.yt-product-detail .yt-detail-right .short-description .title-short-des{
	font-size:123.07%;
	color:#000;
	margin-bottom:15px;
}
/***-----content-----***/
.yt-product-detail .yt-detail-right .product-options .required{
	margin-bottom: 5px;
	line-height: 100%;
}
.yt-product-detail .yt-detail-right .add-to-holder,
.yt-product-detail .yt-detail-right .add-to-box{
	margin-top: 10px;
}
.yt-product-detail .yt-detail-right .product-shop > .buttons-set{
	margin-top: 20px;
}
.yt-product-detail .yt-detail-right .product-options .selector {
	background:url(../images/select-btn-detail.png) no-repeat right top #f3f3f3;
	height:36px;
	position:relative;
	width:100%!important;
}
.yt-product-detail .yt-detail-right .product-options .selector > span{
	display:inline-block;
	padding:0 43px 0 10px;
	width:100%!important;
	line-height:36px;
}
.yt-product-detail .yt-detail-right .product-options .selector select{
	opacity:0;
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
}
.yt-product-detail .yt-detail-right .add-to-holder .price-box{
	display: none;
}
.yt-product-detail .yt-detail-right  .qty-title{
	display:inline-block;
	float:left;
	line-height:34px;
	margin-right:10px;
	color:#000;
}
.yt-product-detail .yt-detail-right .qty-set{
	display:inline-block;
}
.yt-product-detail .yt-detail-right .wrap-qty{
	float: left;
	margin-right: 30px;
}
.yt-product-detail .yt-detail-right .quantity-input.qty {
    height: 36px;
	line-height:36px;
    text-align: center;
    width: 54px;
	float: left;
	padding: 0;
	margin-left:-1px;
	font-size:123.07%;
	border:1px solid #d7d7d7;
}

.yt-product-detail .yt-detail-right .add-to-cart,
.yt-product-detail .yt-detail-right .product-add-box .wishlist,
.yt-product-detail .yt-detail-right .product-add-box .compare{
	float: left;
}

.yt-product-detail .yt-detail-right .add-to-cart .button.btn-cart{
	margin-right: 1px;
}
.yt-product-detail .yt-detail-right .product-add-box .wishlist{
	margin-right: 1px;
}

/***----product type----***/
.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: 5px;
}
#product-options-wrapper.product-options dd{
	margin-bottom:15px;
}
#product-options-wrapper.product-options  .validation-advice{
	min-width: 200px;
	color:red;
}
#product-options-wrapper.product-options{
	max-width:330px;
}
#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-options-wrapper .qty-holder input.input-text{
	width: 54px;
}
.yt-product-detail .price-as-configured{
	margin-bottom: 15px;
	margin-top: 10px;
}
/***-----tabs-----***/
.yt-product-detail .tab-product-detail{
	margin-top: 37px;
	float: left;
	width: 100%;
	margin-bottom:20px;
}
.yt-tab-navi > li{
	float:left;
	border:1px solid #e9e9e9;
	border-bottom:none;
	margin-left:-1px;
	height:42px;
	line-height:42px;
	text-align:center;
	padding:0 20px;
	cursor:pointer;
	position:relative;
}
.tab-product-ex .yt-tab-navi > li > a:before{
	display:inline-block;
	width:12px;
	height:5px;
	content:"";
	position:absolute;
	left:50%;
	margin-left:-6px;
	bottom:-5px;
	display:none;
}
.super-categories-wrapper{
	margin-bottom:20px;
}
.tab-product-ex .yt-tab-navi > li > a{
	color:inherit;
}
.tab-product-ex .yt-tab-navi > li.active > a:before,
.tab-product-ex .yt-tab-navi > li.tab-sel > a:before,
.tab-product-ex .yt-tab-navi > li:hover > a:before{
	display:block;
}
.yt-product-detail .tab-product-ex .yt-tab-content{
	border-top:1px solid #e9e9e9!important;
}
.yt-tab-navi > li.active a,
.yt-tab-navi > li.tab-sel a,
.yt-tab-navi > li:hover a{
	color:#fff;
}
.yt-tab-navi > li > a{
	color:#000;
	font-size:123.07%;
	text-transform:uppercase;
}
.tab-product-ex .yt-tab-navi  > li > a{
	font-family: 'Open Sans Semi Bold'!important;
	font-size:107.69%!important;
	text-transform:capitalize;
}
.yt-product-detail .tab-product-ex{
	margin-top:0px;
}
.tab-product-ex .yt-tab-navi > li{
	border-top:none!important;
}
.yt-tab-navi > li:first-child{
	margin-left:0px;
}
.quickview-main .yt-product-detail .tab-product-detail .yt-tab-content{
	display: none;
}	
.yt-product-detail .tab-product-detail .yt-tab-content{	
	padding: 20px 15px 30px;
	float: left;
	width: 100%;
	border-left:1px solid #e9e9e9;
	border-right:1px solid #e9e9e9;
	border-bottom:1px solid #e9e9e9;
}
.yt-product-detail .tab-product-ex .yt-tab-content{
	border:none;
	padding: 20px 0px 0px;
}
.tab-product-ex .owl-controls .owl-nav .owl-prev, .tab-product-ex .owl-controls .owl-nav .owl-next{
	top:30%!important;
}
.tab-product-ex  .owl-dots{
	display:none!important;
}
.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;
}
.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 .input-box{
	float:left;
	width:70%;
}
.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;
	width:100%;
	height: 35px;
}
.yt-product-detail .tab-product-detail .yt-tab-content .collateral-box .box-collateral .form-add > .button{
	width:35px;
	height:35px;	
	text-indent: -999em;
	position: relative;
	margin-left: -1px;
}
.yt-product-detail .tab-product-detail .yt-tab-content .collateral-box .box-collateral .form-add > .button:before{
	position: absolute;
	content: "";
	background-image:url("../images/icon-next-prev.png");
	background-repeat: no-repeat;
	width: 12px;
	height: 16px;
    top: 9px;
    left: 15px;
}
.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 solid #E9E9E9;
	margin-bottom:10px;
}
.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 #yt_tab_reviewform .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 #yt_tab_reviewform .form-add .customer-review > h4,
.yt-product-detail .tab-product-detail .yt-tab-content #yt_tab_reviewform .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 #yt_tab_reviewform .form-add .customer-review  #product-review-table > tbody > tr.odd{
	background:#f9f9f9;
}
.yt-product-detail .tab-product-detail .yt-tab-content #yt_tab_reviewform .form-add .customer-review  #product-review-table > tbody > tr > td{
	padding-left: 2px;
}
.yt-product-detail .tab-product-detail .yt-tab-content #yt_tab_reviewform .form-add .write-your-review .form-list #review_field{
	width:100%;
}

/***---------------------------------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%;
}

.box-1-contact{
	background:#fff;
	padding-top:20px;
	margin-bottom:37px;
	padding-bottom:30px;
}
.validation-advice {
    color: red;
}
/***---------------------------------contact---------------------------***/
.contact-map-wrap #map{
	height:297px;
	border:6px solid #ececec;
}
.block-map {
    margin-bottom: 20px;
}
.form-wrapper .input-box .input-text{
	width:100%;
	max-width:395px;
}
.form-wrapper .input-box #comment{
	width:100%;
	max-width: none;
}
.form-wrapper li .field{
	margin-bottom:10px;
}
.form-wrapper .form-list li{
	margin-bottom:0px;
}
.store-info .list-info .item-info{
	padding-left:52px;
	position:relative;
	margin-bottom:20px;
}
.store-info .list-info .item-info > div:before{
	content:"";
	width:34px;
	height:34px;
	display:inline-block;
	background-color:#f0f0f0;
	background-repeat:no-repeat;
	background-position:center center;
	position:absolute;
	left:0px;
	top:0px;
	border-radius:50%;
}
.store-info .list-info .item-info.main-info > div:before{
	background-image:url(../images/add_contact.png);
}
.store-info .list-info .item-info.email-info > div:before{
	background-image:url(../images/email_contact.png);
}
.store-info .list-info .item-info.phone-info > div:before{
	background-image:url(../images/phone_contact.png);
}

.store-info .list-info .item-info .info-content > h2{
	text-transform:uppercase;
	font-size:100%;
	font-family:inherit;
}
.store-info .list-info .item-info .info-content .des-info {
    line-height: 18px;
    padding-top: 5px;
}
.contact-form .buttons-set {
	border:none;
}
.contact-form .buttons-set .button{
	float:left;
	margin-left:0px;
}
#yt_wrapper .page-title.title-c{
	margin-bottom:30px;
}
#yt_wrapper .page-title.title-c h1{
	position:relative;
}
#yt_wrapper .page-title.title-c h1:before{
	position:absolute;
	display:inline-block;
	content:"";
	width:70px;
	height:3px;
	bottom:3px;
	left:0px;
	
}

/* ------------------------------ABOUT US-------------------------------- */
.box-1-about{
	background:#fff;
	margin-bottom:20px;
	padding-bottom:20px;
	padding-top:25px;
}
.title-about-us{
	background:url(../images/bg-title-about.png) repeat-x left center;
	margin-bottom:17px;
}
.title-about-us h2{
	background:#fff;
	display:inline-block;
	font-size:169.23%;
	color:#000;
	font-family: 'Titillium Web Regular';
	padding:0 30px 6px 0px;
}
.image-about-us {
    float: left;
    width: 270px;
	padding-top:6px;
}
.des-about-us{
	margin-left:300px;
	line-height:18px;
}
.why-list li{
	position:relative;
	padding-left:29px;
}
.why-list li:before{
	content:"";
	width:14px;
	height:12px;
	display:inline-block;
	position:absolute;
	left:0px;
	top:10px;
	background-repeat:no-repeat;
	background-position:top left;
}
.why-list li > a{
	display:block;
	padding:5px 0 7px;
	background:url("../images/border-bottom-bs.png") repeat-x left bottom;
}
.why-list li:last-child > a{
	background:none;
}
.happy-about-us{
	clear:both;
	padding-top: 45px;
}
.title-happy-about {
    background: #fff;
    display: inline-block;
    left: 20px;
    padding: 5px 10px;
    position: absolute;
    top: -17px;
}
.title-happy-about h2{
	font-size:138.46%;
	font-family: 'Titillium Web Regular';
	color:#000;
}
.happy-ab{
	border:1px solid #e9e9e9;
	padding: 33px 8px 20px;
}
.ct-why {
    padding: 0 10px 0 25px;
	position:relative;
}
.slider-happy-client  .item > div:before{
	content:"";
	display:inline-block;
	position:absolute;
	width:16px;
	height:12px;
	background:url(../images/note-client.png) no-repeat top left;
	left:0px;
	top:6px;
}
.slider-happy-client .owl-dots{
	display:none!important;
}
.slider-happy-client .owl-controls{
	background:#fff;
	padding: 0 5px;
    position: absolute;
    right: 2px;
    top: -47px;
}
.slider-happy-client .owl-controls .owl-prev,
.slider-happy-client .owl-controls .owl-next{
	display:inline-block;
	width:26px!important;
	height:26px!important;
	background-position:left top;
	background-repeat:no-repeat;
	overflow:hidden;
	text-indent:-9999px;
	background-color:transparent!important;
	top:0px;
	margin:0 3px;
	position:relative;
}
.slider-happy-client .owl-controls .owl-prev{
	background-image:url(../images/btn-prev-hp.png)!important;
	margin-right:3px;
	right:40px!important;
	left:inherit!important;
}
.slider-happy-client .owl-controls  .owl-nav{
	width:68px;
	display:inline-block;
	height:26px;
	background:#fff;
}
.cms-about-us .service-bottom{
	margin-bottom:0px;
}
.cms-about-us #yt_main > .container{
	background:none;
	margin-bottom:0px;
}
.slider-happy-client .owl-controls .owl-next{
	background-image:url(../images/btn-next-hp.png)!important;
	right:5px!important;
}
.client-info-about{
	color:#000;
}
.client-info-about .name {
    font-size: 123.07%;
}
.ct-why .client-say{
	font-size:107.69%;
	color:#909090;
	margin-bottom:10px;
}
.our-member{
	clear:both;
	padding-top:30px;
}
.our-member .owl-nav{
	display:none!important;
}
.our-member .sm_quickview_handler{
	display:none!important;
}
.our-member .info-member{
	text-align:center;
	padding-top:10px;
}
.our-member .info-member .cl-name > a{
	font-size:123.07%;
}
.our-member .info-member .cl-name > a:hover{
	text-decoration:underline;
}
.our-member .cl-job{
	color:#000;
	padding:3px 0px 2px;
}
.our-member .cl-des{
	color:#909090;
}
.our-member .respl-item .w-image-box{
	border-radius:3px;
	overflow:hidden;
}
.our-member  .respl-item .w-image-box .item-image > a:before{
	background: rgba(0, 0, 0, 0.3);
	display:inline-block;
	content:"";
	width:100%;
	height:0%;
	position:absolute;
	left:0px;
	top:0px;
	z-index:2;
}
.our-member  .respl-item .w-image-box:hover .item-image > a:before{
	height:100%;
}

.our-member  .respl-item .w-image-box .cl-nw {
	display:inline-block;
	width:25px;
	height:25px;
	background-position:left top;
	background-repeat:no-repeat;
	position:absolute;
	bottom:-40px;
	left:50%;
	margin-left:-12px;
	overflow:hidden;
	text-indent:-9999px;
	z-index:10;
	border-radius:50%;
}
.our-member  .respl-item .w-image-box .cl-nw.cl-facebook{
	background-image:url(../images/cl_facebook.png);
	margin-left:-42px;
	transition:all 0.3s ease 0.3s;
	-web-kit-transition:all 0.3s ease 0.3s;
	-moz-transition:all 0.3s ease 0.3s;
}
.our-member  .respl-item .w-image-box .cl-nw.cl-flickr{
	background-image:url(../images/cl_flickr.png);
	transition:all 0.3s ease 0.6s;
	-web-kit-transition:all 0.3s ease 0.6s;
	-moz-transition:all 0.3s ease 0.6s;
}
.our-member  .respl-item .w-image-box .cl-nw.cl-twitter{
	background-image:url(../images/cl_twitter.png);
	margin-left:18px;
	transition:all 0.3s ease 0.9s;
	-web-kit-transition:all 0.3s ease 0.9s;
	-moz-transition:all 0.3s ease 0.9s;
}
.our-member  .respl-item .w-image-box:hover .cl-nw{
	bottom:28px;
	
}
.our-member .title-about-us{
	text-align:center;
}
.our-member .title-about-us > h2{
	padding:0 30px 6px 30px;
	font-size:215.38%;
}
.our-member .short-des{
	text-align:center;
	color:#909090;
	margin-bottom:70px;
}
.our-member .owl-controls{
	position:absolute;
	top:-45px;
	left:0px;
	width:100%;
}
/***---------------------------------other page---------------------------***/
.contacts-index-index #yt_main > .container{
	background:none;
	margin-bottom:5px;
	padding-bottom:0px;
}
.blog-index-list .toolbar > div:before{
	display:none;
}
.toolbar-bottom .toolbar > div:before{
	display:none!important;
}
.cms-home .menu-on-top .yt-header-under-wrap .yt-main-menu{
	padding-left:0px;
	padding-right:0px;
}
/***----check out----***/
.cart{
	margin:0 -15px;
}
.cart > form {
    background: none repeat scroll 0 0 #fff;
    margin-bottom: 20px;
    padding: 20px 15px;
	margin-bottom:20px;
}

.cart .cart-collaterals {
	background:#fff;
	padding:20px 15px;
	clear:both;
}
#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;
}
#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 dt {
    border: 1px solid #E9E9E9;
    font-weight: normal;
    padding: 7px;
	margin-top: 10px;
}

#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;
}
#checkout-step-payment .input-text,
#checkout-step-payment select{
	max-width:300px;
}
label em{
	float:right;
}
#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%;
	font-weight:bold;
	font-family:inherit;
	text-transform:uppercase;
}
#checkoutSteps.opc .step-title a {
    display: none;
}
#checkoutSteps > li > div{
	padding:20px;
	border: 1px solid #e1e1e1;
	border-top: none;
	float: left;
	width: 100%;
	background:#fff;
}
#checkoutSteps .input-text,
#checkoutSteps select{
	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: right; 		
}
#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 #opc-login .buttons-set .f-left{
	float:left;
	width:auto;
	margin-top:10px;
}
#checkoutSteps .please-wait{
	float: right;
	margin-right: 10px;
	margin-top: 7px;
}
.account-login .cus-wrapper-login, .reg-container {
    /*border: 1px solid #d9d9d9;*/
    padding: 15px 15px 10px;
	min-height:282px;
}
.account-login .cus-wrapper-login .input-text, .reg-container .input-text{
	width:100%;
}
/***----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;
}
.my-account {
    background: none repeat scroll 0 0 #fff;
    padding: 20px 15px;
}
.my-account .input-text,
.my-account select{
	width:100%!important;
}
.block-account .block-content a {
    border-bottom: 1px solid #f3f3f3;
    display: block;
    padding: 7px 0;
}

.my-account .product-name{
	font-weight: bold;
	margin: 5px 0;
}
.my-account > .title-buttons{
	float: left;
	width: 100%;
}
.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;
}
.my-account .box-account .box-head  > h2 {
	float: left;
    font-family: inherit;
    text-transform: uppercase;
}
.success-msg {
    background:#23b1fa;
	color:#fff;
    border-radius: 3px;
    padding: 5px 10px;
}
.my-account .box-account .box-head  > a {
	float: right;
	color: #fff;
}

.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,
.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{
	background: none repeat scroll 0 0 #777777;
    color: #fff;
    float: left;
    line-height: 100%;
    margin: 0 10px 0 0;
    padding: 2px 5px;
}
#my_recent_tags .product-name {
    bottom: -2px;
    margin: 5px 0;
    position: relative;
}
.note-mes{
	background:none!important;
	padding:0!important;
	margin:0 auto!important
}
#my_recent_tags,
#my_recent_reviews {
    padding-top: 10px;
}
.my-account .box-account .ratings > strong{
	float: left;
	margin: 0 10px 0 0px;
	line-height: 110%;
}
.fieldset{
    margin-bottom: 20px;
}
.account-create .input-text{
	width:100%!important;
}
.links-second a{
	cursor:pointer;
}
.fieldset .legend {
    font-weight: bold;
	text-transform:uppercase;
	font-family:inherit;
	margin-bottom:10px;
	border-bottom: medium double #f6f6f6;
	display:inline-block;
	padding-bottom: 5px;
	font-size: 117%;
}
.reg-container {
    min-height: 210px;
}
.buttons-set {
    border-top: 1px solid #e9e9e9;
    text-align: right;
	margin-top: 10px;
	padding-top: 10px;
}
.buttons-set .button{
	float:right;
	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%;
	font-family: inherit;
	border-bottom: medium double #f6f6f6;
	display:inline-block;
	padding-bottom:5px;
}
.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: 6px 10px;
}
input.input-text.qty{
	width: 50px;
	height:36px;
	text-align:center;
}
.discount-form .input-text,
.shipping-form .input-text,
.shipping-form select{
	width:100%!important;
}
.discount > h2,
.shipping > h2 {
    font-family: inherit;
    font-size: 107.69%;
    font-weight: bold;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.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:30px;
}
.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;
	float:left;
	line-height:26px;
}
.pager .limiter select {
    margin: 0;
    width: auto!important;
    position: relative;
	padding: 2px;
	margin-left:5px;
}
.my-account .title-buttons .page-title{
	float: left;
}
.my-account .title-buttons .button,
.my-account .link-print{
    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;
}

/*css background image*/
.pattern1 {
    background-image: url(../images/pattern/pattern1.png);
	background-attachment: fixed;
}
.pattern2 {
    background-image: url(../images/pattern/pattern2.png);
	background-attachment: fixed;
}
.pattern3 {
    background-image: url(../images/pattern/pattern3.png);
	background-attachment: fixed;
}
.pattern4 {
    background-image: url(../images/pattern/pattern4.png);
	background-attachment: fixed;
}
.pattern5 {
    background-image: url(../images/pattern/pattern5.png);
	background-attachment: fixed;
}
.pattern6 {
    background-image: url(../images/pattern/pattern6.png);
	background-attachment: fixed;
}
.pattern7 {
    background-image: url(../images/pattern/pattern7.png);
	background-attachment: fixed;
}
.pattern8 {
    background-image: url(../images/pattern/pattern8.png);
	background-attachment: fixed;
}
#product-options-wrapper .input-box .input-text{
	width:100%;
}
/*************************************************/
.tab-product-ex .tab-pane{
	opacity:0!important;
	height:0px!important;
	display:block!important;
	transform:scale(0);
	-webkit-transform:scale(0);
	-moz-transform:scale(0);
	-ms-transform:scale(0);
}
.tab-product-ex .tab-pane.active {
	opacity:1!important;
	height:auto!important;
	transform:scale(1);
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-ms-transform:scale(1);
}

/* QUICK VIEW */
.quickview-main{
	max-width:980px;
	padding:0px 20px;
	background:#fff;
}
.quickview-main #product-options-wrapper select{
	width:100%;
}
.quickview-main .tab-product-detail{
	display:none!important;
}

.block-bottom{
	padding-top:20px!important;
}

.block-popup-login{
	margin-top:50px;
	width:285px;
	padding:20px 20px 0px;
	background:#fff;
	box-shadow:0 0 5px rgba(0,0,0,0.5);
}
.block-popup-login .input-text{
	background:#f3f3f3;
	border:none;
	margin-bottom:14px;
	width:100%;
}
.block-popup-login .submit-login {
    margin-top: 9px;
}
.block-popup-login .button-reg:hover{
	text-decoration:underline;
}
.block-popup-login .more-actions{
	margin: 25px -20px 0px;
}

.block-popup-login .more-actions .ft-link-p{
	background:#f3f3f3;
	margin-bottom:1px;
	padding:0 20px;
}
.block-popup-login .button{
	border:none;
}
.block-popup-login .more-actions .ft-link-p a{
	display:inline-block;
	padding:10px 0px
}
.block-popup-login  .checker{
	display:inline-block;
	vertical-align:middle;
}
.block-popup-login .chk-remember > label {
    font-family: inherit;
    font-weight: normal;
    color: inherit;
    vertical-align: middle;
    position: relative;
    top: -3px;
	margin-left:2px;
}
.block-popup-login  .checker > span{
	display:inline-block;
	width:16px;
	height:16px;
	overflow:hidden;
	background:url(../images/checkbox-login.png) no-repeat top left;
}
.block-popup-login  .checker > span.checked{
	background-position:left bottom;
}
.block-popup-login  .checker > span > #chk_remember{
	opacity:0;
}
.block-popup-login  .close-login{
	display:inline-block;
	background:url(../images/btn-close-login.png) no-repeat top left;
	width:32px;
	height:32px;
	overflow:hidden;
	text-indent:-9999px;
	right:-16px;
	top:-16px;
	position:absolute;
	opacity:1;
}
.block-popup-login  .close-login:hover{
	background-position:left bottom;
}

.mini-cartpro .block-title .c-item{
	border: 2px solid #fff;
    border-radius: 50%;
    display: none;
    font-family: Arial;
    font-size: 107.69%;
    height: 30px;
    left: 11px;
    line-height: 28px;
    position: absolute;
    text-align: center;
    top: -20px;
    width: 30px;
}

.slidershow-megamenu{
	background-color:#ededed;
	padding:20px 0px;
}

.main-full {
    padding-top: 30px;
}

.service-top-home-left {
    border-bottom: 2px solid #ededed;
    padding-bottom: 30px;
	margin-bottom:10px;
}

.main-full .deal-block .title-deal{
	background:none;
	text-align:left;
	position:relative;
}
.main-full .deal-block .title-deal > h2{
	border:none;
	color:#fff;
}
.main-full .deal-block .title-deal > h2:before{
	display:inline-block;
	content:"";
	width:13px;
	height:6px;
	position:absolute;
	left:0px;
	bottom:-6px;
}
.main-full .sj-listing-tabs .ltabs-items-container .ltabs-loadmore{
	margin:-20px 0 0;
}
/* .main-full .sj-listing-tabs .ltabs-items-container .ltabs-items .ltabs-item{
	margin-bottom:0px
} */
.main-full .sj-listing-tabs .ltabs-tabs-container .ltabs-tabs > li{
	border:none;
	background-image:url(../images/bg-sp-h-left.png);
	background-repeat:no-repeat;
	background-position:right center;
}
.main-full .sj-listing-tabs .ltabs-tabs-container .ltabs-tabs li.tab-sel,
.main-full .sj-listing-tabs .ltabs-tabs-container .ltabs-tabs > li:hover{
	background-image:none;
}
.main-full .owl-controls .owl-nav .owl-prev{
	left:0px;
}
.main-full .owl-controls .owl-nav .owl-next{
	right:0px;
}
.main-full .feature-brand-block{
	margin-bottom:10px;
	padding-bottom:0px;
}
.main-full  .block-product .bs-content{
	padding-right:0px;
}
.cms-home-left .tp-leftarrow{left:0!important;}
.cms-home-left .tp-rightarrow{right:0!important;}
.main-full  .deal-block{
	padding-bottom:0px;
}
.main-full .feature-brand-block .sm_imageslider .owl-item img{
	opacity:0.5;
}
.main-full .three-block{
	margin-bottom:0px;
}
.main-full .three-block > .container{
	padding-bottom:0px;
}

.block-st-img img,
.save-up img{
	width:auto;
	max-width:100%;
}
.cms-home .sj-listing-tabs .ltabs-tabs-container .ltabs-tabs li.tab-sel, 
.cms-home .sj-listing-tabs .ltabs-tabs-container .ltabs-tabs > li,
.cms-home .sj-listing-tabs .ltabs-tabs-container .ltabs-tabs > li:hover{
	border-left:1px solid #efefef!important;
	border-right:1px solid #efefef!important;
}
.cms-home .sj-listing-tabs .ltabs-tabs-container .ltabs-tabs > li:last-child{
	border-right:none!important;
}
.cms-home .sj-listing-tabs .ltabs-tabs-container .ltabs-tabs > li:first-child{
	border-left:none!important;
}

.layout-flapshop-parent .content-home {
    display: inline-block;
    width: 100%;
    padding: 20px 15px;
}
.layout-flapshop-parent .layout-color > h2 {
	color: #000;
    text-transform: uppercase;
}
.layout-flapshop-parent .layout-color ul li {
    display: block;
    clear: both;
	float:none!important;
	text-align:left!important;
	position:relative!important;
	padding:5px 0px;
	border-bottom:1px solid #dedede;
}

.layout-flapshop-parent .list-theme a {
    display: inline-block!important;
    padding: 5px 0px!important;
}
.layout-flapshop-parent .layout-theme {
    display: inline-block;
    float: left;
    width: 99%;
}
.layout-flapshop-parent .color-theme {
    display: inline-block;
    float: left;
    width: 66.66%;
    padding-left: 30px;
}
.layout-flapshop-parent .color-theme .list-theme{
	width:50%;
	float:left;
}
.layout-flapshop-parent .sm_megamenu_dropdown_3columns .sm_megamenu_title{
	display:none;
}
.layout-flapshop-parent .color-theme ul li > a {
	padding-left:30px;
}
.layout-flapshop-parent .color-theme ul li > a:before {
    content: "";
    width: 20px;
    height: 20px;
    background: #dedede;
    display: inline-block;
    position: absolute;
	left:0px;
	top:7px;
}
.layout-flapshop-parent .color-theme ul li > a {
    padding-left: 30px!important;
}
.layout-flapshop-parent .color-theme ul li.lavender > a:before{
	background:#967adc;
}
.layout-flapshop-parent .color-theme ul li.grapefruit > a:before{
	background:#ed5565;
}
.layout-flapshop-parent .color-theme ul li.green > a:before{
	background:#65d31f;
}
.layout-flapshop-parent .color-theme ul li.blue > a:before{
	background:#41ade2;
}
.layout-flapshop-parent .color-theme ul li.orange > a:before{
	background:#ff9100;
}
.layout-flapshop-parent .color-theme ul li.yellow > a:before{
	background:#f2c204;
}
.layout-flapshop-parent .color-theme ul li.pinkrose > a:before{
	background:#ec87c0;
}
.layout-flapshop-parent .color-theme ul li.deepgrass > a:before{
	background:#05e05d;
}

.layout-flapshop-parent .color-theme ul li.green_yellow > a:before{
	background: url("../images/green_yellow.png") repeat-y center top;
}

.layout-flapshop-parent .color-theme ul li.lavender_pink > a:before{
	background: url("../images/lavender_pink.png") repeat-y center top;
}

.layout-flapshop-parent .color-theme ul li.green_cyan > a:before{
	background: url("../images/green_cyan.png") repeat-y center top;
}

.layout-flapshop-parent .color-theme ul li.cyan_red > a:before{
	background: url("../images/cyan_red.png") repeat-y center top;
}
.layout-flapshop-parent .layout-color ul li:hover{
	border-bottom:1px solid #dedede!important;
}
.layout-flapshop-parent .color-theme ul{
	padding-right:15px;
}
.layout-flapshop-parent .color-theme ul:last-child{
	padding-left:15px;
	padding-right:0px;
}
.sj-listing-tabs .ltabs-items   .ltabs-loadmore .ltabs-loadmore-btn .ltabs-image-loading{
	display:none;
}
.sj-listing-tabs .ltabs-items   .ltabs-loadmore .ltabs-loadmore-btn .ltabs-image-loading:before {
/* 	background: url('../images/301.gif') no-repeat scroll center center transparent; */
	/* width: 24px;
	height: 24px; */
	content: "\f01e";
	margin-right: 7px;
	margin-top:-2px;
	font-family:"FontAwesome";
	color:#000;
	position:absolute;
	left:-25px;
	top:12px;
	font-size:20px;
	-moz-animation: spin 2s infinite linear;
	  -o-animation: spin 2s infinite linear;
	  -webkit-animation: spin 2s infinite linear;
	  animation: spin 2s infinite linear;
}

.overwrite-sortby,
.overwrite-limiter{
	padding:0 40px 0 10px;
	font-family:'Open Sans Light';
}
.review-product-list #yt_main > .container{
	background:none!important;
	padding-top:0px;
	padding-bottom:0px;
}

#product_comparison .product-name {
    margin: 10px 0;
	font-family:inherit;
	font-size:113.33%;
}
#product_comparison .amount{
	display:block;
	padding:5px 0px 0px;
	margin-bottom:0px;
}
#product_comparison .btn-cart{
	margin:10px 0px;
}
#product_comparison td{
	vertical-align:top;
	text-align:center;
}
#product_comparison .add-to-links li{
	float:none;
}
.add-to-links .separator{
	display:none;
}
.add-to-links li{
	float:left;
	margin-right:1px;
}

.my-wishlist .buttons-set .button{
	margin-bottom:5px;
}

.yt-product-detail .tab-product-detail .limiter label{
	line-height:30px;
}

.yt-product-detail .more-views .more-images{
	display:inline-block;
	position:relative;
}

.btn-trigger{
	position:absolute;
	width:100%;
	height:100%;
	position:absolute;
	left:0px;
	top:0px;
	display:none;
}
.slider-happy-client .owl-controls .owl-next:hover,
.slider-happy-client .owl-controls .owl-prev:hover{
	transform:scale(1.1);
	-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1);
	-ms-transform:scale(1.1);
}

.layout-boxed .tparrows{
	opacity:0!important;
}
.layout-boxed .dynamicslideshow-container:hover .tparrows{
	opacity:1!important;
}
.layout-boxed .dynamicslideshow-container .tparrows:hover{
	opacity:0.5!important;
}

.mini-cartpro .truncated .price{
	font-size:100%!important;
	position:relative;
	top:-1px;
	margin-left:5px;
}

/******************************************/

.sm_quickview_handler,.sm_quickview_handler2 {
	background-image:url(../images/quick-view-icon.png);
	background-repeat:no-repeat;
	background-position:center center;
    vertical-align: middle;
	position:absolute;
	display:inline-block;
	width:48px;
	height:48px;
	top:50%;
	left:50%;
	margin-left:-24px;
	margin-top:-24px;
	z-index:10;
	transform:scale(0);
	-webkit-transform:scale(0);
	-moz-transform:scale(0);
	-ms-transform:scale(0);
	overflow:hidden;
	text-indent:-9999px;
	transition: all 0.3s ease 0.3s;
	-webkit-transition: all 0.3s ease 0.3s;
	-moz-transition: all 0.3s ease 0.3s;
}
.sm_quickview_handler_1 {
	background-image:url(../images/anchor-icon.png);
	background-repeat:no-repeat;
	background-position:center center;
    vertical-align: middle;
	position:absolute;
	display:inline-block;
	width:48px;
	height:48px;
	top:50%;
	left:50%;
	margin-left:-24px;
	margin-top:-24px;
	z-index:10;
	transform:scale(0);
	-webkit-transform:scale(0);
	-moz-transform:scale(0);
	-ms-transform:scale(0);
	overflow:hidden;
	text-indent:-9999px;
	transition: all 0.3s ease 0.3s;
	-webkit-transition: all 0.3s ease 0.3s;
	-moz-transition: all 0.3s ease 0.3s;
}
.sm_quickview_handler2{z-index:9999 !important;background:none}


.sm-deal-wrap .sm_quickview_handler{
	display:none!important;
}
.respl-item .w-image-box:hover .sm_quickview_handler,.respl-item .w-image-box:hover .sm_quickview_handler2{
	transform:scale(1);
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-ms-transform:scale(1);
}
.sm_quickview_handler:hover,
.sm_quickview_handler:focus,
.sm_quickview_handler2:hover,
.sm_quickview_handler2:focus
{
    color: #FFFFFF;
	text-decoration:none;	
	cursor:pointer;
}

.sm_quickview_handler:focus,.sm_quickview_handler2:focus{
	outline:none outline;
}

.fancybox-lock .zoomContainer{
	-webkit-transform:none!important;
}

.fancybox-lock .zoomContainer .zoomLens,
.fancybox-lock .zoomContainer .zoomWindow {
	z-index:8021!important;
}

.quickview-main .product-image-thumbs li:first-child{
	margin-left:0;
}


.quickview-main .product-collateral{
	display:none;
}

.products-list li.item .f-fix .sm_quickview_handler{
	float:left;
}
/* .category-wrap-cat .slider-super-wrapper { (;margin-left: -5px;margin-right:-5px;); } */
/*.lancamento .bs-content{float:right;margin-left:0;width:170px}*/
.main-lancamento{margin-top:20px}
img{max-width:100%;height:auto}
.empresa-sub{font-size: 150%;font-family: inherit;font-weight: normal;margin-bottom: 10px}
.equip-rel{display:block;color:#ff9f00;font-size:25px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}
.img-lanc{width:86px !important}
.tit-lanc{display:block;font-size:17px;height:60px;overflow:hidden}
.cat-lanc{display:block;font-size:14px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}
.ialt,.idel{margin:4px 0 0 10px}
.text-busca{margin-left:10px}
.ul-busca{width:48.8%;position:absolute;border:1px solid #c4c4c4;background:#fff;-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;z-index:9}
.pagination ul > li { display: inline; }
.pagination ul > li > a, .pagination ul > li > span { float: left; padding: 4px 12px; line-height: 20px; text-decoration: none; background-color: #ffffff; border: 1px solid #dddddd; border-left-width: 0; }
.pagination ul > li > a:hover, .pagination ul > li > a:focus, .pagination ul > .active > a, .pagination ul > .active > span { background-color: #f5f5f5; }
.pagination ul > .active > a, .pagination ul > .active > span { color: #999999; cursor: default; }
.pagination ul > .disabled > span, .pagination ul > .disabled > a, .pagination ul > .disabled > a:hover, .pagination ul > .disabled > a:focus { color: #999999; background-color: transparent; cursor: default; }
.pagination ul > li:first-child > a, .pagination ul > li:first-child > span { border-left-width: 1px; -webkit-border-top-left-radius: 4px; -moz-border-radius-topleft: 4px; border-top-left-radius: 4px; -webkit-border-bottom-left-radius: 4px; -moz-border-radius-bottomleft: 4px; border-bottom-left-radius: 4px; }
.pagination ul > li:last-child > a, .pagination ul > li:last-child > span { -webkit-border-top-right-radius: 4px; -moz-border-radius-topright: 4px; border-top-right-radius: 4px; -webkit-border-bottom-right-radius: 4px; -moz-border-radius-bottomright: 4px; border-bottom-right-radius: 4px; }
.pagination-centered { text-align: center; }
.pagination-right { text-align: right; }
.pagination-large ul > li > a, .pagination-large ul > li > span { padding: 11px 19px; font-size: 17.5px; }
.pagination-large ul > li:first-child > a, .pagination-large ul > li:first-child > span { -webkit-border-top-left-radius: 6px; -moz-border-radius-topleft: 6px; border-top-left-radius: 6px; -webkit-border-bottom-left-radius: 6px; -moz-border-radius-bottomleft: 6px; border-bottom-left-radius: 6px; }
.pagination-large ul > li:last-child > a, .pagination-large ul > li:last-child > span { -webkit-border-top-right-radius: 6px; -moz-border-radius-topright: 6px; border-top-right-radius: 6px; -webkit-border-bottom-right-radius: 6px; -moz-border-radius-bottomright: 6px; border-bottom-right-radius: 6px; }
.pagination-mini ul > li:first-child > a, .pagination-small ul > li:first-child > a, .pagination-mini ul > li:first-child > span, .pagination-small ul > li:first-child > span { -webkit-border-top-left-radius: 3px; -moz-border-radius-topleft: 3px; border-top-left-radius: 3px; -webkit-border-bottom-left-radius: 3px; -moz-border-radius-bottomleft: 3px; border-bottom-left-radius: 3px; }
.pagination-mini ul > li:last-child > a, .pagination-small ul > li:last-child > a, .pagination-mini ul > li:last-child > span, .pagination-small ul > li:last-child > span { -webkit-border-top-right-radius: 3px; -moz-border-radius-topright: 3px; border-top-right-radius: 3px; -webkit-border-bottom-right-radius: 3px; -moz-border-radius-bottomright: 3px; border-bottom-right-radius: 3px}
.pagination-small ul > li > a, .pagination-small ul > li > span { padding: 2px 10px; font-size: 11.9px}
.pagination-mini ul > li > a, .pagination-mini ul > li > span { padding: 0 6px; font-size: 10.5px}
span.page-numbers.current {background:#00006e;color: #fff;font-weight: bold}
.li-scat{padding-left:25px !important}
.title-equip{text-align:center;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}
.ul-busca li{padding:0 10px}
.ul-busca li a{color:#666;display:block}
.ul-busca li a:hover{color:#428bca;font-weight:bold}
.mt10{margin-top:10px}
@media screen and (max-width:991px){.logo-w{margin-top:0}.main-orc{width:100% !important;margin-top:20px}.filtro{width:85% !important}}