.yt-product-detail .product-shop .availability span.fulfilled{	
    font-weight: normal;
    color: #666666;
    font-size: 14px;
    text-transform: none;
}	
#fulfilledBy span{
color:#0066c0;
font-weight: normal;
text-transform: none;
}
.demo-notice{
	display:none;
}
body {
	line-height: 1.6;
	outline: none;
}
body > span{
	display: none;
}
body *:focus{
	outline: none;
}
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;
}

/*-------------*/
#yt-responsivemenu {
    display: none;
}
.yt_ressidebar_screennav{
	display:none;
}
#yt_header .head-mobile-top,
#yt_header .search-mobile,
#yt_header .quicklink-mobile{
	display:none;
}

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 #e6e6e6;
	color:#909090;
	outline:none !important;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: 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 {
	border: 1px solid #e6e6e6;
	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: 1px 7px 0 0;
}
textarea{
	background-color:#fbfdfd;
}
input.input-text:focus, textarea:focus{
	border: 1px solid #ccc;
}
input[type="button"],
input[type="checkbox"],
input[type="password"],
input[type="text"]
{
	khtml-border-radius:0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
input[type="text"]{
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none !important;
}


.layout-boxed #yt_wrapper{
	background: #fff;
	margin: 0 auto;
	-ms-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	-o-box-shadow:0 0 5px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:    0 0 5px rgba(0, 0, 0, 0.2);
	box-shadow:         0 0 5px rgba(0, 0, 0, 0.2);
}
#yt_wrapper {
	position: relative;
	left: 0;
}
#yt_header,
#yt_footer{
	background:#fff;
}
#yt_header,
#yt_content,
#yt_footer{
	float: left;
	width: 100%;
}

#yt_wrapper .yt-main-inner{
	width: 98%;
	margin: 0 auto;
}

#yt_wrapper .yt-content-inner{
	width: 100%;
	margin: 0 auto;
}

#yt_main.yt-main-left{
	padding-left: 0;
}
.yt-main-right{
	padding-right: 0;
}
#yt_wrapper .modal{
	overflow-x:inherit;
	overflow-y: inherit;
}
#checkoutSteps h4{
	font-family: inherit;
	padding-bottom: 3px;
}
/* -------------------------------------------- *
 * Messages
 */

.validation-advice{
	color:#C30;
	line-height: 100%;
}
.messages {
  margin: 10px 0;
  clear:both;
}

.messages li li {
  position: relative;
  margin-bottom: 5px;
  padding: 7px 10px 7px 20px;
  background: #f1f1f1;
}

.messages li li:before {
  top: 50%;
  left: 0;
  margin-top: -6px;
}

.messages .error-msg li {
  border-left: 5px solid red;
}

.messages .error-msg li:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid red;
  border-right: none;
}

.messages .notice-msg li {
  border-left: 5px solid #e26703;
}

.messages .notice-msg li:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #e26703;
  border-right: none;
}

.messages .success-msg li {
  border-left: 5px solid #11b400;
}

.messages .success-msg li:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #11b400;
  border-right: none;
}

/***button***/

#yt_wrapper .my-account .button{
	padding: 10px 15px;
}
.catalog-product-compare-index .button,
#yt_wrapper .button{
	color: #fff;
	text-transform: uppercase;
	background-color: #444;
	line-height: 100%;
	padding: 10px 15px;

}
/***compare***/
.page-popup.catalog-product-compare-index{
	padding: 15px;
}
.page-popup.catalog-product-compare-index .link-print{
	margin-bottom: 10px;
	text-decoration: underline;
	float: left;
}
#product_comparison h2.product-name{
	font-family: inherit;
	font-size: 108.3%;
	margin: 10px 0;
}
#product_comparison .add-to-links .link-wishlist{
	margin-top: 10px;
	float: left;
}
#product_comparison .price-box{
	margin-bottom: 10px;
	float: left;
	width: 100%;
}
.page-popup.catalog-product-compare-index .page-title h1{
	font-size:200%;
	font-family: inherit;
}

#product_comparison .rating-box{
	margin:3px 10px 0 0;
}
/*------------------------------ 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;
}
#product_comparison tr td {
	vertical-align:top;
}
.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;
}
/*IMAGE SLIDE*/
.rating-box .rating {

}

.pix_slideshow .filmore_commands .filmore_next{
	background-image:url(../images/large_right.png)!important;
	width: 30px!important;
	height: 50px!important;
	right: 0!important;
	background-color: transparent!important;
	-webkit-border-radius: 0px!important;
	-moz-border-radius: 0px!important;
	border-radius: 0px!important;
	top: -175px;
	margin: 0!important;
	position: absolute;
}
.pix_slideshow .filmore_commands .filmore_next:hover{
	background-position: 0 -61px;
}
.pix_slideshow .filmore_commands .filmore_prev{
	background-image:url(../images/large_left.png)!important;
	left: 0;
	width: 30px!important;
	height: 50px!important;
	left: 0!important;
	background-color: transparent!important;
	-webkit-border-radius: 0px!important;
	-moz-border-radius: 0px!important;
	border-radius: 0px!important;
	top: -175px;
	margin: 0!important;
	position: absolute;
}
.pix_slideshow .filmore_commands .filmore_prev:hover{
	background-position: 0 -59px;
}
.pix_slideshow .market-slide1-btn-shopnow {
    line-height: 12px;
    text-decoration: none;
    background-color: rgb(255, 255, 255);
    padding: 4px 10px 4px 10px;
    border-width: 0px;
    border-color: rgb(255, 214, 88);
    border-radius: 0px 0px 0px 0px;
    text-transform: uppercase;
    color: #f4a137;
}
.font-s{
	font-weight: 300!important;
}
.tranform{
	text-transform: uppercase;
}
.pix_slideshow .market-slide3-text-bg {
    position: absolute;
    color: rgb(255, 255, 255);
    text-shadow: none;
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    padding: 8px 20px 8px 20px;
    margin: 0px;
    border-width: 0px;
    border-style: none;
    background-color: rgba(255, 255, 255, 0.4)!important;
    white-space: nowrap;
    border-radius: 0px 0px 0px 0px;
}
.pix_slideshow .market-slide3-btn-buynow:after{
	content: "\f0da";
    font-family: 'FontAwesome';
    font-size: 14px;
    margin-left: 4px;
    color: #fff;
}
.pix_slideshow .market-slide3-btn-buynow a{
	color: #fff;
}
.pix_slideshow .filmore_loader{
	display: none!important;
}
.pix_slideshow .filmore_commands{
	height: 0;
	margin-top: -10px;
}
.pix_slideshow .market-slide3-btn-buynow {
    font-size: 12px;
    line-height: 12px;
    color: rgb(255, 255, 255);
    text-decoration: none;
    background-color: rgba(255, 255, 255, 0);
    padding: 6px 12px 6px 12px;
    border-width: 1px;
    border-color: rgb(255, 255, 255);
    border-style: solid;
    border-radius: 0px 0px 0px 0px;
    text-transform: uppercase;
}
.pix_slideshow .market-slide1-btn-shopnow:after{
	content: "\f0da";
    font-family: 'FontAwesome';
    font-size: 14px;
    margin-left: 4px;

}

/*--------------------------ratings------------------------*/
.rating-box,
.rating-box .rating {
	background-image:url(../images/bkg_rating.png);
}

.ratings {
	padding: 0;
}
.block-location {
	background: #d00000;
	color: #fff;
	padding: 5px 10px;
}
.rating-box {
	background-position: 0px -32px;
	background-repeat: repeat-x;
	height: 12px;
	position: relative;
	width: 75px;
	float: left;
    margin: 3px 10px 0 0;
}

.rating-box .rating {
	background-position: 0 0;
	background-repeat: repeat-x;
	height: 14px;
	left: 0;
	position: absolute;
	top: 0;
}
.ratings-table {
	margin: 5px 0;
}
.ratings-table td,
.ratings-table th {
	padding: 3px 0;
}
.ratings-table td.label,
.ratings-table th {
	font-weight: bold;
	padding-right: 8px;
}

/*------------------------- css for header --------------------------*/


#yt_header .mega-horizontal-left,
#yt_header #yt_header_left,
#yt_header .logo,
#yt_header .language-currency{
	padding-left:0px;
	padding-top: 10px;
}
#yt_header .logo,
#yt_header .mega-horizontal-right,
.header-middle-right,
.head-quicklink{
	padding-right:0px;
}
.header-middle-right{
	padding-left: 0;
	float: right;
}
#yt_header .mega-horizontal-right{
	padding-left:0;
	margin-left:-15px;
}
.mini-cartpro .block-content .mini-products-list li.item a.btn-remove {
	background:url(../images/del-minicart.png) no-repeat;
	width:17px;
	height:16px;
}
#yt_header.header1-wrap .head-searchbox{
	float:left;
	width:80.6%;
	margin-left: -15px;
}
#yt_header .sm-serachbox-pro .sm-searchbox-popular{
	opacity: 0;
    filter: alpha(opacity=0);
    display: none;
}
#yt_header .head-cart{
	float:right;
	width:19.4%;
}
#yt_header .yt-header-top{
	background-color:#eee;
	position:relative;
	z-index:4;
}
.language-currency .overwrite-switch span,
#yt_header #select-language li a{
	padding-left:24px;
}
.language-currency .inner{
	float:left;
}
.language-currency ul{
	background-color:#fff;
	border:1px solid #ddd;
	float:left;
	padding:2px 7px;
	border-top:none;
}
/*.language-currency ul li a.selected,
.language-currency ul li a:hover{
	background-color:#eee;
}*/
.language-currency ul li{
	padding:4px 8px;
}
.header1-wrap .language-currency .overwrite-switch{
	border-right:1px solid #ddd;
	height:34px;
	line-height:34px;
	padding:0 10px 0 11px;
}
.header1-wrap .language-currency .language-switcher .overwrite-switch{
	border-left:1px solid #ddd;
}
.language-currency .overwrite-switch:after{
	content: "\f107";
	font-family: 'FontAwesome';
	color:#999;
	font-size:13px;
	margin-left:10px;
}
.language-currency .switcher-wrap{
	position:relative;
}
.language-currency .switcher-wrap #select-currency.switch-content{
	left:-1px;
	min-width: 68px;
}
.language-currency .switcher-wrap .switch-content{
	position:absolute;
	top:34px;
	left:0;
	opacity: 0; filter:alpha(opacity = 0);
	visibility:visible;
	min-width:70px;
}
.language-currency .switcher-wrap:hover .switch-content{
	opacity: 1; filter:alpha(opacity = 100);
	visibility:visible;
}
.language-currency .switcher-wrap:hover {
	cursor:pointer;
}

#yt_header .head-quicklink .inner{
	float:right;
}

#yt_header .head-quicklink .links li{
	float:left;
}
#yt_header .head-quicklink .links li.first + li + li,
#yt_header .head-quicklink .links li .top-link-cart{
	display:none;
}
#yt_header.header1-wrap .head-quicklink .links li.first.inactive a,
#yt_header .head-quicklink .links li.first.inactive a,
#yt_header .head-quicklink .links li a{
	position:relative;
	line-height:34px;
	width:13px;
	display:block;
	text-indent:-999em;
	padding-left: 0;
}
#yt_header .head-quicklink .links li.first.inactive a{
	padding-left: 0px;
}
#yt_header .head-quicklink .links li.first.inactive{
	background-color: #eee !important;
}
#yt_header.header1-wrap .head-quicklink .links li.first a,
#yt_header .head-quicklink .links li:hover a{
	width:auto;
	text-indent:inherit;
	color:#fff;
	padding-left:20px;
}

#yt_header .head-quicklink .links li{
	padding:0 11px;
	border-right:1px solid #ddd;
}
#yt_header .head-quicklink .links li.first.inactive{
	border-left: 1px solid #ddd;
}
#yt_header .head-quicklink .links li a:before{
	background-image:url(../images/ico-quicklink.png);
	background-repeat:no-repeat;
	position:absolute;
	width:13px;
	height:34px;
	top:0;
	left:0;
	content:"";
}
#yt_header.header1-wrap .head-quicklink .links li.first a:before{
	background-position: center 10px;
}
#yt_header.header1-wrap .head-quicklink .links li.first.inactive a:before{
	background-position: center -16px;
}
/*#yt_header .head-quicklink .links li.first:hover a:before{
	background-position:center -27px;
}*/

#yt_header .head-quicklink .links li a.top-link-wishlist:before{
	background-position: center -70px;
}
#yt_header .head-quicklink .links li:hover a.top-link-wishlist:before{
	background-position: center -44px;
}
#yt_header .head-quicklink .links li a.top-link-checkout:before{
	background-position: center -128px;
}
#yt_header .head-quicklink .links li:hover a.top-link-checkout:before{
	background-position: center -98px;
}
#yt_header .head-quicklink .links li.last a:before{
	background-position: center -186px;
}
#yt_header .head-quicklink .links li.last:hover a:before{
	background-position: center -158px;
}
#yt_header .yt-header-middle{
	position:relative;
	z-index:3;
}
#yt_header{
	position: relative;
	z-index: 2;
}
#yt_content{
	position: relative;
	z-index: 1;
}

/* -------------Search box pro------------- */

.sm-serachbox-pro .jqTransformSelectWrapper {
	width: 152px !important ;
	position:relative;
	height: 34px;
	float:left;
	border:1px solid #dddddd;
	background-color:#eee;
}
.sm-serachbox-pro .sm-searbox-content .form-search > input,
.sm-serachbox-pro .sm-searbox-content .form-search > select,
.jqTransformSelectWrapper select{
	opacity: 0; filter:alpha(opacity = 0);
	visibility:hidden;
	display: none;
}
.sm-serachbox-pro .jqTransformSelectWrapper div span {
	float: none;
	position: absolute;
	white-space: nowrap;
	height: 34px;
	line-height: 100%;
	padding-top: 10px;
	overflow: hidden;
	cursor:pointer;
	width: 125px !important ;
	padding-left:15px;
	text-overflow: ellipsis;
}
.sm-serachbox-pro .jqTransformSelectWrapper  a.jqTransformSelectOpen {
	display: block;
	position: absolute;
	right: 10px;
	top:15px;
	width: 8px;
	height: 5px;
	background: url(../images/ico-searchbox.png) no-repeat;
}
.sm-serachbox-pro .jqTransformSelectWrapper ul {  /* element style width = .jqTransformSelectWrapper - 2px */
	position: absolute;
	min-width: 43px;
	top: 33px;
	left: -1px;
	list-style: none;
	background-color: #FFF;
	border: solid 1px #e3e1e1;
	border-top:none;
	display: none;
	margin: 0px;
	padding: 0px;
	height: 323px;
	width: 320px !important;
	overflow: auto !important;
	overflow-y: auto !important;
	z-index:10;
}
.sm-serachbox-pro .jqTransformSelectWrapper ul a {
	display: block;
	padding: 5px;
	text-decoration: none;
	background-color: #FFF;
}
.sm-serachbox-pro .jqTransformSelectWrapper ul a.selected {
	background: #EDEDED;
	color: #333;
}
.sm-serachbox-pro .jqTransformSelectWrapper ul a:hover, .jqTransformSelectWrapper ul a.selected:hover {
	background:#3582c4;
	color: #fff;
}
.sm-serachbox-pro{
	z-index:2;
	float: left;
	position: relative;
}
.sm-serachbox-pro .sm-searbox-content {
	width:100%;
	/*color:#444;*/
}
.header1-wrap .sm-serachbox-pro .jqTransformInputWrapper{
	float:left;
	width:75% !important;
}

#search_autocomplete{
	background-color: #fff;
	padding-left: 10px;
}
#search_autocomplete ul li .amount{
	margin-right: 10px;
	line-height: 25px;
}
.sm-serachbox-pro .jqTransformInputWrapper input.input-text{
	width:100% !important;
	height:34px;
	/*line-height:40px;*/
	border:1px solid #dddddd;
	border-left:none;
	padding-left:14px;
	padding-right: 14px;
	/*color:#444;*/
}

#yt_wrapper .header1-wrap .sm-serachbox-pro .sm-searbox-content .form-button.button{
	text-indent:-999em;
	width:34px; height:34px;
	background-image:url(../images/ico-search.png);
	background-repeat: no-repeat;
	background-position: center center;
	margin-left: -1px;
	background-color: #666;
}
#yt_wrapper .sm-serachbox-pro .sm-searbox-content .form-button.button{
	khtml-border-radius:0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	float:left;
}

#btn-searchbox-mobile{
	display: none;
	text-indent:-999em;
	width:35px; height:35px;
	background-image:url(../images/ico-search.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #666;
}
/*---top search---*/
#custom_popular_search{
	font-size:108.3%;
	padding:14px 0;
	float: left;
	width: 100%;
}
#custom_popular_search .sm-searchbox-popular-title{
	float:left;
	/*color:#444;*/
}
#custom_popular_search .sm-searchbox-keyword-list li{
	float:left;
	padding-left:7px;
}
/*----banner header right------*/
#yt_header_right{
	padding-right: 0px;
}
#yt_header_right .inner{
	clear:both;
}
.banner-right-home{
	float:left;
		width: 30%;
}
.banner-right-home .righthome2{
	margin: 10px 0;
}
.banner-right-home .banner-righthome a{
	position: relative;
	display: block;
}
.banner-right-home .banner-righthome a img{
	width: 100%;
}
.banner-right-home .banner-righthome a:before{
	position: absolute;
	background: rgba(0,0,0,0.3);
	width: 0;
	top: 0;
	left: 50%;
	content: "";
}
.banner-right-home .banner-righthome a:hover:before{
	width: 100%;
	left: 0;
	top: 0;
	height: 100%;
}
/*--------dynamic slideshow---------*/
.slideshow-wrap{
	width: 68.8%;
	float: left;
	margin-right: 1.2%;
}
/*------banner home page----*/
.banner-home{
	margin: 0 -15px;
}
.banner-home .banner2-2 .row1{
	margin-bottom: 30px;
}
.banner-home .banner2 a{
	overflow: hidden;
	display: block;
	float: left;
	position: relative;
}
.banner-home .banner2 a:before{
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	background-color: rgba(0, 0, 0, 0.15);
	width: 0;
	height: 0;
}
.banner-home .banner2 a:after{
	position: absolute;
	bottom: 0;
	right: 0;
	content: "";
	background-color: rgba(0, 0, 0, 0.15);
	width: 0;
	height: 0;
}
.banner-home .banner2 a:hover:before,
.banner-home .banner2 a:hover:after{
	width: 100%;
	height: 100%;
}
/*.banner-home:hover .banner2 a{
	opacity: 0.7; filter:alpha(opacity = 70);
}
.banner-home .banner2 a:hover{
	opacity: 1; filter:alpha(opacity = 100);
}*/
/*-----banner policy----*/
.banner-policy {
	background-color: #eee;
	/*color: #444;*/
	font-size: 116.6%;
	text-transform: uppercase;
	box-shadow: 3px 3px 0 0 #d9d9d9;
	display: inline-block;
	width: 100%;
	margin-top: 30px;
	clear: both;
}
.banner-policy .inner {
	float: left;
	padding: 30px 0;
}
.banner-policy .policy{
	width: 25%;
	float: left;
	border-right: 1px solid #ddd;
	padding: 0 35px;
	line-height: 19px;
}
.banner-policy .policy2{
	padding: 0 20px;
}
.banner-policy .policy4{
	padding: 0 30px;
	border-right: none;
}
.banner-policy .policy a span{
	float: left;
	text-indent: -999em;
	margin-right: 10px;
	background-repeat: no-repeat;
}

.banner-policy .policy1 a span{
	background-image: url(../images/ico-money.png);
	width: 27px;
	height: 36px;
}
.banner-policy .policy2 a span{
	background-image: url(../images/ico-freeship.png);
	width: 53px;
	height: 32px;
}
.banner-policy .policy3 a span{
	background-image: url(../images/ico-celander.png);
	width: 33px;
	height: 34px;
}
.banner-policy .policy4 a span{
	background-image: url(../images/ico-umbrella.png);
	width: 34px;
	height: 34px;
}
/*---policy detail page--*/
.yt-custom-block{
	padding-right: 0px;
	padding-left: 0px;
}
.policy-detail .banner-policy{
	box-shadow: none;
	margin-top: 0;
}
.policy-detail .banner-policy .policy{
	width: 100%;
	border-right: none;
	border-bottom: 1px solid #fff;
}
.policy-detail .banner-policy .policy1{
	padding: 32px 33px;
}
.policy-detail .banner-policy .policy2{
	padding: 32px 11px;
}
.policy-detail .banner-policy .policy3{
	padding: 32px 28px;
}
.policy-detail .banner-policy .policy4{
	padding: 32px 22px;
}
.policy-detail .banner-policy .policy1 a span{
	background-image: url(../images/ico-money4.png);
	width: 27px;
	height: 36px;
}
.policy-detail .banner-policy .policy2 a span{
	background-image: url(../images/ico-freeship4.png);
	width: 53px;
	height: 35px;
}
.policy-detail .banner-policy .policy3 a span{
	background-image: url(../images/ico-celander4.png);
	width: 33px;
	height: 34px;
}
.policy-detail .banner-policy .policy4 a span{
	background-image: url(../images/ico-umbrella4.png);
	width: 34px;
	height: 34px;
}
/*--------------megamenu-------------------*/
#yt_header.header1-wrap .mega-horizontal-wrap{
	background-color: #666;
	height: 50px;
	line-height: 50px;
}
#yt_header .yt-menu{
	margin-top:-50px;
	max-height: 649px;
	float: left;
	width: 100%;
}

#btn_categories{
	background-color:#232f3e;
	height: 25px;
	line-height: 25px;
	position: relative;
	margin-left: 10px;
	margin-top: 20px;
}
#btn_categories:hover {
	border: 1px solid #4f5965;
}
span.menu-span-2:after{
	position: relative;
	content: "";
	background: url(../images/ico-cate-down.png) no-repeat;
	right: -2px;
	top: 4px;
	display: inline-block;
	width: 15px;
	height: 15px;
}
#btn_categories span{
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;
	font-size:116.6%;
}
#btn_categories .icon-cate{
	background:url(../images/ico-cate.png) no-repeat;
	width:14px;
	height:11px;
	display:inline-block;
	margin-right:5px;
}

#yt_header #yt_menu_short{
	position:relative;
	margin-top:-50px;
}
#yt_header #yt_menu_short .yt-menu-content{
	visibility:hidden;
	opacity: 0; filter:alpha(opacity = 0);
	position:absolute;
	top:60px;
	left:0;
	width:100%; height:100%;
	z-index:99;
	padding: 6px 27px 0 15px;

	/*width:277px;*/
}
#yt_header #yt_menu_short:hover{
	cursor:pointer;
}
#yt_header #yt_menu_short:hover .yt-menu-content{
	visibility:visible;
	opacity: 1; filter:alpha(opacity = 100);
	left:0;
	top:50px;
	box-sizing: none;
}

.more-wrap{
	border-top:1px solid #ddd;
	padding:17px 20px;
	clear:both;
	display:inline-block;
	width:100%;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}
.more-wrap .more-view:hover{
	cursor:pointer;
}
.more-wrap .more-view{
	background:url(../images/ico-more-cate.png) no-repeat left center;
	width:13px;
	/*height:13px;*/
	padding-left:25px;
	/*color:#444;*/
	font-size:108.3%;
}
.more-wrap .more-view.open{
	background:url(../images/ico-close-cate.png) no-repeat left center;
}

/*-------------------------------- css for Footer -------------------------------*/
.cms-home #yt_footer,
.cms-index-index #yt_footer{
	margin-top: 0px;
	margin: 0 auto;
}
.catalog-product-view #yt_footer{
	margin-top: 30px;
}
#yt_footer{
	margin-top: 40px;
	position: relative;
}
.yt-copyright{
	padding-left: 0;
}
.yt-payment{
	padding-right: 0;
}
#yt_footer .footer-top{
	background-color:#ddd;
}
#yt_footer .footer-bottom{
	background-color: #444;
	color: #fff;
	padding: 10px 0;
}
#yt_footer .yt-payment .block-payment{
	float: right;
}
#yt_footer .yt-payment a{
	display: inline-block;
	text-indent: -999em;
	background-image: url(../images/payment-bg.png) ;
	background-repeat: no-repeat;
	width: 36px;
	height: 20px;
}
#yt_footer .yt-payment .payment1{
	background-position: 3px 0;
}
#yt_footer .yt-payment .payment2{
	background-position: -37px center;
}
#yt_footer .yt-payment .payment3{
	background-position: -75px center;
}
#yt_footer .yt-payment .payment4{
	background-position: -114px center;
}
#yt_footer .yt-payment .payment5{
	background-position: -150px center;
}
#yt_footer .yt-payment .payment6{
	background-position: -186px center;
}
/*------spotlight-------*/
.spotlight-wrap{
	margin: 40px -15px 0 -15px;
	float: left;
}
.spotlight-wrap .spotlight .block-title{
	font-size:116.6%;
	font-weight: bold;
	padding-bottom: 10px;
	line-height: 100%;
}
.spotlight-wrap .spotlight{
	font-size: 108.3%;
}
.spotlight-wrap .spotlight ul li a{
	line-height: 23px;
}
.spotlight-wrap .spotlight ul li a:hover{
	padding-left: 5px;
}
.spotlight-wrap .spotlight ul li a:before{
	content: "\f101";
	font-family: 'FontAwesome';
	padding-right:6px;
}
.spotlight-wrap .spotlight4 ul li a:before{
	content: "";
	padding-right: 0;
}
.spotlight-wrap .spotlight4 ul li a,
.spotlight4{
	line-height: 18px;
}
.spotlight4 .phone .inner{
	margin-top: -6px;
}
.spotlight4 .email .inner{
	margin-top: 5px;
}
.spotlight4 .address .inner{
	margin-top: -5px;
}
.spotlight4 .phone,
.spotlight4 .email,
.spotlight4 .address{
	margin-bottom: 10px;
	float: left;
	width: 100%;
}
.spotlight4 .ico-contactus{
	background-image: url('../images/ico-contactus.png');
	background-repeat: no-repeat;
	width: 30px;
	height: 30px;
	background-color: #969696;
	text-indent: -999em;
	display: block;
	-moz-border-radius:2px;
	khtml-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	margin-right: 10px;
	float: left;
}
.spotlight-wrap .spotlight4 .address .ico-contactus{
	background-position: 9px 7px;
}
.spotlight-wrap .spotlight4 .email .ico-contactus{
	background-position: 7px -34px;
}
.spotlight-wrap .spotlight4 .phone .ico-contactus{
	background-position: 7px -75px;
}
/*-------footer links-----*/
.footer-links-w {
	float: left;
	width: 100%;
	font-size: 91.6%;
	background: url('../images/line-bg.png') repeat-x  top left;
	padding: 40px 0;
	margin-top: 25px;
}
.footer-links-w .label-link{
	font-weight: bold;
	padding-bottom:10px;
}
.footer-links-w ul li{
	padding-bottom: 5px;
}
.footer-links-w ul li h2{
	display: inline-block;
	line-height: 18px;
	font-weight: bold;
	text-transform: uppercase;
}
/*----socials--------*/
.social-fixed{
	position: fixed;
	right: 0;
	top:260px;
	z-index: 999;
}
.socials-wrap{
	float: left;
}
.socials-wrap ul li{
 	/*width:40px;
	height:40px;*/
}
.socials-wrap ul li a{
	font-size:18px;
	color: #fff;
	width:40px;
	height:40px;
	text-align:center;
	display: block;
	line-height: 40px;
}
.socials-wrap ul li a span{
	width: 0px;
}
.socials-wrap ul li a.icon-facebook{
	background-color: #3c599f;
}
.socials-wrap ul li a.icon-twitter{
	background-color: #5ea9dd;
}
.socials-wrap ul li a.icon-google-plus{
	background-color: #dd4b39;
}
.socials-wrap ul li a.icon-pinterest{
	background-color: #d73532;
}
.socials-wrap ul li a.icon-linkedin{
	background-color: #007bb6;
}
.socials-wrap ul li a.icon-flickr{
	background-color: #ff0084;
}
#yt_footer .socials-wrap ul li a:hover{
	font-size: 20px;
	color: #fff;
	text-shadow: 0 0 5px rgba(255, 255, 255, 0.7);
}


/*---------------------------------back to top---------------------------------*/
#yt-totop {
   background: url("../images/backtotop.png") no-repeat scroll center center ;
    top: -25px;
    height: 48px;
    width: 48px;
    overflow: hidden;
    position: absolute;
    right: 15px;
    z-index: 99;
	/*border-radius:100%;
	-moz-border-radius:100%;
	khtml-border-radius:100%;
	-webkit-border-radius:100%;*/
	text-align:center;
}
/*-------------------------css for breadcrumbs---------------------------*/
.category-image{
	margin-bottom: 20px;
}
.category-image .top-categories{
	float: left;
	width: 25%;
	padding: 5px;
    margin-bottom: 5px;
	text-align: center;
}

.category-image .top-categories img{
	max-width: 100%;
}

.category-image .top-categories em{
	display: block;
	font-style: normal;
	font-weight: bold;
    margin-top: 10px;
	line-height: 1.166666667;
}

#yt_pathway{
	margin-top: 15px;
}
.cms-index-index #yt_content .columns-w{
	margin-top: 0px;
}
#yt_content .columns-w{
	margin-top: 20px;
}
#yt_pathway .pathway-inner .breadcrumbs{
	float:left;
	width:100%;
}

#yt_pathway  ul.breadcrumbs li a,
#yt_pathway  ul.breadcrumbs li{
	float:left;
}
#yt_pathway  ul.breadcrumbs li.last,
#yt_pathway  ul.breadcrumbs li a{
	position: relative;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	height: 24px;
	line-height: 21px;
	margin-right: 3px;
	padding: 0 10px 0 20px;
}
#yt_pathway  ul.breadcrumbs li.last:after,
#yt_pathway  ul.breadcrumbs li a:after{
	position: absolute;
	content: "";
	top: -1px;
	right: -10px;
	background: url(../images/breadcrumbs-right.png) no-repeat;
	width: 10px;
	height: 24px;
}
#yt_pathway  ul.breadcrumbs li.last:before,
#yt_pathway  ul.breadcrumbs li a:before{
	position: absolute;
	content: "";
	top: -1px;
	left: 1px;
	background: url(../images/breadcrumbs-right.png) no-repeat;
	width: 10px;
	height: 24px;
}
#yt_pathway  ul.breadcrumbs li.home a:before{
	content: "";
	background: none;
	width: 0;
	height: 0;
}
#yt_pathway  ul.breadcrumbs li.home{
	border-left: 1px solid #ddd;
}

.yt-breadcrumbs{margin-bottom: 20px;}

/*------------------------------- css for page title ---------------------------*/
#yt_wrapper .page-title h1,
#yt_wrapper h1.page-title{
	margin: -6px 0 30px 0;
}
#yt_wrapper .aboutus-page .page-title h1{
	margin:0px 0 30px 0;
}
.catalog-category-view #yt_wrapper .page-title h1{
	margin:0;
}
.category-description{
	margin-top:20px;
}
#product_sendtofriend_form{
	margin-top:30px;
}
#yt_wrapper h1.page-title,
#yt_wrapper .page-title h1{
	font-size: 167%;
	text-transform:capitalize;
	font-weight:bold;
	font-family: inherit;
	position: relative;
}
#yt_wrapper .page-title h1:after{
	content: "";
	width: 70px;
	height: 3px;
	position: absolute;
	bottom: -10px;
	left: 0;
}
#yt_wrapper .category-products .yt-products-container{
	margin-top:30px;
}

/*--------------------------------css for toolbar listting-------------------------------*/

.toolbar-top{
	top: 75px;
}
.toolbar .pager-wrapper{
	padding-right: 0px;
	float: left;
}
.toolbar .view-mode-wrap{
	padding-left: 0;
	float: left;
	width: 20%;
}
.toolbar .toolbar-center{
	padding: 0;
	float: left;
	width: 46%;
}
.toolbar .view-mode-label{
	margin-top:7px;
}
.toolbar .view-mode-label,
.toolbar .view-mode{
	float:left;
}
.toolbar {
	clear:both;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 10px 0 10px 0;
	position: relative;
	z-index: 2;
}
.toolbar .view-mode-wrap .view-mode .grid{
	margin-right: 5px;
}
.toolbar .view-mode-wrap .view-mode strong,
.toolbar .view-mode-wrap .view-mode a{
	width:30px;
	height:30px;
	background-repeat:no-repeat;
	display:inline-block;
	float:left;
	background-position:center center;
	background-color: #e9e9e9;
}
.toolbar .view-mode-wrap .view-mode a.grid:hover,
.toolbar .view-mode-wrap .view-mode strong.grid{
	background-image:url(../images/ico-grid-w.png);
}
.toolbar .view-mode-wrap .view-mode a.grid{
	background-image:url(../images/ico-grid.png);
}
.toolbar .view-mode-wrap .view-mode a.list{
	background-image:url(../images/ico-list.png);
}
.toolbar .view-mode-wrap .view-mode a.list:hover,
.toolbar .view-mode-wrap .view-mode strong.list{
	background-image:url(../images/ico-list-w.png);
}
.toolbar .right-inner{
	float:right;
	height:48px;
	padding-top:10px;
}
.toolbar label,
.toolbar .limiter-wrap .limiter .select-new{
	float:left;
	font-weight:normal;
	line-height:30px;
}
.toolbar .limiter-wrap .limiter .label-page{ padding-left:8px;}
.toolbar .limiter-wrap .limiter label{ margin-right:7px; margin-left: 15px;}
.toolbar .select-new{
	float:left;
}
.toolbar .sort-by-wrap label{
	font-weight:normal;
	float:left;
	line-height:28px;
	padding-right:6px;
}
.toolbar label{
	padding-bottom: 0px !important;
}
/* pagination*/
.toolbar .pagination-wrap .pagination{
	margin:0;
	float:right;
}
.toolbar .pagination-wrap .inner{
	float:right;
}
.toolbar .pagination-wrap .pagination .pages ol li{
	float:left;
	margin-left:2px;
	line-height: 100%;
}
.toolbar .pagination-wrap .pagination .pages ol li a{
	background-color:#fff;
	border:1px solid #e2e2e2;
	padding:7px 9px 8px;
	display: block;
}
.toolbar .pagination-wrap .pagination .pages ol li:hover a,
.toolbar .pagination-wrap .pagination .pages ol li.current a{

}
.toolbar .pagination-wrap .pagination .pages ol li a.next,
.toolbar .pagination-wrap .pagination .pages ol li a.previous{
	background-image:url(../images/arrow-toolbar.png);
	background-repeat:no-repeat;
	display:inline-block;
	text-indent:-999em;
	width:27px; height:29px;
}
.toolbar .pagination-wrap .pagination .pages ol li a.previous{
	background-position:-1px -2px;
}
.toolbar .pagination-wrap .pagination .pages ol li a.previous:hover{
	background-position:-51px -2px;
}
.toolbar .pagination-wrap .pagination .pages ol li a.next{
	background-position:-152px -2px;
}
.toolbar .pagination-wrap .pagination .pages ol li a.next:hover{
	background-position:-102px -2px;
}
.toolbar .sort-by .set-desc,
.toolbar .sort-by .set-asc {
  display: block;
  float: left;
  text-indent: -999em;
  width:20px; height:28px;
  background-position:center center !important;
}
.toolbar .sort-by .set-desc{
	background:url(../images/desc.png) no-repeat;
}

.toolbar .sort-by .set-asc{
	background:url(../images/asc.png) no-repeat;
}
/*---over write select option >> ul, li ---*/
.toolbar .select-inner{
	position:relative;
}
.toolbar .select-inner ul{
	opacity: 0; filter:alpha(opacity = 0);
	visibility:hidden;
	background-color:#fff;
	border:1px solid #e2e2e2;
	position:absolute;
	top:29px;
	left:0;
	z-index:1;
}
.toolbar .select-inner ul#limiter{
	width:45px;
}
/*.toolbar .select-inner ul#sort_by{
	width:87px;
}*/
.toolbar .select-inner ul li a{
	padding:7px 25px 7px 10px;
	width:100%;
	display:block;
	line-height:100%;
	text-align: left;
}
.toolbar  .sort-by .select-inner ul li a{
	padding:7px 31px 7px 10px;
}

.toolbar .select-inner ul li:hover a.selected,
.toolbar .select-inner ul li:hover a{
	color:#fff;
}
.toolbar .select-inner ul li a.selected{
	/*color:#444;*/
	background-color:#ededed;
}
.toolbar .select-inner:hover{
	cursor:pointer;
}
.toolbar .select-inner:hover ul{
	visibility:visible;
	opacity: 1; filter:alpha(opacity = 100);
}
.toolbar .select-inner .overwrite-limiter,
.toolbar .select-inner .overwrite-sortby{
	 border: 1px solid #e6e6e6;
	  -webkit-box-sizing: border-box;
	  -moz-box-sizing: border-box;
	 box-sizing: border-box;
    background: #FFF;
	height:30px;
	line-height:27px;
	position:relative;
}
.toolbar .select-inner .overwrite-sortby{
	padding-left:10px;
	padding-right:31px;
}
.toolbar .select-inner .overwrite-limiter{
	width:45px;
	padding-left:6px;
}
.toolbar .select-inner .overwrite-limiter:after,
.toolbar .select-inner .overwrite-sortby:after{
	content: "\f0d7";
	font-family: 'FontAwesome';
	font-size:14px;
	color:#8d8d8d;
	position:absolute;
}
.toolbar .select-inner .overwrite-sortby:after{
	right:10px;
}
.toolbar .select-inner .overwrite-limiter:after{
	right:6px;
}

/*----------------------css for left right column------------------------*/
#yt_main_right,
#yt_right{
	padding-right:0;
}
#yt_main_left,
#yt_left{
	padding-left: 0;
}
#yt_left .block,
#yt_right .block{
	clear:both;
}

#yt_left .block-title strong,
#yt_right .block-title strong{
	font-weight:normal;
}

#yt_left .block-title,
#yt_right .block-title{
	border-bottom: 1px solid #ddd;
	line-height: 100%;
}
#yt_left .block-title span,
#yt_right .block-title span{
	font-weight: bold;
	text-transform: uppercase;
	font-size: 133%;
	position: relative;
	display: inline-block;
	padding-bottom: 8px;
	line-height: 100%;
}
#yt_left .block-title span:after,
#yt_right .block-title span:after{
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 100px;
	height: 1px;
	content: "";
}
#yt_right .block-content,
#yt_left .block-content{
	/*float: left;*/
	width: 100%;
	border:1px solid #ddd;
	padding:20px;
	margin-bottom:30px;
	margin-top: 20px;
}

/*#yt_left_right products grid*/
#yt_left .products-grid .item,#yt_right .products-grid .item{
	float: none;
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 180px;
}

/*-------block sponsored-------*/
.sponsored-products .block-title,#yt_right .viewed .block-title{margin-bottom: 20px;}

/*-------tags-------*/
#yt_right .block-tags .block-content,
#yt_left .block-tags .block-content{
	border: none;
	padding: 0;
}
.tags-list li{
	float: left;
	margin-right: 10px;
}
.tags-list li a{
	font-size: 100% !important;
}
#yt_wrapper .block-tags .actions .button,
.block-tags .tags-list li a{
	font-size: 100% !important;
	background-color: #eee;
	-moz-border-radius:2px;
	khtml-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	padding: 6px 15px;
	height: 30px;
	line-height: 30px;
	color: #444;
}
#yt_wrapper .block-tags .actions .button{
	text-transform: capitalize;
}
#yt_wrapper .block-tags .actions .button:after{
	content: "\f0da";
	font-family: 'FontAwesome';
	font-size:14px;
	color:#444;
	padding-left:6px;
}
#yt_wrapper .block-tags .actions .button:hover:after,
#yt_wrapper .block-tags .actions .button:hover,
.block-tags .tags-list li a:hover{
	color: #fff;
}
.block-tags ul li{
	float: left;
	margin-right: 5px;
	margin-bottom: 4px;
}
#my_recent_tags .tags ul li,
#yt_tab_tags .box-tags .product-tags li{
	float:left;
	margin-right:10px;
}
.block-tags .actions{
	clear:both;
	margin-top: 5px;
	float: left;
}

/*----------block compare--------*/
.block-compare #compare-items .btn-remove{
	float:right;
}
.block-compare #compare-items li{
	line-height:100%;
	padding-bottom:20px;
}
.block-compare .actions{
	border-top:1px solid #e6e6e6;
	margin:0 -20px;
	padding:20px 20px 0 20px;
}
#yt_wrapper .block-compare .actions .button.btn-clear{
	float:left;
}
#yt_wrapper .block-compare .actions .button.btn-clear a{
	color:#fff;
}
.block-compare .actions button{
	float:right;
}
/*------shop by------------*/

.block-layered-nav .block-subtitle{display: none;}

#yt_left #layered-navigation .actions{
	padding:0;
}
#layered-navigation .currently-wrap{
	border:1px solid #e6e6e6;
	padding:0 20px 20px 20px;
	margin-top: 20px;
}

#layered-navigation .currently .block-subtitle{
	text-transform:uppercase;
	font-size:116.6%;
	float:left;
	padding-top:10px;
	padding-bottom:5px;
		width: 100%;
}
#layered-navigation .currently .label{
	color:#666;
	font-size:12px;
}
#layered-navigation .currently .btn-remove{

}
#layered-navigation .block-layered-nav .actions a{
	float:right;
	margin-top:10px;
}
#narrow-by-list dt{
	font-weight:normal;
	text-transform:uppercase;
	font-size:116.6%;
	margin-bottom: 10px;
}
#layered-navigation .block-layered-nav .block-content{
	padding: 20px;
}
#narrow-by-list .item-filter{
	padding:0 20px;
}
#narrow-by-list dd{
	overflow:hidden;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px dotted #ddd;
}
#narrow-by-list dd.last{
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}
#narrow-by-list dd input{
	width:70px;
	float:left;
}
#narrow-by-list dd #price-filter-min-text{
	margin-right:5px;
}
#narrow-by-list dd #button-price-slider{
	margin-top:1px !important;
}
#narrow-by-list dd #price-filter{
	margin-top:20px;
}
#narrow-by-list dd ol li{
	line-height:28px;
}
#narrow-by-list .check-shopby{
	display:none;
}
#narrow-by-list dd ol li a{
	background:url(../images/ico-shopby.png) no-repeat 0 6px;
	padding-left:25px;
	display:inline-block;
}
.block-layered-nav #narrow-by-list ol li:before {
    background: url("../images/ico-shopby.png") no-repeat scroll 0 0px rgba(0, 0, 0, 0);
    content: "";
    height: 16px;
    left: 0;
    position: absolute;
    width: 16px;
    top: 6px;
}
#narrow-by-list ol li a:before {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    content: "";
    display: inline-block;
    height: 16px;
    left: 0;
    position: absolute;
    width: 16px;
}
#narrow-by-list dd ol li a.checked{
	background:url(../images/ico-shopby.png) no-repeat 0 -79px;
	position: relative;
}
#narrow-by-list .price-wrapper-shopby .pr-to,
#narrow-by-list .price-wrapper-shopby .pr-from{
	border:1px solid #e3e1e1;
	padding:10px;
	font-size:12px;
	margin:10px 0;
	display:inline-block;
}
#narrow-by-list .price-wrapper-shopby .pr-to-wrap{
	float:right;
}
#narrow-by-list .price_filter{
	clear:both;
}
#narrow-by-list .filter-title{
	display:none;
}
/*#narrow-by-list > dt.Price{
	display: none;
}*/
/*-----------------------navigation sidenav---------------------------------------*/
#yt_sidenav li.parent{
	position:relative;
}
#yt_sidenav li a.subhead{
	border-bottom:1px solid #e6e6e6;
	display:block;
	line-height:35px;
}
#yt_sidenav li:last-child a.subhead{
	border-bottom:none;
}
#yt_sidenav li.parent ul{
	padding-left:20px;
}
#yt_sidenav li.parent ul li a{
	line-height:30px;
	border-bottom:1px dashed #e6e6e6;
	display:block;
}
#yt_sidenav li .toggle{
	display:none;
}
#yt_sidenav li .touch-item.change,
#yt_sidenav li .touch-item{
	position:absolute;
	right:0;
	top:2px;
	width:20px;
	height:20px;
	text-indent:-999em;
	display:block;
}
#yt_sidenav li .touch-item.change{
	background:url(../images/ico-plus.png) right center no-repeat;
}
#yt_sidenav li.parent .toggle{
	background:url(../images/ico-plus.png) right center no-repeat;
	position:absolute;
	right:0;
	top:6px;
	width:20px;
	height:20px;
	text-indent:-999em;
	display:block;
}
#yt_sidenav li .touch-item,
#yt_sidenav li.parent .toggle.selected{
	background:url(../images/ico-minus.png) right center no-repeat;
}
/*---------------------------------listing-------------------------------------------*/
/*.fancybox-overlay-fixed .fancybox-title {
    display: none;
}*/
.category-products .item .product-name{
	font-size:116.5%;
	/*color: #444;*/
	font-weight: bold;
}
.category-products .item .product-image{
	position: relative;
}
.category-products .item .product-image a img{
	width:100%;
}

.category-products .item .product-image a img .gallery-image{
	display:block!important;
}

.category-products .item-inner .product-image .image-hover{
	position:absolute;
	top:0px;
	left:0px;
	opacity: 0; filter:alpha(opacity = 0);
	visibility:hidden;
}
.category-products .item-inner:hover .product-image .image-hover{
	opacity: 1; filter:alpha(opacity = 100);
	visibility:visible;
}
.category-products .item .sm_quickview_handler{
	position:absolute;
	z-index:2;
}
.category-products .item .product-image a.product-img{
	z-index:1;
	position:relative;
	display:block;
}
.category-products .item .product-addcart{
	float:left;
}

.category-products .item .product-addcart .btn-cart{
	text-transform:uppercase;
	background-color:#fff;
	border:1px solid #dddddd;
	padding-left:25px;
	padding-right:8px;
	height:30px;
	line-height: 30px;
	float: left;
	position:relative;
	margin-left:0px;
	font-weight: bold;
	font-size: 10px;
}
.category-products .item .product-addcart .btn-cart:before{
	background-image:url(../images/btn-cart.png);
	background-repeat: no-repeat;
	background-position:-37px 0px;
	content:"";
	position:absolute;
	left:5px;
	top:5px;
	width:17px;
	height:15px;
}
.category-products .item .product-addcart .btn-cart:hover:before{
	background-image:url(../images/btn-cart.png);
	background-position:0px 0px;
}
.category-products .item .product-addcart .btn-cart:hover{
	color: #fff;
}
.yt-product-detail .add-to-links li a{
	width: 40px !important;
	height: 40px !important;
	margin-left:10px;
}
.yt-product-detail .add-to-links li a,
.category-products .item .wishlist-compare a{
	width: 30px;
	height: 30px;
	text-indent: -999em;
	background-image: url(../images/wishlist-compare.png);
	background-repeat: no-repeat;
	display: inline-block;
	border: 1px solid #ddd;
	margin-left: 1px;
	float: left;
}
.yt-product-detail .add-to-links li a.link-wishlist{
		background-position: 13px center;
}
.category-products .item .wishlist-compare a.link-wishlist{
	background-position: 9px center;
}
.yt-product-detail .add-to-links li a.link-compare{
	background-position: -23px center;
}
.category-products .item .wishlist-compare a.link-compare{
	background-position: -27px center;
}


.category-products .item .price-box{
	line-height:100%;
}

.yt-product-detail .product-img-box .have-ico,
.category-products .item .product-image .have-ico{
	position:absolute;
	top:15px;
	text-indent:-999em;
	z-index:1;
}
.yt-product-detail .product-img-box .new-product,
.category-products .item .product-image .new-product{
	background:url(../images/ico-new.png) no-repeat;
	width:56px;
	height:40px;
	right: 15px;
}
.yt-product-detail .product-img-box .sale-product,
.category-products .item .product-image .sale-product{
	background:url(../images/ico-sale.png) no-repeat;
	width:56px;
	height:30px;
	left:15px;
}
.category-products .item .product-image .offline-showing-product{
    left: 1px;
    bottom: 0px;
    position: absolute;
    background-color: #FFBC01;
    color: #000000;
    font-weight: 600;
    padding: 6px;
    border-radius: 3px;
}

/*-------for price---------*/

.price-box .price,
.category-products .item .price-box .price{
	color: #e74c3c;
	font-size: 133%;
}
.yt-product-detail .price-box .price-from .price,
.yt-product-detail .price-box .price-to .price,
.yt-product-detail .price-box .price{
	font-size: 167%;
}
.yt-product-detail .price-box .special-price .special-price{
	font-size: 100%;
}
.yt-product-detail .price-box .old-price .price{
	font-size: 116.6%;
}
.price-box .old-price .price,
.item .item-price .old-price .price,
.item .product-price .old-price .price{
	color:#999;
	text-decoration:line-through;
	font-size: 100%;
}
.price-box .price-from,
.category-products .item .price-box .price-from{
	float:left;
	margin-right:10px;
}
.category-products .item .price-box .price-from .price,
.category-products .item .price-box .price-to .price{
	font-size:133%;
}
.category-products .item .ratings .amount{
	display: none;
}

/*--------------------------------listing content grid-------------------------------*/
#yt_content .products-grid .row{
	padding: 0;
}
.products-grid .item{
	margin-bottom:15px;
	float: left;
}
.products-grid .item .item-inner{
	border: 1px solid #dddddd;
	width: 100%;
	display: inline-block;
}
.products-grid .item .item-inner:hover{
	-ms-box-shadow:  0px 1px 6px 0px rgba(0, 0, 0, 0.3);
	-o-box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow:    0px 1px 6px 0px rgba(0, 0, 0, 0.3);
	box-shadow:         0px 1px 6px 0px rgba(0, 0, 0, 0.3);
}
.products-grid .item .product-price{
	margin-top:10px;
}
.products-grid .item .product-review{
	line-height: 100%;
}
.products-grid .item .product-review .rating-box{
	margin-top: 0px;
}
.products-grid .item .product-name{
	margin:5px 0;
	line-height:100%;
    height: 43px;
}
.category-products .item .product-tpin{
	font-weight: bold;
	line-height: 16px;
}
.products-grid .item .product-addto-wrap{
	margin-top:15px;
}
.products-grid .item .product-info{
	position: relative;
	padding: 0 5px 10px 5px;
}

.products-grid .item .product-other-info{
	width: 100%;
}

.products-grid .configurable-swatch-list{
    position:absolute;
    bottom:10px;
    width:100%;
    left:0px;
    text-align: center;
}

.products-grid .configurable-swatch-list li{
    display: inline-block;
}

.block-layered-nav .configurable-swatch-list li:before{
    display: none;
}

.block-layered-nav .configurable-swatch-list li a{
    background:none!important;
    padding-left:0px!important;
}

.block-layered-nav .configurable-swatch-list li{
    float:left;
    width:50%;
}

.wk_mp_design_inner.products-grid .item .product-info{
	padding-bottom: 0;
}

/*--------------------------------listing content list-------------------------------*/
.products-list .item{
	margin-bottom:30px;
}
.products-list .product-list-left{
	padding-left: 0px;
	padding-right: 0px;

}
.products-list .item .product-info{
	padding-right: 0px;
}
/* .products-list .item .product-info .product-name{*/
/*	line-height: 100%;*/
/*}*/
.products-list .item .product-info .product-attributes{
	margin: 5px 0;
}

.products-list .item .product-info .product-attributes span{
	margin-right: 50px;
	font-weight: bold;
}

.products-list .item .product-info .product-attributes span:last-child{
	margin-right: 0;
}

.products-list .item .product-info .product-price{
	margin: 15px 0;
}

.products-list .item .item-inner .product-image{
	border:1px solid #ddd;
	float:left;
	width: 100%;
}
.products-list .item .product-addto-wrap{
	margin-top:20px;
}
.products-list .item .product-addto-wrap .product-addcart{

}
.products-list .configurable-swatch-list li{
    display: inline-block;
    margin-top:12px;
}
/*-----------------------------cross sell------------------------------------*/
.crosssell{
	margin-top: 20px;
}
.crosssell > h2{
	margin-bottom: 20px;
}
#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: 5px 0;
}

/*#crosssell-products-list .separator{ display: none;}*/

/*----------------------------css for detail page-------------------------------*/
#sender_options textarea{
	width:230px;
}
.yt-product-detail select,
.yt-product-detail label{
	margin-bottom:0px;
}
.yt-product-detail .show-phone{
	display:none;
}
.yt-product-detail .yt-detail-left{
	padding-left: 0;
	padding-right: 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;
	margin-bottom: 10px;
	width: 90%;
	display: inline-block;
}
.yt-product-detail .product-img-box .product-image-zoom > #wrap{
	border:1px solid #ddd;
	-webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.yt-product-detail .product-img-box .product-image-zoom > #wrap > a > img{
	width: 100%;

}
.yt-product-detail .popup-btn.hidden-phone > a {
	background-image: url(../images/icon-zoom.png);
	background-repeat:  no-repeat;
	background-position:  center center;
	background-color: #8f8f8f;
    text-align: center;
	position: absolute;
	z-index: 9999;
	border-bottom: 0;
	right: 5px;
	bottom: 5px;
	width: 100%;
	height: 34px;
	width:34px;
	text-indent: -999em;
	-moz-border-radius:2px;
	khtml-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
}
.yt-product-detail .more-views.slide-gallery .jCarouselLite{
 	margin:0 auto;
}
.yt-product-detail .more-views .jCarouselLite > ul > li{
	float:left;
	margin: 0 5px;
}
.quickview-main .more-views .jCarouselLite > ul > li{
	float:left;
	margin: 0 -5px;
}
.yt-product-detail .more-views .jCarouselLite > ul > li:last-child{
	margin-right:0px;
}
.yt-product-detail .jCarouselLite li:hover .cloud-zoom-gallery > img,
.yt-product-detail .jCarouselLite li.selected .cloud-zoom-gallery > img{

}
.yt-product-detail .jCarouselLite li .cloud-zoom-gallery {
	float: left;
	border:1px solid #ddd;
	position:relative;
}
.yt-product-detail .jCarouselLite li .cloud-zoom-gallery > img{
	width: 100%;
}
.yt-product-detail .more-views.slide-gallery{
	position:relative;
	text-align:center;
	margin-left: -4px;
	width: 10%;
	display: inline-block;
	float: left;
}
.yt-product-detail .more-views.slide-gallery .inner{
	position:relative;
	display:inline-block;
	margin:0;
}

.yt-product-detail .more-views.slide-gallery .prev,
.yt-product-detail .more-views.slide-gallery .next{
	width:27px;
	height:27px;
	background-image:url(../images/next-prev-detail.png);
	border: 1px solid #ddd;
	background-repeat:no-repeat;
	background-color:#fff;
	position:absolute;
	top:45px;
	z-index:3;
}
.yt-product-detail .more-views.slide-gallery .next{
	right:-11px;
}
.yt-product-detail .more-views.slide-gallery .prev{
	left:-8px;
}
.yt-product-detail .more-views.slide-gallery .next{
	background-position:-72px 0;
}
.yt-product-detail .more-views.slide-gallery .prev{
	background-position:-36px center;
}
.yt-product-detail .more-views.slide-gallery .prev:hover{
	background-position: 0 -1px;
}
.yt-product-detail .more-views.slide-gallery .next:hover{
	background-position: -108px 0;
}
.yt-product-detail .more-views.slide-gallery .prev:hover,
.yt-product-detail .more-views.slide-gallery .next:hover{
	cursor:pointer;
}

.yt-product-detail .configurable-swatch-list li{
    display: inline-block;
    text-align: center;
}

.btn-cart.out-of-stock{
    background-color:#ddd!important;
    float: right;
}
/*qty*/
.yt-product-detail .add-to-box{
	clear:both;
}
.quantity-box .quantity-controls{
	width:15px;
	height:15px;
	background-color:#444;
	margin-bottom:0px;
	background-image:url(../images/plus-minus.png);
	background-repeat: no-repeat;
	padding: 0;
	border: none;
	position: absolute;
	right: 0;
}
.quantity-box .quantity-controls.quantity-minus{
	background-position:0 -15px;
	top: 15px;
}
.quantity-box .quantity-controls.quantity-plus{
	background-position:0 0;
	top: 0;
}
#confirmbox .quantity-box .quantity-input.qty{
	border: 1px solid #ddd;
}
.product-shop .add-to-cart input.input-text.qty,
.quantity-box .quantity-input.qty{
	width:35px;
	height:30px;
	line-height: 100%;
	border:none;
	text-align:center;
	margin:0;
}

#product-options-wrapper .qty-holder input.input-text{
	width: 60px;
	text-align:center;
	line-height:30px;
	height:30px;
	padding:0 0 0 5px;
}
/*--popup cart*/
#product-shop .wrap-qty{
	width:100%;
	display:inline-block;
}
#product-shop .wrap-qty .qty-set,
.product-shop .wrap-qty .qty-set{
	float:left;
}
.yt-product-detail .wrap-qty{
	background-color: #eee;
	width: 120px;
	height: 40px;
	float: left;
	padding: 5px 15px;
}
.wrap-qty .qty-set .quantity-box{
	float: left;
	position: relative;
	width: 50px;
}

.yt-product-detail .wrap-qty .qty-title{
	float:left;
	display: inline-block;
    height: 30px;
    line-height: 30px;
    margin-right: 10px;
}
.product-shop #product-options-wrapper label{
	font-weight:normal;
}
/***-----content detail right-----***/

.yt-product-detail .yt-detail-right{
	line-height: 150%;
	padding-right: 0px;
	float:left;
}
.yt-product-detail .product-name h1{
	font-size:167%;
	font-family: inherit;
	font-weight: bold;
	margin-top: -5px;
}
.yt-product-detail .product-shop .product-review{
	clear:both;
	padding:0px 0 5px;
	margin:0;
}
.yt-product-detail .product-shop .availability span{
	/*background-image: url(../images/ico-instock.png);
	background-repeat: no-repeat;*/
	background-position: 0px 3px;
	/*padding-left: 18px;
	margin-left: 3px;*/
	color: #13BF00;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: bold;
}
.yt-product-detail .addthis_toolbox{
	float:left;
	clear:both;
	margin-bottom: 25px;
}
.yt-product-detail .short-description{
	margin:15px 0 0px 0;
	/*float:left;*/
	clear: both;
	/*position: relative;
	bottom: 95px;*/
}
.yt-product-detail .short-description h2{
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 6px;
	font-family: inherit;
}
.yt-product-detail .product-shop .price-box{
	/*float:left;*/
	display: inline-block;
}
.yt-product-detail .product-shop .availability{
	margin-top: 5px;
}
.yt-product-detail .product-shop .group-items-info {
    margin-top: 15px;
}
.yt-product-detail .product-shop .group-items-info h3 {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 15px;
}
.yt-product-detail .product-shop .group-items-info .items {
    color: #000;
    font-size: 14px;
    padding-left: 40px;
    overflow: hidden;
}
.yt-product-detail .product-shop .group-items-info .items .first {
    margin-right: 15px;
    float: left;
}
.yt-product-detail .product-shop .group-items-info .items .name {
    color: #0066c0;
    float: left;
    width: 498px;
}
.yt-product-detail .product-shop .group-items-info .note {
    color: #000;
    font-size: 14px;
    padding-top: 10px;
}
    
.quickview-main .yt-product-detail .add-to-cart .btn-cart,
#yt_wrapper .add-to-cart .btn-cart{
	display:block;
	color:#fff;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	line-height: 100%;
	padding: 14px 21px;
	float: left;
}
.quickview-main .yt-product-detail .add-to-cart .btn-cart:hover,
#yt_wrapper .add-to-cart .btn-cart:hover{
	background-color: #444 !important;
}

.yt-product-detail .add-to-cart{
	float:left;
}
.yt-product-detail .add-to-links li,
.yt-product-detail .product-add-box{
	float:left;
}
 /*#product_addtocart_form{*/
 	/*position:relative;*/
 	/*margin-right: 20px;*/
 /*}*/

.yt-product-detail #product-options-wrapper {

}
.yt-product-detail #product-options-wrapper .input-box input[type="text"],
.yt-product-detail #product-options-wrapper .input-box select{
	width:150px;
	height:30px;
}
.yt-product-detail #product-options-wrapper label{
	font-weight:normal;
	margin-right:10px;
}
.review-product-list .yt-product-detail .add-to-box {
	display:none;
}
/*--detail quick view--*/
.quickview-main .yt-product-detail{
	padding: 15px;
}
.quickview-main .yt-product-detail .more-views.slide-gallery .prev,
.quickview-main .yt-product-detail .more-views.slide-gallery .next{
	top: 36px;
}
/***----product type----***/
.product-shop .wrap-sc .pro-code{
	margin-left:20px;
}
.data-table.grouped-items-table{
	margin:20px 0 20px 0;
}
.product-grouped-product .yt-product-detail .add-to-box{
	float:left;
}
.product-grouped-product .yt-product-detail .add-to-box .add-to-cart{
	margin-left:0;
}
.product-grouped-product .yt-product-detail .email-friend{
	left:215px;
}
.yt-product-detail .add-to-box,
.yt-product-detail .add-to-holder.have-price{
	/*margin-top:20px;*/
	/*float: right;*/
	/*position: relative;
	left: 40px ;
	bottom: 95px;*/
}
.yt-product-detail .add-to-holder.have-price .price-box{
	display:none;
}
.product-options ul.options-list .label {
	font-weight:normal;
    font-size: 100%;
	line-height: 170%;
	padding: 0;
	color:#666;
}
#product-options-wrapper.product-options dd,
#product-options-wrapper.product-options select,
#product-options-wrapper.product-options .options-list{
	margin-bottom: 5px;
}
#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;
	width:40px;
}
.data-table.grouped-items-table input.input-text[readOnly='true'] {
    border: 1px solid #e6e6e6;
    background-color: #EBEBE4;
}

.yt-product-detail .price-as-configured{
	margin-bottom: 15px;
	margin-top: 10px;
}

/***----------------detail tabs--------------------***/
.yt-product-detail .tab-product-detail{
	margin-top: 40px;
	margin-bottom: 10px;
	clear:both;
	float:left;
	width:100%;
	border: 1px solid #ddd;
}
.yt-product-detail .tab-product-detail .yt-tab-navi{
	float: left;
	width: 200px;
}
.yt-product-detail .tab-product-detail .yt-tab-navi > li{
	position:relative;
}
/*.yt-product-detail .tab-product-detail .yt-tab-navi > li:last-child{
	border-right:1px solid transparent;
}
.yt-product-detail .tab-product-detail .yt-tab-navi > li:first-child{
	border-left:1px solid transparent;
	margin-left:-1px;
}*/
.yt-product-detail .tab-product-detail .yt-tab-navi > li.active:first-child:hover{
	border-left:none;
}
.yt-product-detail .tab-product-detail .yt-tab-navi > li.active:last-child:hover{
	border-right:none;
}
.yt-product-detail .tab-product-detail .yt-tab-navi > li > a{
	display:inline-block;
	width: 100%;
	text-transform:uppercase;
	font-weight:bold;
	font-size:133%;
	line-height:100%;
	padding: 13px 20px 13px 30px;
	/*border-left: 5px solid transparent;*/
	border-bottom: 1px solid #ddd !important;
	position: relative;
}
.yt-product-detail .tab-product-detail .yt-tab-navi > li > a:before{
	width: 0px;
	height: 105%;
	position: absolute;
	top: -1px;
	left: -1px;
	content: "";
}
.yt-product-detail .tab-product-detail .yt-tab-navi > li.active > a:before,
.yt-product-detail .tab-product-detail .yt-tab-navi > li > a:hover:before{
	width: 5px;
}
.yt-product-detail .tab-product-detail .yt-tab-content{
	padding:25px 30px;
	margin-left: 200px;
	border-left: 1px solid #ddd;
	overflow: hidden;
	min-height: 250px;
}
.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 .button{
	height:35px;
}
.yt-product-detail .tab-product-detail .yt-tab-content .collateral-box .box-collateral .form-add label{
	width: 100%;
}
.yt-product-detail .tab-product-detail .yt-tab-content .collateral-box .box-collateral .form-add #productTagName{
	float: left;
	height: 35px;
	margin-right:10px;
}
.yt-product-detail .tab-product-detail .yt-tab-content .collateral-box .box-collateral .form-add #advice-required-entry-productTagName{
	float:left;
	clear:both;
}
.yt-product-detail .tab-product-detail .yt-tab-content .box-tags .note{
	clear:both;
}
.yt_tab_reviewform .box-reviews .pager, .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_tab_reviewform .box-reviews .pager .amount,.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_tab_reviewform .box-reviews .pager .limiter,.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;
	margin-bottom:10px;
	border-bottom: 1px dashed #e6e6e6;
}
.yt-product-detail .tab-product-detail .yt-tab-content #customer-reviews small.date{
	font-style:italic;
}
.yt-product-detail .tab-product-detail .yt-tab-content #customer-reviews  dl dt a{
	font-weight:normal;
	font-style:italic;
}
.yt-product-detail .tab-product-detail .yt-tab-content #customer-reviews  dl dd:last-child{
	border: none;
}
.yt-product-detail .tab-product-detail .yt-tab-content .form-add .customer-review{
	margin-bottom: 30px;
}
.yt_tab_reviewform .box-reviews h2,
.yt-product-detail #yt_tab_decription h4,
.yt-product-detail .tab-product-detail .yt-tab-content #customer-reviews h2,
.yt-product-detail .tab-product-detail .yt-tab-content .form-add .customer-review > h4,
.yt-product-detail .tab-product-detail .yt-tab-content .form-add .write-your-review > h4{
    font-weight: normal;
    text-transform: uppercase;
	font-size:116.67%;
	margin-bottom: 10px;
	font-family: inherit;
}
#yt_wrapper .yt-product-detail #yt_tab_reviewform input[type="radio"] {
    margin: 0 0 0 50%;
}
.yt-product-detail .form-add .customer-review  #product-review-table{
	background:#fbfdfd;
}
.yt-product-detail .form-add .customer-review  #product-review-table > tbody > tr > td{
	padding-left: 2px;
}
.yt-product-detail .form-add .write-your-review .form-list #review_field{
	width:100%;
	background-color:#fbfdfd;
}
.yt-product-detail #yt_tab_decription p{
	margin-top:7px;
}
.yt-product-detail #yt_tab_decription p:first-child{
	margin-top:0px;
}
.yt-product-detail #yt_tab_reviewform .reviewform-col1 {
	padding-left:0px;
}
.yt-product-detail #yt_tab_reviewform .reviewform-col2 {
	padding-right:0px;
}
.yt-product-detail #yt_tab_reviewform .btn-review{
	font-size:107.7%;
	text-transform:uppercase;
	color:#fff;
}
.yt-product-detail #yt_tab_reviewform .btn-review:after{
	content: "\f0da";
	font-family: 'FontAwesome';
	font-size:14px;
	color:#fff;
	padding-left:6px;
}
.yt-product-detail #yt_tab_reviewform .buttons-set{
	border-top: none;
	padding-top:0;
}

/*--------------------------upsell product-----------------------*/
#yt_main .sm-slider{
	position: relative;
	margin-top: 20px;
}
#yt_main .sm-slider .page-button.top{
	float:right;
}
#yt_main .sm-slider .page-button.top .control-button{
	display:inherit;
	top:10px;
}
#yt_main .sm-slider .block-title{
	margin-bottom: 20px;
	border-bottom: 1px solid #ddd;
	line-height: 100%;
}
#yt_main .sm-slider .block-title span{
	font-weight: bold;
	text-transform: uppercase;
	font-size: 133%;
	position: relative;
	display: inline-block;
	padding-bottom: 10px;
}
#yt_main .sm-slider .block-title span:after{
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 100px;
	height: 1px;
	content: "";
}
#yt_main .sm-slider.related .page-button .control-button{
	margin-top: -50px;
}
#yt_main .sm-slider .owl-carousel{
	position: static;
}
#yt_main .sm-slider .owl-nav{
	position: absolute;
	top: -8px;
	right: 0;
}
#yt_main .sm-slider .owl-nav [class*=owl-]{
	width: 20px;
	height: 27px;
	margin: 0;
	padding: 0;
	border: 1px solid #ddd;
	border-radius: 0;
	background: transparent url(../images/ico-slider.png) no-repeat;
	text-indent: -999em;
	background-color: #f4a137;
}
#yt_main .sm-slider .owl-nav .disabled{
	display: none !important;
}
#yt_main .sm-slider .owl-nav [class*=owl-]:hover{
	background-color: #f4a137;
}
#yt_main .sm-slider .owl-nav .owl-prev{
	background-position: -30px 0;
	margin-right: 5px;
}
#yt_main .sm-slider .owl-nav .owl-prev:hover{
	background-position: 0px 0;
	cursor: pointer;
}
#yt_main .sm-slider .owl-nav .owl-next{
	background-position: -60px 0;
}
#yt_main .sm-slider .owl-nav .owl-next:hover{
	background-position: -90px 0;
	cursor: pointer;
}

#yt_main .sm-slider .item{
	margin-bottom: 0;
}

/*-----------------------related product-----------------------*/
.block-related{
	clear: both;
}

/*------------------------------about us page-----------------------------*/
.page-about{
	margin:0px -15px 0 -15px;
}
.page-about .about-row2{
	float:left;
	margin-top:50px;
}
.page-about .about-row2 .row2 .about-cont a.title,
.page-about .about-row1 .row1-right span{
	font-size:138.5%;
	text-transform:uppercase;
}
.page-about .about-row2 .row2 .about-cont a.title{
	padding-bottom:5px;
	display:inline-block;
}
.page-about .about-row1 .row1-right p{
	padding-top:5px;
}
.page-about .about-row1 .row1-right .row1-right-cont2{
	margin-top:50px;
}

.page-about .about-row2 .row2 .inner{
	border:1px solid #e6e6e6;
	padding:20px 20px 30px 20px;
}
.page-about .about-row2 .row2 .about-cont{
	margin-top:25px;
	text-align:center;
	padding:0 10px;
}
#yt_wrapper .page-about .about-row2 .row2 .button{
	padding:13px 35px;
	display:inline-block;
	margin-top:28px;
}

/***---------------------------------contact---------------------------***/
.contacts-index-index .contact-page{
	margin-top:40px;
}
.contact-page{
	margin:0 -15px;
}
.contact-page .block-title{
	font-size:138.5%;
	color:#333;
	text-transform:uppercase;
	padding-bottom:12px;
	line-height:100%;
	display:block;
}
.contact-page .contact-us-left{
	padding-right:10%;
}
.contact-page .contactus-info .contact-info{
	border-top: 1px solid #eee;
	margin-top:30px;
}
.contact-page .contactus-info .contact-info span{
	margin-right:25px;
}
.contact-page .contactus-info .contact-info p{
	margin-top:20px;
}
.contact-page .fieldset{
	border:none;
	margin:0;
	padding:0;
}
.contact-page #contactForm {
	margin-top:45px;
}
.contact-page #contactForm .fields{
	width:36%;
	float:left;
	margin-right:4%;
}
.contact-page #contactForm .fields input.input-text{
	width:100%;
	margin-bottom:10px;
	height:43px;
}
.contact-page #contactForm .wide{
	width:60%;
	float:right;
}
.contact-page #contactForm .wide #comment{
	width:100%;
	height:149px;
}
.contact-page #contactForm .buttons-set{
	clear:both;
	border-top:none;
}
.contact-page #contactForm .buttons-set .button{
	float:left;
	margin-left:0;
	padding:10px 30px;
}
/***-------------------------------------------other page----------------------------------***/
#yt_wrapper label{
	font-weight:normal;
	padding-bottom:3px;
}
.cart-collaterals select,
.form-list input.input-text,
input.input-text {
    width: 260px;
	padding: 7px 10px;
	margin-bottom:10px;
}


/*cart*/
.cart-collaterals .discount h2:before{
	content: "\f005";
	font-family: 'FontAwesome';
	font-size:15px;
	color:#F33;
	padding-right:10px;
}
.cart-collaterals .shipping h2:before{
	content: "\f0d1";
	font-family: 'FontAwesome';
	font-size:15px;
	color:#F33;
	padding-right:10px;
}
#shopping-cart-totals-table strong .price{
	font-size:123%;
}
.cart-collaterals .checkout-types a{
	text-decoration:underline;
}
/***----check out----***/
#yt_wrapper .cart form,
#yt_wrapper .cart .title-buttons{
	float: left;
	width: 100%;
}
#yt_wrapper .cart .title-buttons > .page-title {
	float: left;
}
#yt_wrapper .checkout-types{
	margin-top: 30px;
	text-align: right;
}
.cart-collaterals .crosssell #crosssell-products-list .item{
	margin-bottom:30px;
}
.cart-collaterals .crosssell #crosssell-products-list .item .product-image{
	float:left;
	margin-right:15px;
}
.cart-collaterals .crosssell #crosssell-products-list .item .product-details{
	float:left;
	display:table;
}
.cart-collaterals .crosssell #crosssell-products-list .product-name{
	font-size:117%;
}
.cart-collaterals .crosssell #crosssell-products-list .price-box{
	font-weight:bold;
	font-size:117%;
}
.cart-collaterals .crosssell #crosssell-products-list .item .add-to-links li{
	display:inline-block;
}
.cart-collaterals .crosssell h2{
	margin-bottom:10px;
	line-height:150%;
}
#yt_wrapper .cart-collaterals .crosssell,
#yt_wrapper .cart-collaterals .totals,
#yt_wrapper .cart-collaterals .col2-set #discount-coupon-form,
#yt_wrapper .cart-collaterals .col2-set .shipping{
	border:1px solid #e9e9e9;
	padding: 15px;
	margin-top: 20px;
	float: left;
	width: 100%;
	line-height: 200%;
}
#yt_wrapper #coupon_code,
#yt_wrapper #postcode{
	margin-bottom: 10px;
}
#yt_wrapper #shipping-zip-form,
#yt_wrapper #checkout-payment-method-load dt{
	line-height: 170%;
}
#yt_wrapper .cart-collaterals .totals td {
    overflow: hidden;
    text-align: left;
    padding-right: 10px;
}
#yt_wrapper .cart-collaterals .totals .checkout-types{
	margin: 5px 0 0;
	text-align: left;
}
#yt_wrapper .cart-collaterals .totals .checkout-types .btn-proceed-checkout{
	margin-bottom: 5px;
}
/***----check out one page----***/
/*#checkout-progress-wrapper .block-content{
	border-top: 1px solid #E9E9E9;
}*/
#checkout-progress-wrapper .block-content dt {
    border: 1px solid #E9E9E9;
    font-weight: normal;
    padding: 7px;
	margin-top: 10px;
}
#checkout-progress-wrapper .block-content dt.complete,
#checkout-progress-wrapper .block-content dt.complete a{
	color: #fff;
	border: none;
}
#checkout-progress-wrapper .block-content dd.complete{
	padding: 10px;
	border: 1px solid #E9E9E9;
	border-top: none;
}
.yt_main_inner select,
#checkoutSteps select{
	width:230px;
}
#checkoutSteps > li{
	position:relative;
	margin-bottom:10px;
	float: left;
	width: 100%;
}
#checkoutSteps .step-title{
	background:#777;
	color:#fff;
    line-height: 100%;
    padding: 12px 20px;
    border: none;
    cursor: pointer;
}
#checkoutSteps .step-title > span.number{
	font-weight: bold;
	float: left;
	margin-right: 10px;
	font-size: 130%;
	line-height: 100%
}
#checkoutSteps .step-title >h2,
#checkoutSteps .step-title >span{
    font-size: 120%;
    line-height: 110%;
}
#checkoutSteps.opc .step-title a {
    display: none;
}
#checkoutSteps > li > div{
	padding:20px;
	border: 1px solid #e9e9e9;
	border-top: none;
	float: left;
	width: 100%;
}
#checkoutSteps .col2-set > div:first-child{
	padding-left: 0;
}
#checkoutSteps .col2-set > div:last-child{
	padding-right: 0;
}
#checkoutSteps h3{
	font-weight: bold;
	margin-bottom: 10px;
}
#checkoutSteps .col2-set .buttons-set .button {
	float: 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: left;
	/*width: 100%;*/
	margin-top: 3px;
}
#checkoutSteps .please-wait{
	float: right;
	margin-right: 10px;
	margin-top: 7px;
}
#checkoutSteps .please-wait img{
	display: none;
}
#checkoutSteps .product-will-call{
	color: red;
	margin-bottom: 3px;
}
/***----checkout multi address----***/
#checkout-progress-state{
	margin-top: 30px;
}
#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 .button{
	margin-top:30px;
}
#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%;
}

/*---block account in account page---*/
#yt_left .block-account .block-content{
	float: left;
	padding:5px 20px 10px 20px;
}
#yt_left .block-account .block-content > ul > li{
    border-bottom: 1px solid #e9e9e9;
    padding: 10px 0 5px;
    width: 100%;
    float: left;
}
#yt_left .block-account .block-content > ul > li.last{
	border-bottom: none;
}
#yt_left .block-account .block-content > ul > li > strong,
#yt_left .block-account .block-content >ul > li:hover >a{

}
.my-account .my-tag-edit{
	margin-bottom:30px;
}
.my-account .product-name{
	font-weight: bold;
	margin-bottom: 5px;
}
.my-account > .title-buttons{
	float: left;
	width: 100%;
	margin-bottom:25px;
}
.my-account #wishlist-view-form .buttons-set{
	float: right;
}
.my-account #wishlist-view-form textarea{
	width: 100%;
	margin-top: 5px;
}
.my-account #wishlist-view-form .price-box{
	font-weight: bold;
	font-size: 116.67%;
	margin-bottom: 5px;
}
.my-account > #form-validate > .buttons-set {
    display: inline-block;
    width:100%;
}
.my-account > #form-validate > .buttons-set .back-link{
	float:left;
}
.my-account .box-account{
	margin-top: 10px;
}
.my-account .box-account .box-head {
	clear: both;
    background: none repeat scroll 0 0 #777777;
    color: #FFFFFF;
    line-height: 100%;
    padding: 10px;
	margin-bottom:10px;
}
.my-account .box-account .box-head  > h2 {
	float: left;
}
.my-account .box-account .box-head  > a {
	float: right;
	color: #fff;
}
#checkout-step-login #login-form{
	margin-left: 0;
}
.my-account  .box-account  .col2-set > .box  > .box-title{
	margin-left: 30px;
}
.my-account .col2-set .col-1{
	float: left;
	width: 50%;
}
.my-account  .box-account.box-info .col2-set .col-1{
	padding-left:30px;
}
.account-login .form-list{
	margin-top:10px;
}
.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;
	height: 32px;
	text-align: center;
}
.my-account .data-table .link-edit{
	float: left;
	margin-top: 5px;
	width: 100%;
}
.my-account .box-title{
	overflow:hidden;
	border-bottom: 1px dashed #E9E9E9;
	margin-top: 10px;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
.my-account .box-title > h3{
	line-height: 180%;
	font-weight: bold;
	float: left;
}
.my-account .box-title > a{
	float:right;
	line-height: 180%;
}
.my-account .box-title > a:hover{
	text-decoration:underline;
}
.my-account .box-content h4{
	line-height: 180%;
	font-weight: bold;
	margin-bottom: 5px;
}
.my-account .box-account .number{
	margin:2px 10px 0 0;
	line-height:100%;
	float: left;
	font-weight:bold;
}
.my-account .product-review .product-img-box{
	margin-bottom:20px;
}
.my-account .product-review .product-img-box .product-image img{
	margin-bottom:10px;
}
.checkout-multishipping-address-newshipping .fieldset{
	width:50%;
	float:left;
}
.fieldset{
    /*border: 1px solid #e9e9e9;*/
    margin-bottom: 20px;
    padding: 20px 0 0 0;
}
.fieldset .legend {
    background: #fff;
    float: left;
    font-weight: bold;
	text-transform:uppercase;
	font-size:117%;
    margin: -25px 0 0 0;
    padding: 0px;
    /*border: 1px solid #e9e9e9;*/
}
.buttons-set {
    border-top: 1px solid #e9e9e9;
	margin-top: 10px;
	padding-top: 10px;
	clear:both;
}
.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%;
}
.col2-set .content > h2{
	font-weight: bold;
	margin-bottom: 5px;
}
.form-list li{
	margin-bottom: 5px;
}
input.input-text.qty{
	width: auto;
}
.my-account .pager{
	border: 1px solid #e9e9e9;
	border-bottom: 4px solid #e9e9e9;
	padding: 5px 10px;
	margin: 0 0 20px 0;
}
.pager li > a, .pager li > span {
    border-radius: 0;
    line-height: 100%;
    padding: 5px 10px;
    background-color: #F4F4F4;
    margin-left: 5px;
    float: left;
    border: 1px solid #e9e9e9;
}
.pager li > a:hover,
.pager li > a:focus,
.pager li.current > a {
    color: #fff;
    border: 1px solid transparent;
}
.my-account .pager .amount {
    float: left;
	line-height:24px;
	margin-right:10px;
}
.my-account .pager  .limiter {
    float: left;
}
.my-account .pager .pages{
	display: inline-block;
	float: right;
}
.my-account .pager > .pages > ol{
	display: inline;
}
.pager .limiter label {
	font-weight: normal;
}
.pager .limiter select {
    margin: 0;
    width: 65px;
    position: relative;
	padding: 2px;
}
.my-account .title-buttons .button{
    float: right;
}
.my-account .link-print{
	margin-right: 10px;
}
.my-account .addresses-list h3,
.my-account .addresses-list h2,
.my-account .order-info-box h2{
	font-weight: bold;
	float: left;
	width: 100%;
	margin: 10px 0 7px 0;
}
.my-account .addresses-list h2{
	border-bottom: 1px dashed #E9E9E9;
	padding-bottom: 5px;
	margin: 0;
}
#my_recent_tags .item,
#my_recent_reviews .item{
	margin-top:10px;
}
#my_recent_reviews .ratings .rating-box{
	margin-top:3px;
}
#my_recent_tags .tags strong,
#my_recent_reviews .ratings strong{
	float:left;
	padding-right:10px;
}
#shopping-cart-table .product-image img,
#crosssell-products-list .item .product-image{
	overflow:hidden;
	position:relative;
}
#shopping-cart-table .a-center .input-text{
	text-align:center;
	line-height:30px;
	height:30px;
	padding:0;
}
#shopping-cart-table{
	margin-top: 20px;
}
/*------------------------------------------END other page-----------------------------------*/


/*-------------------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;
}
/*-------------------end css background image-----------------------*/

/*----------------------fancy box close-----------------------------*/
/*.catalog-product-view .fancybox-wrap .fancybox-close {
	display:none;
}*/
.fancybox-wrap .fancybox-close {
	position: absolute;
	top: -2px;
	right: -2px;
	width: 20px;
	height: 20px;
	cursor: pointer;
	z-index: 1103;
	text-align:center;
}
.fancybox-wrap .fancybox-close:before {
	content: "\f00d";
	font-family: 'FontAwesome';
	color:#666666;
	font-size:14px;
}
.fancybox-wrap .fancybox-close:hover:before {
	color:#C71C1C;
}

/*----------------------end fancy box close-----------------------------*/


/*----------------------tablisting + slider-----------------------------*/
.respl-items-container .carousel-inner.products-grid .item-tab-listing{
	padding: 5px;
}
.respl-items-container .carousel-inner.products-grid .item-tab-listing.active{
	width: 100%;
}
 /*.respl-items-container .category-products.carousel{*/
 /*	margin: -5px;*/
 /*}*/
.respl-tabs-container{
	border-bottom: 1px solid #ddd;
	display: inline-block;
	width: 100%;
}
.respl-tabs-container .respl-tabs-wrap{
	float: right;
	margin-right: 90px;
}
.yt-tab-listing .respl-tabs-wrap ul li.respl-tab{
	float: left;
	position:relative;
	text-transform: uppercase;
	border-top: 2px solid transparent;
	padding: 9px 20px;
	line-height: 100%;
	border-left: 1px solid transparent;
	border-right: 1px solid transparent;
}
.yt-tab-listing .respl-tabs-wrap ul > li:last-child{
	margin-right:0px!important;
}
.yt-tab-listing .respl-tabs-wrap ul li.respl-tab.tab-sel{
	border-left: 1px solid #ddd !important;
	border-right: 1px solid #ddd !important;
}
.yt-tab-listing .respl-tabs-wrap ul li.respl-tab.tab-sel:after{
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #fff;
	content: "";
}
.yt-tab-listing .title-text{
	font-weight: bold;
	text-transform: uppercase;
	font-size: 133%;
	position: absolute;
	left: 0;
	padding-bottom: 7px;
}
.carousel-control-wrap .carousel-control-tab{
	width: 20px;
	height: 27px;
	border: 1px solid #ddd;
	background-image: url(../images/ico-slider.png);
	background-repeat: no-repeat;
	display: inline-block;
	text-indent: -999em;
}
.yt-tab-listing .carousel-control-wrap{
	float: right;
	margin-top: -49px;
	margin-right: 5px;
}
.carousel-control-wrap .carousel-control-tab.prev{
	background-position: -31px 0;
}
.carousel-control-wrap .carousel-control-tab.prev:hover{
	background-position: 0px 0;
}
.carousel-control-wrap .carousel-control-tab.next{
	background-position: -60px 0;
}
.carousel-control-wrap .carousel-control-tab.next:hover{
	background-position: -90px 0;
}
.yt-tab-listing .respl-items-container .respl-items-inner{
	margin-top: 15px;
}

/*------block collections--------*/
.collections-wrap{
	clear: both;
}
.hotcate-wrap .block-title,
.collections-wrap .block-title{
	border-bottom: 1px solid #ddd;
	line-height: 100%;
}
.hotcate-wrap .block-title span,
.collections-wrap .block-title span{
	font-weight: bold;
	text-transform: uppercase;
	font-size: 133%;
	position: relative;
	display: inline-block;
	padding-bottom: 10px;
}
.hotcate-wrap .block-title span:after,
.collections-wrap .block-title span:after{
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 100%;
	height: 1px;
	content: "";
}
.collections li{
	float: left;
	width: 15.666%;
	margin-left: 1%;
}
.collections{
	margin-left: -1%;
	margin-top: 30px;
}
.collections li a{
	background-color: #eee;
	display: inline-block;
	width: 100%;
	font-size: 133%;
	font-weight: bold;
	text-transform: uppercase;
	background-repeat: no-repeat;
	background-position: center center;
	height: 140px;
	padding-top: 21px;
	line-height: 20px;
	border: 1px solid transparent;
	letter-spacing: 1px;
}


.collections .collect5 a span{
	font-size: 12px;
	font-weight: normal;
}
.collections .collect4 a span{
	font-size: 14px;
}

.collections .collect1 a{
	background-image: url('../images/collect1.png');
		text-align: center;
}
.collections .collect2 a{
	background-image: url('../images/collect2.png');
		text-align: center;
}
.collections .collect3 a{
	background-image: url('../images/collect3.png');
		text-align: center;
}
.collections .collect4 a{
	background-image: url('../images/collect4.png');
	padding-left: 17px;
}
.collections .collect5 a{
	background-image: url('../images/collect5.png');
	padding-left: 15px;
}
.collections .collect6 a{
	background-image: url('../images/collect6.png');
		text-align: center;
}

/*---- hot categories------*/
.hotcate-wrap{
	padding-top: 40px;
	margin-top: 40px;
	background-color: #f5f5f5;
}
.hotcate-wrap .btn-viewmore{
	font-size: 77%;
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
	padding: 5px 20px 5px 10px;
	position: relative;
	top: -58px;
	left: 20px;
	display: inline-block;
	line-height: 100%;
}
.hotcate-wrap .btn-viewmore:after{
	position: absolute;
	content: "";
	background: url(../images/ico-viewmore.png) no-repeat;
	width: 5px;
	height: 7px;
	top:6px;
	right: 10px;
}
.hotcate-wrap .btn-viewmore:hover{
	background-color: #444;
}

/*---slideshow---*/
.slideshow-wrap .tp-caption.market-slide1-btn-shopnow:after{
	content: "\f0da";
	font-family: 'FontAwesome';
	font-size:14px;
	margin-left: 4px;
}
.slideshow-wrap .tp-caption.market-slide3-btn-buynow:after{
	content: "\f0da";
	font-family: 'FontAwesome';
	font-size:14px;
	color:#ffffff;
	margin-left: 4px;
}
.slideshow-wrap .tp-caption.market-slide1-btn-shopnow a{

}
.slideshow-wrap .tp-caption.market-slide3-btn-buynow a{
	color: #fff;
}

/*---Location popup---*/
#location-popup{
	width: 770px;
	float: left;
	background-color: #eee;
	display:none;
}
#location-popup .inner{
	padding: 25px 20px 0 30px;
}
#location-popup .col1{
	width: 50%;
	float: left;
}
#location-popup .col1-content{
	padding-top: 5px;
}
#location-popup .col2{
	float: right;
	width: 50%;
	padding-top: 33px;
	padding-right: 15px;
}
#location-popup .subscribe-bottom{
	clear: both;
	border-top: 1px solid #ddd;
}
#location-popup .subscribe-bottom input{
	margin-top: 3px;
	padding: 0;
}
#location-popup .subscribe-bottom .inner{
	float: right;
	padding: 8px 0;
}
#location-popup .subscribe-bottom label{
	font-weight: normal;
	color: #333;
}
#location-popup .col1 .col1-cont{
	float: left;
	width: 33.33%;
	padding-left: 10px;
	padding-bottom: 20px;
}
#location-popup .col1 .col1-cont span{
	color: #333;
	font-weight: bold;
	text-transform: uppercase;
}
#location-popup .col1 .col1-cont ul li a{
	line-height: 25px;
}

/* ------------------------------ABOUT US PAGE-------------------------------- */
.aboutus-page .box-1-about{
	background:#fff;
	margin-bottom:0px;
	padding-bottom:0px;
	padding-top:0px;
}
.aboutus-page .title-about-us{
	background:url(../images/bg-title-about.png) repeat-x left center;
	margin-bottom:17px;
}
.aboutus-page .title-about-us h2{
	background:#fff;
	display:inline-block;
	font-size:183.3%;
	color:#444;
	padding:0 30px 6px 0px;
	font-family: inherit;
}
.aboutus-page .image-about-us {
    float: left;
    width: 270px;
	padding-top:6px;
}
.aboutus-page .des-about-us{
	margin-left:300px;
	line-height:18px;
}
.aboutus-page .why-list li{
	position:relative;
	padding-left:29px;
}
.aboutus-page .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;
}
.aboutus-page .why-list li > a{
	display:block;
	padding:5px 0 7px;
	background:url("../images/border-bottom-bs.png") repeat-x left bottom;
}
.aboutus-page .why-list li:last-child > a{
	background:none;
}
.aboutus-page .happy-about-us{
	clear:both;
	padding-top: 45px;
}
.aboutus-page .title-happy-about {
    background: #fff;
    display: inline-block;
    left: 20px;
    padding: 5px 10px;
    position: absolute;
    top: -17px;
}
.aboutus-page .title-happy-about h2{
	font-size:150%;
	color:#444;
	font-family: inherit;
	font-weight: normal;
}
.aboutus-page .happy-ab{
	border:1px solid #e9e9e9;
	padding: 33px 8px 20px;
}
.aboutus-page .ct-why {
    padding: 0 10px 0 25px;
	position:relative;
}
.aboutus-page .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;
}
.aboutus-page .slider-happy-client .owl-dots{
	display:none!important;
}
.aboutus-page .slider-happy-client .owl-controls{
	background:#fff;
	padding: 0 5px;
    position: absolute;
    right: 2px;
    top: -47px;
}
.aboutus-page .slider-happy-client .owl-controls .owl-prev,
.aboutus-page .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;
}
.aboutus-page .slider-happy-client .owl-controls .owl-prev{
	background-image:url(../images/btn-prev-hp.png)!important;
	margin-right:3px;
	right:0px!important;
	left:inherit!important;
}
.aboutus-page .slider-happy-client .owl-controls .owl-prev:hover{
	background-image:url(../images/btn-prev-hp-h.png)!important;
}
.aboutus-page .slider-happy-client .owl-controls  .owl-nav{
	width:68px;
	display:inline-block;
	height:26px;
	background:#fff;
}
.aboutus-page .cms-about-us .service-bottom{
	margin-bottom:0px;
}
.cms-about-us #yt_main > .container{
	background:none;
	margin-bottom:0px;
}
.aboutus-page .slider-happy-client .owl-controls .owl-next{
	background-image:url(../images/btn-next-hp.png)!important;
	right:0px!important;
}
.aboutus-page .slider-happy-client .owl-controls .owl-next:hover{
	background-image:url(../images/btn-next-hp-h.png)!important;
}
.aboutus-page .client-info-about .name {
    font-size: 133%;
}
.aboutus-page .ct-why .client-say{
	font-size:107.69%;
	color:#909090;
	margin-bottom:10px;
}
.aboutus-page .our-member{
	clear:both;
	padding-top:30px;
}
.aboutus-page .our-member .owl-nav{
	display:none!important;
}
.aboutus-page .our-member .sm_quickview_handler{
	display:none!important;
}
.aboutus-page .our-member .info-member{
	text-align:center;
	padding-top:10px;
}
.aboutus-page .our-member .info-member .cl-name > a{
	font-size:133%;
	font-family: inherit;
}
.aboutus-page .our-member .info-member .cl-name > a:hover{
	text-decoration:underline;
}
.aboutus-page .our-member .cl-job{
	font-size: 116.6%;
	padding:3px 0px 2px;
	color: #444;
}
.aboutus-page .our-member .cl-des{
	/*color:#909090;*/
}
.aboutus-page .our-member .respl-item .w-image-box{
	border-radius:3px;
	overflow:hidden;
	position: relative;
}
.aboutus-page .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;
	-moz-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
.aboutus-page .our-member  .respl-item .w-image-box:hover .item-image > a:before{
	height:100%;
	-moz-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

.aboutus-page .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%;
}
.aboutus-page .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;
}
.aboutus-page .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;
}
.aboutus-page .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;
}
.aboutus-page .our-member  .respl-item .w-image-box:hover .cl-nw{
	bottom:28px;

}
.aboutus-page .our-member .title-about-us{
	text-align:center;
}
.aboutus-page .our-member .title-about-us > h2{
	padding:0 30px 6px 30px;
	font-size:215.38%;
	font-weight: normal;
	font-family: inherit;
}
.aboutus-page .our-member .short-des{
	text-align:center;
	color:#909090;
	margin-bottom:70px;
}
.aboutus-page .our-member .owl-controls{
	position:absolute;
	top:-45px;
	left:0px;
	width:100%;
}
/***---------contact-----------***/
.box-1-contact .contact-map-wrap #map{
	height:297px;
	border:6px solid #ececec;
}
.box-1-contact .block-map {
    margin-bottom: 20px;
}
.box-1-contact .form-wrapper .input-box .input-text{
	width:100%;
	max-width:395px;
}
.box-1-contact .form-wrapper .input-box #comment{
	width:100%;
	max-width: none;
}
.box-1-contact .form-wrapper .form-list li{
	margin-bottom:0px;
}
.box-1-contact .store-info .list-info .item-info{
	padding-left:52px;
	position:relative;
	margin-bottom:20px;
}
.box-1-contact .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%;
}
.box-1-contact .store-info .list-info .item-info.main-info > div:before{
	background-image:url(../images/add_contact.png);
}
.box-1-contact .store-info .list-info .item-info.email-info > div:before{
	background-image:url(../images/email_contact.png);
}
.box-1-contact .store-info .list-info .item-info.phone-info > div:before{
	background-image:url(../images/phone_contact.png);
}

.box-1-contact .store-info .list-info .item-info .info-content > h2{
	text-transform:uppercase;
	font-size:108.3%;
	font-family:inherit;
	color: #444;
}
.box-1-contact .store-info .list-info .item-info .info-content > h2 a{
	color: #444;
}
.box-1-contact .store-info .list-info .item-info .info-content .des-info {
    line-height: 18px;
    padding-top: 5px;
}
.box-1-contact .contact-form .buttons-set {
	border:none;
}
.box-1-contact .contact-form .buttons-set .button{
	float:left;
	margin-left:0px;
}

/*---END ABOUT - CONTACT PAGE ---*/

.sm-categories .cat-wrap.theme3 .content-box .child-cat .child-cat-title:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background: url(../images/ico-subcate.png) no-repeat top left;
	width: 4px;
	height: 4px;
	top: 10px;
}

.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.sm_megamenu_lv1.disappear{
	display: none !important;
}

.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.sm_megamenu_lv1.appear{
	display: block !important;
}

/****************************** MORE HOME PAGE LAYOUT*************************************/
/* HEADER STYLE 2 */
.header2-wrap .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.sm_megamenu_lv1 > a.sm_megamenu_head > span{
	padding: 9px 0;
}
.header2-wrap .language-currency .switcher-wrap #select-currency.switch-content{
	min-width: 64px;
}

.header2-wrap .slideshow2-wrap{
	margin-top: 30px;
}

#yt_header.header3-wrap .head-quicklink .links li.first a:before,
#yt_header.header2-wrap .head-quicklink .links li.first a:before{
	background-position: center -16px;
}

#yt_header.header3-wrap .head-quicklink .links li.first:hover a:before,
#yt_header.header2-wrap .head-quicklink .links li.first:hover a:before{
	background-position: center 10px;
}
.header3-wrap .header-top-2,
.header2-wrap .header-top-2{
	padding-right: 0px;
}
#yt_header.header2-wrap .yt-header-middle{
	padding: 35px 0;
	background: #fff;
}
#yt_header.header4-wrap .head-quicklink .links li a{
	text-indent: inherit;
	width: auto;
	color: #fff;
}

#yt_header.header3-wrap .head-quicklink .links li a,
#yt_header.header2-wrap .head-quicklink .links li a{
	text-indent: inherit;
	width: auto;
	padding-left: 16px;
}
#yt_header.header4-wrap .head-quicklink .links li,
#yt_header.header3-wrap .head-quicklink .links li,
#yt_header.header2-wrap .head-quicklink .links li{
	border-right: none;
}
#yt_header.header4-wrap .head-quicklink .links li.last,
#yt_header.header3-wrap .head-quicklink .links li.last,
#yt_header.header2-wrap .head-quicklink .links li.last{
	display: none;
}
.header3-wrap .language-switcher,
.header2-wrap .language-switcher{
	margin:0 5px;
}
.header3-wrap .head-quicklink,
.header3-wrap .language-currency,
.header2-wrap .head-quicklink,
.header2-wrap .language-currency{
	float: left;
}
.header3-wrap .language-currency .overwrite-switch,
.header2-wrap .language-currency .overwrite-switch{
	border: 1px solid #ddd;
	margin: 5px 0;
	height: 24px;
	line-height: 21px;
	padding:0 8px 0 7px
}
.header3-wrap .login-regis a,
.header2-wrap .login-regis a
{
	color: #00abf0;
	font-weight: bold;
}
.header4-wrap .welcome-msg,
.header3-wrap .welcome-msg,
.header2-wrap .welcome-msg{
	float: left;
}
.header3-wrap .header-top-2 .inner,
.header2-wrap .header-top-2 .inner{
	float: right;
}
#yt_header.header2-wrap .yt-header-middle2{
	background-color: #666;
}
.header2-wrap .header-middle-right .sm_megamenu_wrapper_horizontal_menu{
	margin-left: -15px;
	margin-top: 10px;
}
.yt-header-middle2-right{
	padding-right: 0px;
}
.header-top-1,
.yt-header-middle2-left{
	padding-left: 0px;
}
#yt_header.header2-wrap .head-searchbox{
	width: 100%;
}
.header2-wrap .sm-serachbox-pro{
	margin: 8px 0;
}
#yt_wrapper .header3-wrap .sm-serachbox-pro .sm-searbox-content .form-button.button,
#yt_wrapper .header2-wrap .sm-serachbox-pro .sm-searbox-content .form-button.button{
	background-color: transparent;
	padding: 10px;
}
#yt_wrapper .header3-wrap .sm-serachbox-pro .sm-searbox-content .form-button.button span,
#yt_wrapper .header2-wrap .sm-serachbox-pro .sm-searbox-content .form-button.button span{
	font-size: 14px;
}
#yt_wrapper .header3-wrap .sm-serachbox-pro .sm-searbox-content .form-button.button:hover span,
#yt_wrapper .header2-wrap .sm-serachbox-pro .sm-searbox-content .form-button.button:hover span{
	color: #444;
}
.header2-wrap .sm-serachbox-pro .jqTransformSelectWrapper{
	width: 18% !important;
	z-index: 1 !important;
}
.header2-wrap .sm-serachbox-pro .jqTransformSelectWrapper ul{
	width: 155px !important;
}
.header2-wrap .sm-serachbox-pro .jqTransformInputWrapper{
	float:left;
	width:82% !important;
}
.header2-wrap .yt-header-bottom .header-bottom {
	float: left;
	margin-top: 30px;
	position: relative;
	z-index: 1;
}
#yt_header.header2-wrap #yt_header_left{
	position: relative;
	z-index: 2;
}
.header2-wrap .headerv2-banner-wrap{
	padding-right: 0;
}
.header2-wrap .headerv2-newsletter-wrap{
	padding-left: 0;
}
.header2-wrap .headev2-banner .v2-banner1 img{
	float: right;
}
.header2-wrap .headev2-banner .v2-banner1{
	float: right;
	/*margin-left: 10px;*/
	width: 31%;
}
.header2-wrap .v2-banner-right{
	float: left;
	width: 67.5%;
}
.header2-wrap .v2-banner-right img{
	width: 100%;
}
.header2-wrap .v2-banner3,
.header2-wrap .v2-banner4{
	float: left;
	width: 49.1%;
}
.header2-wrap .v2-banner3{
	margin-right: 10px;
}
.header2-wrap .v2-banner34{
	margin-top: 13px;
	float: left;
}
.v2-banner-home a,
.header2-wrap .headev2-banner a{
	overflow: hidden;
	display: block;
	float: left;
	position: relative;
}
.v2-banner-home a:before,
.header2-wrap .headev2-banner a:before{
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	background-color: rgba(0, 0, 0, 0.15);
	width: 0;
	height: 0;
}
.v2-banner-home a:after,
.header2-wrap .headev2-banner a:after{
	position: absolute;
	bottom: 0;
	right: 0;
	content: "";
	background-color: rgba(0, 0, 0, 0.15);
	width: 0;
	height: 0;
}
.v2-banner-home a:hover:before,
.v2-banner-home a:hover:after,
.header2-wrap .headev2-banner a:hover:before,
.header2-wrap .headev2-banner a:hover:after{
	width: 100%;
	height: 100%;
}

.header2-wrap .block-newsletter{
	background: url("../images/newsletter-bg.jpg") no-repeat;
	color: #fff;
	padding: 38px 20px;
	float: left;
	background-size: 100% 100%;
}
.header2-wrap .block-newsletter .block-title{
	font-size: 216.6%;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 100%;
	margin-bottom: 18px;
}
.header2-wrap .block-newsletter #newsletter-validate-detail .input-box{
	height: 40px;
	line-height: 40px;
	position: relative;
	float: left;
	width: 229px;
	margin-top: 25px;
}
.header2-wrap .block-newsletter #newsletter-validate-detail .input-box button{
	width: 49px;
	height: 40px;
	background: url("../images/newsletter-btn.png") no-repeat center center;
	position: absolute;
	right: 0;
	top: 0;
	text-indent: -999em;
}
.header2-wrap .block-newsletter #newsletter-validate-detail .input-box #newsletter{
	height: 40px;
	border: none;
	width: 180px;
}
.header2-wrap .block-newsletter .block-content p{
	line-height: 140%;
}
/*---home page v 2 ---*/

.homepagev2 #yt_right{
	margin-top: 38px;
}
.v2-banner-home{
	float: left;
}
.v2-banner-home a img{
	width: 100%;
}
.block-clientsay{
	position: relative;
}
.block-clientsay .carousel{
	position: inherit;
}
.block-clientsay .carousel-control-wrap{
	position: absolute;
	top: -10px;
	right: 0;
}
.block-clientsay .client-info{
	border-top: 1px solid #ddd;
	margin-top: 15px;
	padding-top: 20px;
}
.block-clientsay .client-info img{
	float: left;
	width: 46px;
	height: 46px;
	margin-right: 10px;
}
.block-clientsay .client-info span{
	font-size: 116.6%;
	text-transform: uppercase;
	font-weight: bold;
	color: #444;
}
.block-clientsay .client-cont{
	line-height: 22px;
}
.homepagev3 .collections li{
	width: 19%;
}
.homepagev3 .collections li.collect6{
	display: none;
}
.homepagev3 .collections li a{
	height: 125px;
	padding-top: 15px;
	font-size: 116.6%;
	font-weight: bold;
}
.homepagev2 .collections li{
	width: 19%;
}
.homepagev2 .collections li.collect6{
	display: none;
}
.homepagev2 .collections li a{
	height: 125px;
	padding-top: 15px;
	font-size: 116.6%;
	font-weight: bold;
}
.collections li a:hover{
	background-color: #fff;
}

.homepagev2 #yt_header .yt-menu{
	max-height: 485px;
}

/* HEADER STYLE 3 */

.header3-wrap .yt-header-middle2{
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	-webkit-box-shadow: 4px 4px 4px #ddd;
	-moz-box-shadow:    4px 4px 4px #ddd;
	box-shadow:         4px 4px 4px #ddd;
	background: #fff;
}
.header3-wrap .sm-serachbox-pro .jqTransformSelectWrapper{
	background-color: #fff;
	width: 33% !important;
		z-index: 1 !important;
}
.header3-wrap .sm-serachbox-pro .jqTransformInputWrapper{
	float:left;
	width:67% !important;
}
.header3-wrap .sm-serachbox-pro .jqTransformSelectWrapper a.jqTransformSelectOpen:before{
	content: "\f107";
	font-family: 'FontAwesome';
	color:#444;
	font-size:12px;
	margin-left:5px;
}
.header3-wrap .sm-serachbox-pro .jqTransformSelectWrapper a.jqTransformSelectOpen{
	top:8px;
	right: 13px;
	background: none;
}
.header3-wrap .sm-serachbox-pro .jqTransformSelectWrapper div span{
	width: 100px !important;
}
.header3-wrap .sm-serachbox-pro{
	margin: 7px 0;
}

.header3-wrap .slideshow-wrap{
	width: 100%;
}
.header3-wrap .header-middle-right .inner{
	float: right;
}
#yt_header.header3-wrap .head-cart{
	width: auto;
}
.header3-wrap .header-middle-right .phone-contact{
	float: left;
	border-right: 1px solid #ddd;
	margin-right: 15px;
	padding-right: 15px;
	line-height: 17px;
}
.header3-wrap .header-middle-right{
	padding-top: 5px;
}
.header3-wrap .header-middle-right .phone-contact img{
	float: left;
	margin-right: 12px;
	margin-top: 3px;
}
.header3-wrap .header-middle-right .phone-contact .inner-info{
	float: left;
}
.header3-wrap .header-middle-right .phone-contact .inner-info span{
	font-weight: bold;
	color: #444;
	text-transform: uppercase;
}
.header3-wrap .header-middle-right .phone-contact .inner-info p{
	color: #999;
}
.header3-wrap .yt-header-bottom{
	margin-top: 30px;
}
.headerv3-policy-wrap,
.headerv4-policy-wrap{
	margin: 0 -15px;
}
.block-policy-v3{
	float: left;
	width: 100%;
	margin-top: 30px;
}
/*.block-policy-v3 .policy1{
	padding-left: 0px;
}
.block-policy-v3 .policy4{
	padding-right: 0px;
}*/
.block-policy-v3 .policy .policy-inner{
	border: 3px solid #ddd;
	padding: 20px 50px;
	height: 80px;
}
.block-policy-v3 .policy2 .policy-inner{
	padding: 20px 35px;
}
.block-policy-v3 .policy a{
	color: #999;
}
.block-policy-v3 .policy h2{
	font-size: 116.6%;
	font-weight: bold;
	text-transform: uppercase;
	color: #444;
}
.block-policy-v3 .policy span{
	float: left;
	text-indent: -999em;
	margin-right: 10px;
	background-repeat: no-repeat;
}
.block-policy-v3 .policy1 span{
	background-image: url(../images/ico-money.png);
	width: 27px;
	height: 36px;
}
.block-policy-v3 .policy2 span{
	background-image: url(../images/ico-freeship.png);
	width: 53px;
	height: 32px;
}
.block-policy-v3 .policy3 span{
	background-image: url(../images/ico-celander.png);
	width: 33px;
	height: 34px;
}
.block-policy-v3 .policy4 span{
	background-image: url(../images/ico-umbrella.png);
	width: 34px;
	height: 34px;
}

.v3-banner-header-right{
	float: right;
}
.bannerv3-hover a:hover{
	opacity: 0.8;
	  filter: alpha(opacity=80);
}
.v3-banner-home-left a img{
	width: 100%;
}

/*---home page v3 ---*/
.homepagev3 #yt_left{
	margin-top: 40px;
}
.homepagev3 .banner-home a img{
	width: 100%;
}
.homepagev3 .banner-home .banner2-2 .row1{
	margin-bottom: 21px;
}
.homepagev3 .yt-menu{
	margin-bottom: 30px;
}
.homepagev3 .more-wrap{
	padding: 11px 20px;
}

.homepagev3 .yt-menu-content{
	display:inline-block;
	width:100%;
}
/*----HEADER V4 ----*/
#yt_header.header4-wrap .yt-header-top{
	background-color: #fff;
	color: #444;
}
#yt_header.header4-wrap .head-quicklink .links li a:before{
	background: none;
}
#yt_header.header4-wrap .head-quicklink .links li:hover{
	background-color: #232f3e;
}
#yt_header.header4-wrap .head-quicklink .links li.first a,
#yt_header.header4-wrap .head-quicklink .links li:hover a{
	padding-left: 0px;
}
#yt_header.header4-wrap .head-quicklink .links li{
	position: relative;
	padding: 0 5px;
}
#yt_header.header4-wrap .head-quicklink .links li.first:before{
	display: none;
}
#yt_header.header4-wrap .header-top-3{
	padding-right: 0;
}
#yt_header.header4-wrap .header-top-3 .inner{
	float: right;
}
.header4-wrap .login-regis a{
	color: #fff;
}

.header4-wrap .wishlist-compare {
	float: left;
}
.header4-wrap .language-currency{
	float: right;
}
.header4-wrap .wishlist-compare .block{
	position: relative;
	float: left;
	width: 36px;
	height: 36px;
	margin-left: 5px;
}
.header4-wrap .wishlist-compare .block .block-title{
	text-indent: -999em;
	float: left;
	width: 36px;
	height: 36px;
	khtml-border-radius:2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background-color: #eee;
	background-image: url("../images/head-w-c.png");
	background-repeat: no-repeat;
	position: absolute;
	right: 0;
	top: 0;
}
.header4-wrap .wishlist-compare .block .block-title:hover{
	background-image: url("../images/head-w-c-w.png");
	cursor: pointer;
}
.header4-wrap .wishlist-compare .block:hover .block-content{
	visibility: visible;
}
.header4-wrap .wishlist-compare .block .block-content{
	clear: both;
	border: 1px solid #ddd;
	visibility: hidden;
	position: absolute;
	right: 0;
	top: 30px;
	min-width: 230px;
	width: auto;
	background-color: #fff;
}
.header4-wrap .wishlist-compare .block .block-content{
	padding: 20px;
}
.header4-wrap .wishlist-compare .block .block-content ol li{
	line-height: 100%;
	padding-bottom: 10px !important;
}
.header4-wrap .wishlist-compare .block-wishlist .block-title{
	background-position: 12px center;
}
.header4-wrap .wishlist-compare .block-compare .block-title{
	background-position: -29px center;
}
.header4-wrap .wishlist-compare .block-wishlist .block-subtitle{
	padding: 0px 0px 20px 0px;
	font-style: italic;
}
.header4-wrap .wishlist-compare .block-wishlist .item .product-details .price-box,
.header4-wrap .wishlist-compare .block-wishlist .item .product-details .link-cart,
.header4-wrap .wishlist-compare .block-wishlist .item .product-image{
	display: none;
}
.header4-wrap .wishlist-compare .block-wishlist .item .product-details .product-name{
	float: left;
}
.header4-wrap .wishlist-compare .block-wishlist .item .product-details .btn-remove{
	float: right;
}
.header4-wrap .wishlist-compare .block-wishlist .actions{
	padding-top: 20px;
	border-top:1px solid #e6e6e6;
}
.header4-wrap .wishlist-compare .block-compare .actions{
	margin: 0;
	padding: 20px 0 0 0;
}
.header4-wrap .wishlist-compare .block-wishlist .actions .btn-gowish{
	float: left;
}
.header4-wrap .wishlist-compare .block-wishlist .actions .btn-gowish a{
	color: #fff;
}

.header4-wrap .language-currency .overwrite-switch:after{
	display: none;
}
.header4-wrap .language-currency .overwrite-switch{
	background-color: #eee;
	khtml-border-radius:2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	margin-left: 5px;
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
}
.header4-wrap .language-currency .overwrite-switch:hover{
	color: #fff;
}
.header4-wrap .language-currency .switcher-wrap .switch-content{
	right: 0 !important;
	left: auto !important;
	top: 30px;
	border-top: 1px solid #ddd;
}
#yt_header.header4-wrap .yt-header-middle2{
	background-color: #666;
}
.header4-wrap .head-searchbox-pc{
	float: right;
	margin-right: 5%;
}
#yt_header.header4-wrap .head-cart{
	width: 30%;
	margin-left: 1%;
}
.header4-wrap .sm-serachbox-pro .jqTransformSelectWrapper{
	background-color: #fff;
}
.header4-wrap .sm-serachbox-pro .jqTransformInputWrapper{
	float:left;
	width:60% !important;
}
.header4-wrap .sm-serachbox-pro .jqTransformSelectWrapper div span{
	width: 100px !important;
}
#yt_wrapper .header4-wrap .sm-serachbox-pro .sm-searbox-content .form-button.button{
	background-color: #febd69;
	width: 43px;
	height: 36px;
	border-bottom: 2px solid #999;
	khtml-border-top-right-radius:2px;
	khtml-border-bottom-right-radius:2px;
	-webkit-border-top-right-radius: 2px;
	-webkit-border-bottom-right-radius: 2px;
	-moz-border-radius-topright: 2px;
	-moz-border-radius-bottomright: 2px;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
}
.header4-wrap .sm-serachbox-pro .jqTransformSelectWrapper{
	height: 36px;
	border: none;
	khtml-border-top-left-radius:2px;
	khtml-border-bottom-left-radius:2px;
	-webkit-border-top-left-radius: 2px;
	-webkit-border-bottom-left-radius: 2px;
	-moz-border-radius-topleft: 2px;
	-moz-border-radius-bottomleft: 2px;
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
	position: relative;
}
.header4-wrap .sm-serachbox-pro .jqTransformSelectWrapper:after{
	content: "";
	position: absolute;
	top: 7px;
	right: 0;
	width: 1px;
	height: 22px;
	background-color: #ddd;
}
.header4-wrap .sm-serachbox-pro .jqTransformInputWrapper input.input-text{
	height: 36px;
	border: none;
}
#yt_wrapper .header4-wrap .sm-serachbox-pro .sm-searbox-content .form-button.button span{
	font-size: 16px;
}
.header4-wrap .sm-serachbox-pro .jqTransformSelectWrapper ul{
	top: 36px;
}
.header4-wrap .mini-cartpro.block,
.header4-wrap .sm-serachbox-pro{
	margin-top: 11px;
}

.header4-wrap .mini-cartpro.block .block-title{
	khtml-border-radius:2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	padding: 0 20px;
	height: 36px;
	line-height: 36px;
	border-bottom: 2px solid rgba(0,0,0,0.2);
}
.header4-wrap .mini-cartpro .block-title .btn-toggle .detail-minicart-v4{
	line-height: 36px;
}
.header4-wrap .mini-cartpro .block-title .btn-toggle .detail-minicart-v4 p{
	color: #fff;
	text-transform: capitalize;
	font-weight: normal;
	padding-bottom: 0;
	float: left;
}
.header4-wrap .mini-cartpro .block-title .btn-toggle .detail-minicart-v4 .txt-item{
	color: #fff;
	padding-left: 3px;
}
.header4-wrap .mini-cartpro .block-title .btn-toggle .detail-minicart-v4 .price{
	display: none;
}
.header4-wrap .mini-cartpro .block-title .btn-toggle{
	padding-left: 35px;
}
.header4-wrap .mini-cartpro .block-title .show-cart-button:before{
	background-image: url("../images/v4-icon-minicart.png") !important;
	background-size: 80%;
	top: 7px;
}
.header4-wrap .mini-cartpro .block-content{
	top: 49px;
	line-height:normal;
}
.header4-wrap .detail-minicart,
.detail-minicart-v4{
	display: none;
}
.header4-wrap .detail-minicart-v4{
	display: block;
}
.header4-wrap .detail-minicart-v4 .count-item.have-qty:before{
	content: "\f0d7";
	font-family: 'FontAwesome';
	color:#fff;
	font-size:12px;
	margin-left:5px;
	float: right;
}
.header4-wrap .header-middle-right{
	padding-top: 5px;
}
.header4-wrap .header-top-2{
	text-align: center;
	line-height: 34px;
}
.header4-wrap .header-top-2 .v4-call-us span{
	font-weight: bold;
}

#yt_header.header4-wrap #yt_menu_short{
	margin-top: 0px;
}
.header3-wrap .v3-bottom-left{
	padding-left: 0px;
	padding-right: 10px;
}
.header3-wrap .v3-bottom-right{
	padding-right: 0;
}
.header4-wrap .v4-bottom-left{
	padding-left: 0px;
	padding-right: 0px;
}
.header4-wrap .v4-bottom-right{
	padding-right: 0;
	padding-left: 25px;
}

.sm-deal-wrap .deal-list-item .item-deal .btn-cart,
.sm-deal-wrap .deal-list-item .item-deal .product-wishlist,
.sm-deal-wrap .deal-list-item .item-deal .product-compare{
	display: none;
}
.sm-deal-wrap .deal-list-item .item-deal{

}
.sm-deal-wrap .deal-list-item .item-deal .item-wrap{
	padding: 15px 0px 30px 0px;
	border: 1px solid #ddd;
}
.sm-deal-wrap .product-timer-wrap {
	background-color: #e74c3c;
	position: relative;
	height: 60px;
	color: #fff;
	left: -10px;
	width: 97%;
}
.sm-deal-wrap .product-timer-wrap:before{
	position: absolute;
	top: 100%;
	left: 0px;
	background: url(../images/ico-deal.png) no-repeat;
	width: 10px;
	height: 10px;
	content: "";
}
.sm-deal-wrap .product-timer-wrap .time-item{
	float: left;
	border-left: 1px solid #fe5443;
	border-right: 1px solid #d14536;
	width: 25%;
	height: 60px;
	text-align: center;
	padding-top: 5px;
}

.sm-deal-wrap .product-timer-wrap .time-day{
	border-left: none;
}
.sm-deal-wrap .product-timer-wrap .time-sec{
	border-right: none;
}
.sm-deal-wrap .product-timer-wrap .time-item .num-time{
	font-size: 133%;
}
.sm-deal-wrap .item-title a{
	font-size: 116.6%;
	font-weight: bold;
	color: #444;
}
.sm-deal-wrap  .sm-deal-inner .item-title,
.sm-deal-wrap  .sm-deal-inner .item-review,
.sm-deal-wrap  .sm-deal-inner .item-price{
	padding-left: 15px;
}


/*=========================media=====================*/
.product-image-gallery .gallery-image{
    display: none!important;
    max-width: 100%;
}

.product-image-gallery .gallery-image.visible {
    display: block;
}

.product-image-gallery{
    margin-right:1px;
}

.more-views .owl-item{
    padding:0 5px;
}

.more-views .owl-item .item{
    border:1px solid #ddd;
}

.more-views .owl-item .item img{
    width:100%;
}

.more-views .owl-next{
    top:50%!important;
    margin-top:-15px;
    right:-9px!important;
}

.more-views .owl-prev{
    top:50%!important;
    margin-top:-15px;
    left:-9px!important;
    position:absolute;
}

.wrapper_404page {
    background-color: #eeeeee;
    border-radius: 3px;
    display: inline-block;
    padding: 0 15px;
    width: 100%;
}

.wrapper_404page .content-404page {
    float: right;
    margin-top: 40px;
    max-width: 500px;
    text-align: center;
}

.wrapper_404page .content-404page .top-text,
.wrapper_404page .content-404page .bottom-text {
    font-size: 133.33%;
}

.wrapper_404page .content-404page .img-404 {
    margin: 30px 0;
}

.wrapper_404page .content-404page .img-404 img {
    max-width: 100%;
    width: auto;
}

.wrapper_404page .content-404page .button-404 {
    padding-top: 40px;
}

.wrapper_404page .img-right-404 {
    margin-top: 60px;
}

.wrapper_404page .content-404page .prev-page-btn {
    background-color: #ea3a3c;
}
.wrapper_404page .content-404page .btn-404 {
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    height: 38px;
    line-height: 38px;
    margin: 0 4px 10px;
    padding: 0 20px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}

.wrapper_404page .content-404page .back2home {
    background-color: #3cb7e7;
}
/*Jasser  css*/
.shipping-fee{
	padding-top: 5px;
	font-size: 14px;
}
.shipping-fee span {
	font-weight: 100;
}
span#priceblock_ourprice_lbl {
	font-size: 16px;
}

.pdp-other-links{
	margin-top: 20px;
}

.pdp-other-links .other-item{
	display: inline-block;
	margin-bottom: 10px;
	vertical-align: top;
}

.video-gallery-links li{
	display: inline-block;
	vertical-align: top;
}

.pdp-other-links .other-item img{
	filter: grayscale(1);
	-webkit-filter: grayscale(1);
	-moz-filter: grayscale(1);
	-o-filter: grayscale(1);
	-ms-filter: grayscale(1);
	height: 85px;
}
.pdp-other-links .other-item img:hover{
	filter: grayscale(0);
	-webkit-filter: grayscale(0);
	-moz-filter: grayscale(0);
	-o-filter: grayscale(0);
	-ms-filter: grayscale(0);
}

.percent-logo  {

	float: left;
	display: -webkit-box;
	position: relative;
	padding-top: 0px;
	right: 20px;
	width: auto;
	height: auto;
	max-width: 135px;
	max-height: 118px;
}
span.icon-search:before {
    content: "\f002";
    display: inline-block;
    width: 100%;
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-family: FontAwesome;
}

.shipping-fee section {
	padding-top: 0px;
	float: left;
}
.cms-page-view .columns-w ul {
	list-style: initial;
}
.catalog-product-view .category-products .item .product-addcart .btn-cart {
	padding-right:4px !important;
}
.box-collateral.box-related.block-related {
	border: 1px solid#ddd;
	padding: 15px;
}
.block-related .block-title {
	border-bottom: none !important;
	font-size: 16px;
    margin: 10px 0 10px 5px;
}
.block-related .block-subtitle {
	margin: 10px 0 10px 5px;
}
div.productDetails .block-title span{
    color: #CC6600;
    font-size: 16px;
    margin: 0 0 0.25em;
    text-transform: capitalize;
}
.short-description .caretnext {
	color: #C60;
    font-size: 1.2em;
    font-weight: 700;
    text-decoration: none;
    margin-left: 4px;
}
a#seeMoreDetailsLink {
	display: inline-table;
}

.pdp-telephone{
	margin-bottom: 20px;
	font-size: 14px;
	color: #333;
}

.pdp-telephone a{
	color: #0066c0;
	text-decoration: underline;
}

.yt-right-wrap .yt-product-detail {
	width: 100%;
    min-height: 170px;
    border: 1px solid #ddd;
    padding: 5%;
}
.yt-right-wrap .yt-product-detail .wrap-qty {
	float: none !important;
}
.yt-right-wrap .yt-product-detail .price-and-shipping .price-box{
	display: inline-block;
}
.yt-right-wrap .yt-product-detail .price-and-shipping .shipping-fee {
	display: inline-block;
}
.yt-right-wrap .yt-product-detail .availability{
	margin-bottom: 10px;
}

.yt-right-wrap .yt-product-detail .availability.in-stock span{
	color: #13BF00;
}

.yt-right-wrap .yt-product-detail .availability em{
	font-style: normal;
	font-weight: bold;
	color: #e74c3c;
}

.a-spacing-small, .a-ws .a-ws-spacing-small {
    margin-bottom: 10px!important;
}
.a-size-medium {
	font-weight:400;
    font-size: 14px!important;
    line-height: 1.255!important;
    font-family: Arial,sans-serif;
    text-rendering: optimizeLegibility;
}
.a-column.a-span6 {
    margin-right: 2%;
    float: left;
    min-height: 1px;
    overflow: visible;
    width: 48%;
}
.a-column.a-span6.a-span-last {
    float: right;
    margin-right: 0;
}
.a-row.a-spacing-top-base {
    display: inline-block;
    width: 100%;
}
th.a-color-secondary.a-size-base.prodDetSectionEntry {
	width: 50%!important;
    white-space: normal;
    word-wrap: break-word;
}
table.a-keyvalue th {
	background-color:#f3f3f3;
}
table.a-keyvalue td {
	background-color:white;
}
table.a-keyvalue td, table.a-keyvalue th {
	border-top: 1px solid #e7e7e7;
}


@media (min-width: 992px) {
	.catalog-category-view #yt_left,.catalogsearch-result-index #yt_left {
		width: 20%;
	}
	.catalog-category-view #yt_main,.catalogsearch-result-index #yt_main {
		width: 60%;
	}
	.catalog-category-view #yt_right,.catalogsearch-result-index #yt_right {
		width: 20%;
	}
}

/* Category mobile style */
@media (max-width: 1000px) {
    #yt_header #yt_menu_short {
        padding: 2px 5px;
        position: static;
    }
    #yt_header #yt_menu_short .yt-menu-content {
        top: 50px;
        padding: 0;
        opacity: 1;
        filter: alpha(opacity=100);
        visibility: visible;
    }
    /*#btn_categories {*/
        /*display: none;*/
    /*}*/
    .sambar .sambar-inner {
        width: 100%;
        border-radius: inherit;
        background: #222;
    }
    .yt-menu-content .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu {
        display: none;
        border-radius: inherit;
    }
    .yt-menu-content .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.sm_megamenu_lv1 > a.sm_megamenu_head .sm_megamenu_title {
        color: #666;
    }
    .yt-menu-content .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_1column, .yt-menu-content .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_2columns, .yt-menu-content .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_3columns, .yt-menu-content .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_4columns, .yt-menu-content .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_5columns, .yt-menu-content .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_6columns, .yt-menu-content .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_fullwidth {
        width: 100% !important;
        left: 0;
        border: 0;
        background: #2B2B2B;
        position: relative;
        visibility: visible;
        opacity: 1 !important;
        filter: alpha(opacity = 100);
    }
    .yt-menu-content .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .parent .sm-megamenu-child .megamenu2 .mega1-cont .mega1-col1, .yt-menu-content .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .parent .sm-megamenu-child .mega1-cont .inner {
        width: 100%;
        overflow: hidden;
        padding: 0 20px;   
    }
    .yt-menu-content .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .parent .sm-megamenu-child .mega1-col {
        width: 100%;
    }
    .yt-menu-content .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu  .sm_megamenu_dropdown_4columns  > .sm_megamenu_firstcolumn {
        width: 100%;
        padding: 0 !important;
        border-top: 1px solid #444;
    }
    .yt-menu-content .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm-megamenu-child {
        display: none;
        left: 0 !important;
    }
    .yt-menu-content .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .parent .sm-megamenu-child .mega1-col ul {
        margin-bottom: 0;
    }
    .yt-menu-content .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.sm_megamenu_lv1 {
        overflow: hidden;
        border-left: 0;
        border-right: 0;
        border-bottom: 1px solid #444;
    }
    .yt-menu-content .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.sm_megamenu_lv1:first-child {
        display: block;
    }
    .yt-menu-content .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.sm_megamenu_lv1.parent > a.sm_megamenu_head {
        width: 85%;
        float: left;
    }
    .yt-menu-content .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.sm_megamenu_lv1.parent > a.sm_megamenu_head:after {
        display: none;
    }
    .yt-menu-content .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li ul li {
        line-height: inherit;
    }
    .yt-menu-content .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li ul li a {
        display: block;
        padding: 10px 0;
    }
    .yt-menu-content .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.sm_megamenu_lv1:hover {
        border-color: #444;
        background-color: inherit;
    }
    .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.sm_megamenu_lv1.parent .menuress-toggle {
        cursor: pointer;
        position: absolute;
        right: 0;
        text-align: center;
        top: 5px;
        vertical-align: middle;
        width: 40px;
        color: #909090;
    }
    .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.sm_megamenu_lv1.parent .menuress-toggle:before {
        content: "\f107";
        font-family: 'FontAwesome';
        font-size: 20px;
        display: block;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px){
	#yt_wrapper .add-to-cart .btn-cart{
		padding: 0 10px;
		height: 25px;
		line-height: 25px;
	}
	.yt-product-detail .add-to-links li a{
		width: 25px !important;
		height: 25px !important;
	}
	.yt-product-detail .add-to-links li a.link-wishlist{
		background-position-x: 5px;
	}
	.yt-product-detail .add-to-links li a.link-compare{
		background-position-x: -30px;
	}
}

@media screen and (min-width: 1025px) {
	.pdp-telephone{
		padding: 0 10px;
		font-size: 18px;
	}
}

.product-info p.availability.in-stock {
	color: #13BF00;
	padding: 2px;
}
.silk-bomchart-product-bom .category-products .item .product-image {
	padding:5px;
}

.silk-bomchart-product-bom .category-products .item td {
	padding: 5px;
}

.products-grid .item .product-name{
	overflow:hidden;text-overflow:ellipsis;
}


.title-buttons .checkout-types > li{
	float: right;
}
/*@media only screen and (max-width: 1600px) {*/
	/*.productDetails .a-column.a-span6 { width:98%;}*/
/*}*/

.yt_main_inner table td {
	border: 1px solid #e7e7e7;
}
.bottom-brand{
	width: 200px;
	margin-right:10px;
}
.price-box .minimal-price-link .label {
	color: #a0a0a0;
}



/*review style*/
.p-w-r .pr-star-v4-100-filled {
	background-image: url(../images/review/100.png);
}
.p-w-r .pr-star-v4-75-filled {
	background-image: url(../images/review/75.png);
}
.p-w-r .pr-star-v4-25-filled {
	background-image: url(../images/review/25.png);
}
.p-w-r .pr-star-v4-0-filled {
	background-image: url(../images/review/0.png);
}
.p-w-r {
	color: #000;
	font-family: Helvetica,Arial,sans-serif;
	font-size: 14px;
	text-align: left;
	font-weight: 400;
	-webkit-font-smoothing: subpixel-antialiased !important;
	display: block !important;
	margin: 0 5px;
}
.p-w-r ruby, .p-w-r section, .p-w-r summary, .p-w-r time, .p-w-r mark, .p-w-r audio, .p-w-r video {
	margin: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
.p-w-r * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.p-w-r .pr-review-snapshot {
	background-color: #fff;
}
.p-w-r .pr-review-snapshot .pr-review-snapshot-content-block {
	margin-bottom: 20px;
	margin-top:20px;
}
.p-w-r figcaption, .p-w-r footer, .p-w-r header, .p-w-r hgroup, .p-w-r menu, .p-w-r nav {
	margin: 0;
	margin-bottom: 0px;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
.p-w-r ruby, .p-w-r section, .p-w-r summary, .p-w-r time {
	padding: 0;
}
.p-w-r .pr-snippet-stars-reco-inline {
	width: 100%;
}
.p-w-r div, .p-w-r span {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline;
}
.p-w-r .pr-snippet-stars-reco-inline .pr-snippet-stars-reco-stars {
	float: left;
}
.p-w-r .pr-snippet-stars-reco-inline .pr-snippet-stars-reco-stars .pr-snippet {
	white-space: nowrap;
	float: none !important;
}
.p-w-r .pr-review-snapshot .pr-snippet-stars-reco-inline .pr-snippet-stars-container {
	vertical-align: middle;
}
.p-w-r .pr-snippet-stars-reco-inline .pr-snippet-stars-container {
	display: inline-block;
}
.p-w-r .pr-review-snapshot .pr-snippet .pr-snippet-stars-png {
	padding: 0;
}
.p-w-r .pr-review-snapshot .pr-snippet .pr-snippet-stars {
	width: auto;
}
.p-w-r .pr-snippet .pr-snippet-stars-png {
	display: inline-block;
}
.p-w-r .pr-snippet div, .p-w-r .pr-snippet span {
	vertical-align: middle;
}
.p-w-r .pr-snippet-stars {
	background: #fff;
}
.p-w-r .pr-snippet .pr-snippet-stars-png .pr-rating-stars {
	position: relative;
}
.p-w-r .pr-review-snapshot .pr-rating-stars {
	float: left;
}
.p-w-r .pr-rating-stars {
	display: inline-block;
}
.p-w-r .pr-review-snapshot .pr-snippet .pr-snippet-stars-png .pr-star-v4, .p-w-r .pr-review-snapshot .pr-snippet .pr-snippet-stars-png .pr-star-v4-0-filled, .p-w-r .pr-review-snapshot .pr-snippet .pr-snippet-stars-png .pr-star-v4-25-filled, .p-w-r .pr-review-snapshot .pr-snippet .pr-snippet-stars-png .pr-star-v4-50-filled, .p-w-r .pr-review-snapshot .pr-snippet .pr-snippet-stars-png .pr-star-v4-75-filled, .p-w-r .pr-review-snapshot .pr-snippet .pr-snippet-stars-png .pr-star-v4-100-filled, .p-w-r .pr-review-snapshot .pr-snippet .pr-snippet-stars-png .pr-star-accessible-0-filled, .p-w-r .pr-review-snapshot .pr-snippet .pr-snippet-stars-png .pr-star-accessible-25-filled, .p-w-r .pr-review-snapshot .pr-snippet .pr-snippet-stars-png .pr-star-accessible-50-filled, .p-w-r .pr-review-snapshot .pr-snippet .pr-snippet-stars-png .pr-star-accessible-75-filled, .p-w-r .pr-review-snapshot .pr-snippet .pr-snippet-stars-png .pr-star-accessible-100-filled, .p-w-r .pr-review-snapshot .pr-snippet .pr-snippet-stars-png .pr-star, .p-w-r .pr-review-snapshot .pr-snippet .pr-snippet-stars-png .pr-star-selected {
	width: 28px;
	height: 28px;
}
.p-w-r .pr-snippet .pr-snippet-stars-png .pr-star-v4, .p-w-r .pr-snippet .pr-snippet-stars-png .pr-star-v4-0-filled, .p-w-r .pr-snippet .pr-snippet-stars-png .pr-star-v4-25-filled, .p-w-r .pr-snippet .pr-snippet-stars-png .pr-star-v4-50-filled, .p-w-r .pr-snippet .pr-snippet-stars-png .pr-star-v4-75-filled, .p-w-r .pr-snippet .pr-snippet-stars-png .pr-star-v4-100-filled, .p-w-r .pr-snippet .pr-snippet-stars-png .pr-star-accessible-0-filled, .p-w-r .pr-snippet .pr-snippet-stars-png .pr-star-accessible-25-filled, .p-w-r .pr-snippet .pr-snippet-stars-png .pr-star-accessible-50-filled, .p-w-r .pr-snippet .pr-snippet-stars-png .pr-star-accessible-75-filled, .p-w-r .pr-snippet .pr-snippet-stars-png .pr-star-accessible-100-filled, .p-w-r .pr-snippet .pr-snippet-stars-png .pr-star, .p-w-r .pr-snippet .pr-snippet-stars-png .pr-star-selected, .p-w-r .pr-snippet .pr-snippet-stars-png .pr-star-half {
	height: 20px;
	width: 20px;
	padding: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin-right: 2px;
	margin-left: 0;
}
.p-w-r .pr-review-snapshot .pr-star-v4, .p-w-r .pr-review-snapshot .pr-star-v4-0-filled, .p-w-r .pr-review-snapshot .pr-star-v4-25-filled, .p-w-r .pr-review-snapshot .pr-star-v4-50-filled, .p-w-r .pr-review-snapshot .pr-star-v4-75-filled, .p-w-r .pr-review-snapshot .pr-star-v4-100-filled, .p-w-r .pr-review-snapshot .pr-star-accessible-0-filled, .p-w-r .pr-review-snapshot .pr-star-accessible-25-filled, .p-w-r .pr-review-snapshot .pr-star-accessible-50-filled, .p-w-r .pr-review-snapshot .pr-star-accessible-75-filled, .p-w-r .pr-review-snapshot .pr-star-accessible-100-filled {
	width: 20px;
	height: 20px;
}
.p-w-r .pr-star-v4, .p-w-r .pr-star-v4-0-filled, .p-w-r .pr-star-v4-25-filled, .p-w-r .pr-star-v4-50-filled, .p-w-r .pr-star-v4-75-filled, .p-w-r .pr-star-v4-100-filled, .p-w-r .pr-star-accessible-0-filled, .p-w-r .pr-star-accessible-25-filled, .p-w-r .pr-star-accessible-50-filled, .p-w-r .pr-star-accessible-75-filled, .p-w-r .pr-star-accessible-100-filled {
	line-height: normal;
	width: 50px;
	height: 50px;
	display: inline-block;
	margin-right: 5px;
	-webkit-background-size: cover;
	background-size: cover;
}
.p-w-r .pr-review-snapshot .pr-snippet .pr-snippet-stars-png .pr-snippet-rating-decimal {
	font-size: .929rem;
	padding: 7px 8px 5px;
	margin-left: 5px;
}
.p-w-r .pr-snippet .pr-snippet-stars-png .pr-snippet-rating-decimal {
	padding: 2px 4px;
	font-size: 13px;
	height: auto;
	text-align: center;
}
.p-w-r .pr-review-snapshot .pr-snippet-rating-decimal, .p-w-r .pr-review-display .pr-snippet-rating-decimal {
	background-color: #414142;
	border-color: #414142;
	color: #fff;
}
.p-w-r .pr-review-snapshot .pr-snippet-rating-decimal {
	-webkit-border-radius: 2px;
	border-radius: 2px;
	display: inline-block;
	padding: 2px 7px 0;
	height: 20px;
	vertical-align: middle;
	float: left;
}
.p-w-r .pr-review-snapshot .pr-snippet .pr-snippet-read-and-write {
	vertical-align: middle;
}
.p-w-r .pr-snippet-stars-reco-inline .pr-snippet-read-and-write {
	display: inline-block;
}
.p-w-r .pr-snippet-stars-reco-inline .pr-snippet-stars-reco-reco {
	float: right;
}
.p-w-r .pr-snippet-stars-reco-inline .pr-snippet-read-and-write a, .p-w-r .pr-snippet-stars-reco-inline .pr-snippet-read-and-write span {
	font-size: 13px !important;
	padding: 0 7.5px;
}
.p-w-r .pr-review-display {
	background-color: #fff;
}
.p-w-r .pr-review-display.pr-rd-display-tablet .pr-rd-main-header, .p-w-r .pr-review-display.pr-rd-display-desktop .pr-rd-main-header {
	margin-bottom: 15px;
}
.p-w-r .pr-review-display .pr-rd-main-header {
	margin-bottom: 15px;
	padding: 15px;
	background-color: #F6F6F6;
}
.p-w-r .pr-review-display.pr-rd-display-tablet .pr-rd-main-header h1, .p-w-r .pr-review-display.pr-rd-display-desktop .pr-rd-main-header h1 {
	margin-bottom: 0;
	margin-top: 3px;
	float: left;
}
.p-w-r .pr-review-display .pr-rd-main-header h1 {
	margin-bottom: 15px;
	font-size: 1.125rem;
	float: none;
	text-transform: uppercase;
}
.p-w-r .pr-review-display.pr-rd-display-tablet .pr-review, .p-w-r .pr-review-display.pr-rd-display-desktop .pr-review {
	margin-bottom: 30px;
	border-bottom: 1px solid #ccc;
}
.p-w-r .pr-review-display.pr-rd-display-tablet .pr-review, .p-w-r .pr-review-display.pr-rd-display-desktop .pr-review {
	padding: 0;
	border: none;
	border-bottom-width: medium;
	border-bottom-style: none;
	border-bottom-color: currentcolor;
}
.p-w-r .pr-review-display.pr-rd-display-tablet .pr-rd-content-block, .p-w-r .pr-review-display.pr-rd-display-desktop .pr-rd-content-block {
	width: 75%;
}
.p-w-r .pr-review-display .pr-rd-content-block {
	margin-bottom: 20px;
	position: relative;
}
.p-w-r .pr-review-display.pr-rd-display-tablet .pr-snippet-stars, .p-w-r .pr-review-display.pr-rd-display-desktop .pr-snippet-stars {
	width: auto;
	margin-bottom: 0;
}
.p-w-r .pr-review-display .pr-snippet-stars-png {
	padding: 0;
}
.p-w-r .pr-review-display .pr-rating-stars {
	display: inline-block;
	float: left;
}
.p-w-r .pr-review-display .pr-snippet-rating-decimal {
	line-height: 19px;
	padding-top: 0;
}
.p-w-r .pr-review-snapshot .pr-snippet-rating-decimal, .p-w-r .pr-review-display .pr-snippet-rating-decimal {
	background-color: #414142;
	border-color: #414142;
	color: #fff;
}
.p-w-r .pr-review-display.pr-rd-display-tablet .pr-rd-star-rating, .p-w-r .pr-review-display.pr-rd-display-desktop .pr-rd-star-rating {
	float: left;
}
.p-w-r .pr-review-display .pr-snippet-rating-decimal {
	-webkit-border-radius: 2px;
	border-radius: 2px;
	display: inline-block;
	padding: 2px 7px 0;
	margin-bottom: 0;
	height: 20px;
	vertical-align: middle;
	float: left;
	margin-left: 2px;
}
.p-w-r .pr-review-display .pr-star-v4, .p-w-r .pr-review-display .pr-star-v4-0-filled, .p-w-r .pr-review-display .pr-star-v4-25-filled, .p-w-r .pr-review-display .pr-star-v4-50-filled, .p-w-r .pr-review-display .pr-star-v4-75-filled, .p-w-r .pr-review-display .pr-star-v4-100-filled, .p-w-r .pr-review-display .pr-star-accessible-0-filled, .p-w-r .pr-review-display .pr-star-accessible-25-filled, .p-w-r .pr-review-display .pr-star-accessible-50-filled, .p-w-r .pr-review-display .pr-star-accessible-75-filled, .p-w-r .pr-review-display .pr-star-accessible-100-filled, .p-w-r .pr-review-display .pr-star-v4:hover, .p-w-r .pr-review-display .pr-star-v4-0-filled:hover, .p-w-r .pr-review-display .pr-star-v4-25-filled:hover, .p-w-r .pr-review-display .pr-star-v4-50-filled:hover, .p-w-r .pr-review-display .pr-star-v4-75-filled:hover, .p-w-r .pr-review-display .pr-star-v4-100-filled:hover, .p-w-r .pr-review-display .pr-star-accessible-0-filled:hover, .p-w-r .pr-review-display .pr-star-accessible-25-filled:hover, .p-w-r .pr-review-display .pr-star-accessible-50-filled:hover, .p-w-r .pr-review-display .pr-star-accessible-75-filled:hover, .p-w-r .pr-review-display .pr-star-accessible-100-filled:hover {
	width: 20px;
	height: 20px;
	margin-right: 2px;
}
.p-w-r .pr-review-display.pr-rd-display-tablet .pr-rd-review-headline, .p-w-r .pr-review-display.pr-rd-display-desktop .pr-rd-review-headline {
	float: left;
	margin: 0 15px;
}
.p-w-r .pr-review-display .pr-rd-review-headline, .p-w-r .pr-review-display .pr-rd-bold, .p-w-r .pr-review-display .pr-rd-main-header h1, .p-w-r .pr-review-display .pr-flag-review-label, .p-w-r .pr-review-snapshot .pr-faceoff-label, .p-w-r .pr-review-snapshot .pr-faceoff-title, .p-w-r .pr-review-snapshot .pr-review-snapshot-block dt, .p-w-r .pr-review-snapshot .pr-review-snapshot-block .pr-review-snapshot-block-headline, .p-w-r label, .p-w-r dt {
	font-weight: normal;
	font-family: "HelveticaNeueW01-67MdCn 692710";
}
.p-w-r .pr-review-display .pr-rd-review-headline {
	font-weight: 700;
	color: #303533;
	font-size: 1.143em;
	line-height: 1.3;
	margin: 10px 0 0;
}
.p-w-r .pr-review-snapshot .pr-review-snapshot-block .pr-snapshot-tag-def span, .p-w-r .pr-review-snapshot .pr-faceoff-review, .p-w-r .pr-review-snapshot .pr-faceoff-label, .p-w-r .pr-review-display .pr-rd-description, .p-w-r .pr-review-display .pr-accordion-collapsed, .p-w-r .pr-review-display .pr-accordion-content, .p-w-r .pr-review-display .pr-rd-footer, .p-w-r .pr-review-snapshot .pr-faceoff-readcomplete, .p-w-r .pr-review-display .pr-rd-sort-group, .p-w-r .pr-accordion .pr-accordion-btn, .p-w-r .pr-review-display .pr-flag-review-btn, .p-w-r .pr-review-display .pr-rd-main-footer {
	font-size: 1rem;
}
.p-w-r .pr-review-display.pr-rd-display-tablet .pr-rd-description .pr-rd-side-content-block, .p-w-r .pr-review-display.pr-rd-display-desktop .pr-rd-description .pr-rd-side-content-block {
	padding: 0 10px;
}
.p-w-r .pr-review-display.pr-rd-display-tablet .pr-rd-side-content-block {
	right: -35%;
}
.p-w-r .pr-review-display.pr-rd-display-tablet .pr-rd-side-content-block {
	width: 200px;
	position: absolute;
}
.p-w-r .pr-review-display.pr-rd-display-tablet .pr-rd-side-content-block, .p-w-r .pr-review-display.pr-rd-display-desktop .pr-rd-side-content-block {
	margin-bottom: 0;
}
.p-w-r .pr-review-display.pr-rd-display-tablet .pr-rd-right, .p-w-r .pr-review-display.pr-rd-display-desktop .pr-rd-right {
	float: right;
}
.p-w-r .pr-review-display .pr-rd-side-content-block, .p-w-r .pr-review-display .pr-rd-inner-side-content-block {
	margin-bottom: 10px;
}
.p-w-r article, .p-w-r aside, .p-w-r details, .p-w-r figcaption, .p-w-r figure, .p-w-r footer, .p-w-r header, .p-w-r hgroup, .p-w-r menu, .p-w-r nav, .p-w-r section {
	display: block;
}
.p-w-r table, .p-w-r caption, .p-w-r tbody, .p-w-r tfoot, .p-w-r thead, .p-w-r tr, .p-w-r th, .p-w-r td, .p-w-r article, .p-w-r aside, .p-w-r canvas, .p-w-r details, .p-w-r embed {
	margin: 0;
	margin-bottom: 0px;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
.p-w-r .pr-review-display .pr-rd-side-content-block .pr-rd-details, .p-w-r .pr-review-display .pr-rd-inner-side-content-block .pr-rd-details, .p-w-r .pr-review-display p, .p-w-r .pr-review-snapshot .pr-faceoff-review, .p-w-r span, .p-w-r .pr-review-display span, .p-w-r .pr-review-display time, .p-w-r .pr-review-display .pr-rd-review-tag dd, .p-w-r .pr-review-display dd, .p-w-r .pr-review-snapshot .pr-ratings-histogram .pr-histogram-count {
	color: #333;
}
.p-w-r .pr-snippet-stars-reco-inline .pr-snippet-read-and-write a, .p-w-r .pr-snippet-stars-reco-inline .pr-snippet-read-and-write span, .p-w-r .pr-review-display .pr-rd-side-content-block .pr-rd-details, .p-w-r .pr-review-display .pr-rd-inner-side-content-block .pr-rd-details, .p-w-r span, .p-w-r input, .p-w-r label {
	font-size: inherit !important;
}
.p-w-r .pr-review-display p {
	margin: 0;
	line-height: 1.3;
}
.p-w-r p {
	color: #767676;
	line-height: 12px;
	margin: 12px 0;
}
.p-w-r p, .p-w-r blockquote {
	border: 0;
	font: inherit;
	line-height: inherit;
	vertical-align: baseline;
}
.p-w-r p {
	padding: 0;
	font-size: 100%;
}
.p-w-r .pr-review-display .pr-rd-bold {
	font-weight: 700;
}
.p-w-r .pr-review-display.pr-rd-display-tablet .pr-review, .p-w-r .pr-review-display.pr-rd-display-desktop .pr-review {
	margin-bottom: 30px;
	border-bottom: 1px solid #ccc;
}

.notice {color:rgb(0, 176, 240); }

/* Reward Points */
.rewards { margin:-10px 0 20px; }
.reward-message { display:block; margin:5px -15px 5px -15px; background:#ffa928 ; padding:3px 5px 3px 32px; font:normal 12px/20px Arial, Helvetica, sans-serif; color:#fff; }
.reward-message p { display:inline; margin:0 !important; }
.reward-message .limit {  font-size:11px; line-height:1.15; }
.reward-message a { color:#ffe6dc; text-decoration:underline; }
.reward-message a:hover { color:#ffe6dc; text-decoration:none; }
.reward-message .price { font-size:1em; font-weight:normal; }
/* Reward Points types rewrites */
.reward-review,
.reward-tag,
.reward-checkout { margin:0; }

/* availability_notice */
	.notify-me-box {
	background-color: #FFF;
	/*border: 1px solid #ccc;*/
	padding: 10px 0px 10px 0px;
	width: 340px;
	min-height: 70px;
	height: auto !important;
	position: relative;
	z-index: 1000;
	overflow: hidden;
	overflow-y: auto;
	font-family: 'Lato', 'Open Sans', sans-serif !important;
	color: #666666;
	font-size: 14px;
}
.notify-me-form {
	padding: 5px 19px;
}
.notify-me-box .notify-me-form input {
	padding: 7px 10px;
	border: 1px solid #e6e6e6;
	color: #909090;
	outline: none !important;
	width: 100%;
	box-sizing:border-box
}
.notify-me-box .notify-me-form .notify-title {
	color: #111;
	line-height: 22px;
	margin-bottom: 4px;
	font-weight: 600;
	font-size: 167%;
}
.notify-me-box .notify-me-form .notify-subtitle {
	margin-bottom: 12px;
	font-size: 13px;
	font-weight: 400;
}
.notify-me-box .notify-me-form .notify-input {
	margin-bottom: 10px;
}
.notify-me-box .notify-me-form .notify-input > label {
	display: block;
}
.notify-me-box .notify-me-form .notice-email {
	font-weight: normal;
	padding-bottom: 3px;
	font-size: 1.2em;
}
.notify-me-box .notify-me-form .notice-button {
	background-color: #111;
	letter-spacing: 1px;
	color: #fff;
	text-transform: uppercase;
	line-height: 100%;
	padding: 10px 15px;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
	width:  100%;
}
.notify-me-box .notify-me-form .notice-button:hover {
	color: #ffa928;
	transition: all 100ms ease-in-out;
}

.notify-me-box .notify-me-form .notify-captcha {
	margin-top: 26px;

}
.notify-me-box .notify-me-form .notify-footer {
	font-weight: 600;
	line-height: 18px;
}


/* subscribe-prompt-stock */
.subscribe-prompt-stock{
	padding: 10px 10px;
	width: 300px;
	font-size: 1.2em;
}
.subscribe-prompt-stock .prompt-btn{
	text-align: center;
	padding-top: 10px;
}
.subscribe-prompt-stock .prompt-btn .btn-ok{
	background-color: #111;
	letter-spacing: 1px;
	color: #fff;
	text-transform: uppercase;
	line-height: 100%;
	padding: 10px 15px;
}


/*.catalog-product-view #availability_notice{*/
/*	background-color: #f4a137;*/
/*	display: block;*/
/*	color: #fff;*/
/*	text-transform: uppercase;*/
/*	text-align: center;*/
/*	float: left;*/
/*	letter-spacing: 1px;*/
/*	padding: 5px 10px;*/
/*	line-height: 25px;*/
/*}*/
/*.catalog-category-view #availability_notice{*/
/*	background-color: #f4a137;*/
/*	display: inline;*/
/*	color: #fff;*/
/*	text-transform: uppercase;*/
/*	text-align: center;*/
/*	letter-spacing: 1px;*/
/*	padding: 5px 10px;*/
/*	line-height: 25px;*/
/*}*/
.stock-notify-button{
	clear:both;
}

.stock-notify-button #availability_notice {
	background-color: #f4a137;
	display: inline;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 1px;
	padding: 5px 10px;
	line-height: 25px;
	font-weight: bold;
	margin-left: 5px;

}
.stock-notify-button span{

}


.yotpo .yotpo-testimonials-btn {
	padding: 0.5% 20px !important;
}

/*p65warnings
 */
.california-warning img {
	width: 100%;
}
.california-warning p {
	font-weight: bold;
	font-size: 15px;
	color: #000;
}
.california-warning p a {
	text-decoration: underline;
	color: #000;
}

/* WISHLIST
 */

#yt_right .block-content .block-title small{
	 font-size:100%;
 }
#yt_right .block-content .block-subtitle{
	font-size: 16px;
}
#yt_right .block-content .btn-gowish{
	background-color:#f4a137;
	display:block;
	color:#fff;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	line-height: 100%;
	padding: 14px 21px;
}
#yt_right .block-content .btn-gowish a{
	color:#fff;
}
#yt_right .block-content .btn-gowish:hover{
	background-color: #444 !important;
}
/*
dealer-apply
 */
.dealer-application-create .yt-content-inner{
	width: 100%;
	background: #F3F3F3;
}
.dealer-apply{
	display: block;
	margin: 0 auto 32px;
	width: 768px;
	padding: 35px 32px 32px;
	box-sizing: border-box;
	background: #fff;
	border-bottom: 2px solid #d1d0c3;
	color:#333333;
	font-size: 15px;
}
.dealer-apply p{
	text-align: left;
	font-weight: bold;
}
.dealer-apply .title{
	text-align: center;
	font-weight: bold;
	padding: 10px 0;
}
.dealer-apply .title h1{
	font-size: 200%;
	padding: 20px;
}
.dealer-apply .title p{
	text-align: left;
}
.dealer-apply .title .required-option{
	text-align: right;
	font-size: 11pt;
	padding-bottom: 10px;
}
.dealer-apply .title .required-option .required-star{
	color: #ff0000;
}
.dealer-apply .heading{
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 300;
	text-align: left;
	color:  #ffa928;
	border-bottom: 1px solid  #ffa928;
	padding-bottom: 3px;
	margin-bottom: 20px;
}
.dealer-apply .form-group{
	padding: 0 7%;
}
.dealer-apply .form-group em{
	font-weight: normal;
	padding: 0 5px 0 0;
	vertical-align: middle;
	color: #ff0000;
}
.dealer-apply .guarantee .col-sm-9{
	padding: 0;
}
.dealer-apply .guarantee .p-warning{
	color: #ff0000;
}
.dealer-apply label{
	color: #333;
	font-weight: bold !important;
}
.dealer-apply .horizontal-box{
	margin-bottom: 10px;
}
.dealer-apply .trade-references-list a{
	text-decoration: none;
	color: #0066c0;
}
.dealer-apply .trade-references-list{
	 list-style: disc;
 }
.dealer-apply .trade-references-list span{
	widht:100%;height:100%;word-wrap: break-word;
}
.dealer-apply .trade-references-list li{
	font-weight: 400;
	color: #111;
	padding-bottom: 0;
}
.dealer-apply .add-trade-references{
	font-size: 120%;
	color: #428bca;
}
.dealer-apply .btn-gr{
	text-align: right;
}
.dealer-apply .level-selection .level-selection-fee{
	color: red;
	padding: 5px;
}
.dealer-ul .tooltip-inner{
width: 500px ;
}

.category-content .read-more-a{
	font-size: 15px;
	font-weight: bold;
	line-height: 150%;
	color: #428bca;
}
.category-content a:focus, a:hover {
	color: #F4A137;
}
.category-content .read-less-a{
	font-size: 15px;
	font-weight: bold;
	color: #428bca;
}
.category-content .hide-more{
	text-align: center;
}

.category-content  hr{
	margin-bottom: 5px;
	padding: 0;
}

/*
ali-icon
*/
@font-face {font-family: "iconfont";
	src: url('font/customize-iconfont.eot?t=1579162681100'); /* IE9 */
	src: url('font/customize-iconfont.eot?t=1579162681100#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('data:application/x-font-woff2;charset=utf-8;base64,d09GMgABAAAAAAKAAAsAAAAABkQAAAI1AAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHEIGVgCCcApEWwE2AiQDCAsGAAQgBYRtBzobiwUR1Ysrsi8PeLJT4+UQJO3O1r00ARf9MGgOnvCVqWPA4pb7Ph7+249238ysicStJohbIhGKJkgNQiMkDl2jWMi/AYBlZSYgz0TnADHXezg1OjMGofrk5PfX50CaPjpCdxLr6zYADLic/gR6kP/qgHIZY9BYk8ekOLA00D0wiqxIIm8Yu+AFPibQaNSy2LkcOaNeYa8KxJN8/6b6QkRRWL5eqG04WMRbNerT6xRvou/H30U9SU1mN524t3vHxo+DU5RVrgSEKAEdr0HGMgpxpjFzTBaMyxozxSTHqg9+HKoqcIujOgT76+zaZjAMlc+k8tSPWptASaabMTBpLqm29j6ev3fn7OOgtOrn/Pn3tgyOXfiU/Y4NUJWfNYFg9tav2r5+V8DnyypRqKoY5qN+D97gT6gGDhRDY7tS0VSNvqR50sqERo2o4ECn71OtPacthHo9J/fVGcmQ1ZsmC7uMGk1WUKveOhot2T/epMtTWZQGLHoOENq9Q9LqA7J2H8nCfkONXv9Rqz0yGp2LLmwyG1y224JOMYL/Qw68kOtRG9ffMG2Tk7wm4l8oJcehrZpy/ooLyhJbyid1qgQkPMMFPIfTxLAKDxi06lXXfV1T05uqwLOxtgWdYgT+D3LghYLJaiufv2HaJicdLXXpF0rJs4NWpRlAXo3LoJZHeaV8UkeVAAnP4ALm4TQxWJvnDRi00k9IrXu1M4qGGqvtzfMPVLAObFsKZ07W/iy7JZXeL+PtnY0BAA==') format('woff2'),
	url('font/customize-iconfont.woff?t=1579162681100') format('woff'),
	url('font/customize-iconfont.ttf?t=1579162681100') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+ */
	url('font/customize-iconfont.svg?t=1579162681100#iconfont') format('svg'); /* iOS 4.1- */
}

.category-content .iconfont {
	font-family: "iconfont" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-xiangshangshouqi:before {
	content: "\e642";
}

#billing-liftgate-form h2{
	margin-top: 10px;
	margin-bottom: 10px;
}

#billing-liftgate-form input[type="radio"]{
	margin: 4px 0 0 -20px;
}

#billing-liftgate-form .learn-more{
	font-weight: 400;
}
#billing-liftgate-form .learn-more a{
	text-decoration: none;
	color: #007eb9;
}

#billing-liftgate-form .learn-more a:hover{
	color:#F4A137 ;
}

.learn-notify-box{
	background-color: #FFF;
	padding: 10px 0px 10px 0px;
	width: 500px;
	min-height: 70px;
	height: auto !important;
	position: relative;
	z-index: 1000;
	overflow: hidden;
	overflow-y: auto;
	font-family: 'Lato', 'Open Sans', sans-serif !important;
	color: #666666;
	font-size: 14px;
}
.learn-notify-box .notify-title{
	color: #111;
	line-height: 22px;
	margin-bottom: 4px;
	font-weight: 600;
	font-size: 167%;
	text-align: center;
}
.learn-notify-box  .notify-subtitle{
	margin-bottom: 12px;
	font-size: 15px;
	font-weight: 400;
	z-index: 1009;
	padding: 10px 12px;
	text-align: left;
}

/*top recommend product*/
.top-recommend-product{
	background-color: #FFE7A1;
	color: #111111;
}
.top-recommend-product .title-top{
	color: #111;
	font-size:200%;
	font-family: inherit;
	font-weight: bold;
	padding: 10px 0px 10px 50px;
}
.top-recommend-product a{
	color: #111111;
}
.top-recommend-product .item{
	margin-bottom: 0px;
	border-top: none;
	padding: 10px 10px 10px 0;
}
.top-recommend-product .product-list-left .product-image{
	float: left;
	width: 100%;
}
.top-recommend-product .product-list-left .product-image img{
	width: 100%;
}
.top-recommend-product .product-name a{
	font-weight: 500;
	line-height: 1.6;
}
.top-recommend-product .item{padding:0; text-align:center;margin:20px 0; }
.top-recommend-product .item .product-info{height:260px;padding:10px ;width:90% ;border:1px solid gray;border-radius:10px}
.top-recommend-product .item .product-name{padding:10px 20px;}
.top-recommend-product .item .product-name a{font-weight:normal!important;color:#111111 !important;font-size:0.8rem !important;height:4rem;overflow:hidden;}
.top-recommend-product .item .product-image{overflow:hidden;}
.top-recommend-product .item .product-image img{width:142px;}
.top-recommend-product .item .product-image a{float:none !important;margin:0 auto !important;}
.top-recommend-product .item{width:50% !important;}
.top-recommend-product  .MS-left{left:20px !important;}
.top-recommend-product  .MS-right{right:20px !important;}
@media (min-width: 768px) { /*--sm--*/
.top-recommend-product .item{width:50% !important;}
}
@media (min-width: 992px) {  /*--md--*/
.top-recommend-product .item{width:25% !important;}
}
@media (min-width: 1200px) { /*--lg--*/
.top-recommend-product .item{width:17% !important;}
}

#review-btn[disabled]{
	opacity: 0.5;
}
.register-after-place-order{max-width:400px;}
.register-after-place-order .title{font-size:1.2rem;color:black}
.register-after-place-order .form-set label,
.register-after-place-order .form-set input{width:45%}
.register-after-place-order .form-set button.submit{background-color:#ffa928;padding:5px 10px; color:white;}


/***************************/
.enterprise-rma-order-index .retun-order-content a {
  color: #428bca;
}
.enterprise-rma-order-index .retun-order-content img {
  display: inline !important;
  height: 100% !important;
}
.enterprise-rma-order-index .retun-order-content .order-replaced {
  margin-top: 20px;
  font-size: 1.4rem;
  padding-top: 0;
}
.enterprise-rma-order-index .retun-order-content .order-title {
  font-size: 3rem;
}
.enterprise-rma-order-index .retun-order-content .order-detail {
  border: 1px solid gainsboro;
  border-radius: 5px;
  margin-top: 20px;
  padding-top: 0;
}
.enterprise-rma-order-index .retun-order-content .order-detail-header {
  font-size: 1.4rem;
  min-height: 5vh;
  background: #f8f6f8;
  padding: 20px;
  border-radius: 5px 5px 0px 0px;
  border-bottom: 1px solid gainsboro;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.enterprise-rma-order-index .retun-order-content .order-detail-header-main {
  width: 40%;
  min-width: 300px;
  display: flex;
  flex-direction: row;
}
.enterprise-rma-order-index .retun-order-content .order-detail-header-info {
  min-width: 100px;
}
.enterprise-rma-order-index .retun-order-content .info-invoice {
  /*display: flex;*/
  flex-direction: row;
  justify-content: space-around;
}
.enterprise-rma-order-index .retun-order-content .order-detail-item {
  min-height: 10vh;
  display: flex;
  flex-direction: row;
}
.enterprise-rma-order-index .retun-order-content .order-detail-item:not(:last-child) {
  border-bottom: 0.5px solid gainsboro;
}
.enterprise-rma-order-index .retun-order-content .order-detail-item-detail {
	width: 70%;
	padding: 20px;
	display: flex;
	flex-direction: column;
}
.enterprise-rma-order-index .retun-order-content .item-detail-deliver {
  font-size: 2rem;
  flex: 1 1 auto;
}
.enterprise-rma-order-index .retun-order-content .item-detail-wrap {
  font-size: 1.4rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  padding-top: 0;
}
.enterprise-rma-order-index .retun-order-content .item-detail-description {
  margin-left: 40px;
}
.enterprise-rma-order-index .retun-order-content .item-img {
  margin-left: 20px;
  max-height: 150px;
  background: #5cb85c;
}
.enterprise-rma-order-index .retun-order-content .item-title {
  font-size: 1.6rem;
}
.enterprise-rma-order-index .retun-order-content .item-price {
  color: #b94a48;
  font-size: 1.5rem;
}
.enterprise-rma-order-index .retun-order-content .item-detail-btn-group {
  padding-top: 0;
}
.enterprise-rma-order-index .retun-order-content .order-detail-btn-group {
	width: 30%;
	text-align: center;
	padding: 20px;
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
}
.enterprise-rma-order-index .retun-order-content .main-order-placed {
  width: 30%;
}
.enterprise-rma-order-index .retun-order-content .main-order-total {
  width: 20%;
}
.enterprise-rma-order-index .retun-order-content .main-order-shipTo {
  width: 20%;
}
.enterprise-rma-order-index .retun-order-content .main-order-orderTrace {
  width: 30%;
}
.enterprise-rma-order-index .retun-order-content .text-uppercase {
  text-transform: uppercase;
}
.enterprise-rma-order-index .retun-order-content .text-capitalize {
  text-transform: capitalize;
}
.enterprise-rma-order-index .retun-order-content a {
  color: #428bca;
}
.enterprise-rma-order-index .retun-order-content button a {
  color: #333333;
}
.enterprise-rma-order-index .retun-order-content .order-detail-item:not(:last-child) {
	border-bottom: 0.5px solid gainsboro;
}
.shipping-tracking-view .sub-title{
	font-size: 20px;
	font-weight: bold;
	padding: 10px 0;
}
.shipping-tracking-view .tracking-table-popup{
	margin-top: 20px;
}



/**==TM275==**/
#time-picker-will_call{display:none;width:300px;}
#time-picker-will_call .control-label{display:none;}
#time-picker-will_call #will-call-warring{color:#C30;}
.toolots-sales-order-editpickingupdate #time-picker-will_call {display:block}

.toolots-sales-order-editpickingupdate .reset-title{font-size:1.2rem; margin-bottom:20px;color:black;font-weight:bold;}
.toolots-sales-order-editpickingupdate form.order-reset button.submit{background:#ffa928;padding:10px;color:white;}


/**login account*/
#yt_header .yt-header-top .account-span:before{
	content: "\f0d7";
	font-family: 'FontAwesome';
	color: #fff;
	font-size: 17px;
	margin-right: 10px;
	float: right;
}
#yt_header .yt-header-top .login-account .block-content{
	top: 49px;
	line-height: normal;
	margin-top: 10px;
}
#yt_header .yt-header-top .login-account .account-list{
	padding: 5px;
}
#yt_header .yt-header-top .login-account .block-content:before{
	content: "\f0d8";
	font-family: 'FontAwesome';
	color: #fff;
	font-size: 35px;
	position: absolute;
	top: -24px;
	left: 126px;
}
#yt_header .yt-header-top .login-account .block-content {
	padding: 20px;
	position: absolute;
	top: 55px;
	right: -30px;
	z-index: 999;
	background: #FFF;
	width: 180px;
	-ms-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.4);
	-o-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.4);
}

#yt_header .yt-header-top .login-account .nav-account .nav-title{
	font-size: 16px;
	font-weight: 700;
	padding-bottom: 10px;
	left: 20px;
}
#yt_header .yt-header-top .login-account .nav-account .nav-link{
	cursor: pointer;
}
#yt_header .yt-header-top .login-account .nav-account .nav-item{
	position: relative;
	display: block;
	clear: both;
	font-family: inherit;
	line-height: 16px;
	padding: 0 0 7px;
	margin: 0;
}
#yt_header .yt-header-top .login-account .nav-account .nav-item .nav-text {
	display: block;
	font-size: 14px;
	font-weight: 400;
	white-space: normal;
	word-wrap: break-word;
	font-family: inherit;
	line-height: 16px;
}
#yt_header .yt-header-top .login-account .nav-account a:hover{
	color: #EB9A4B;
	text-decoration:underline;
}

/**-------return order items---------**/
.enterprise-rma-order-view .return-order-items .butt {
  overflow: hidden;
  position: relative;
  margin-top: 10px;
  border: none;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  width: 316px;
  height: 53px;
  border-radius: 4px;
  background-color: black;
  color: white;
  outline: none;
}
.enterprise-rma-order-view .return-order-items .butt:hover {
  background: #fad669;
}
.enterprise-rma-order-view .return-order-items .why {
  font-size: 16px;
  font-weight: bolder;
  margin-top: 0px;
}
.enterprise-rma-order-view .return-order-items .why2 {
  font-size: 23px;
  font-weight: bolder;
  margin-top: 0px;
}
.enterprise-rma-order-view .return-order-items .big {
  font-weight: bolder;
  overflow: hidden;
}
.enterprise-rma-order-view .return-order-items .big :first-child {
  border-radius: 4px;
}
.enterprise-rma-order-view .return-order-items .big :last-child {
  border-radius: 4px;
}
.enterprise-rma-order-view .return-order-items .small {
  display: flex;
  align-items: center;
}
.enterprise-rma-order-view .return-order-items .small + .small {
  border-top: none;
}
.enterprise-rma-order-view .return-order-items input[type=radio] {
  margin-left: 4px;
  line-height: normal;
}
.enterprise-rma-order-view .return-order-items input[type=checkbox] {
  margin-left: 20px;
  margin-right: 20px;
  line-height: normal;
}
/*.enterprise-rma-order-view .return-order-items img {*/
/*  float: left;*/
/*}*/
.enterprise-rma-order-view .return-order-items label {
  margin-bottom: 0px;
}
.enterprise-rma-order-view .return-order-items .dis {
  display: flex;
  align-items: center;
}
.enterprise-rma-order-view .return-order-items .a {
  width: 56%;
  margin-left: 100px;
  margin-top: 50px;
  display: inline-block;
}
.enterprise-rma-order-view .return-order-items .b {
  margin-top: 50px;
  margin-left: 30px;
  display: inline-block;
  vertical-align: top;
}
.enterprise-rma-order-view .return-order-items .ft {
  position: relative;
  text-align: center;
  border-bottom: #d8d8d8 1px solid;
  padding-bottom: 40px;
  padding-right: 50px;
  padding-left: 50px;
}
.enterprise-rma-order-view .return-order-items .c {
  margin-left: 80px;
  margin-bottom: 20px;
}
.enterprise-rma-order-view .return-order-items .details-1 summary {
  width: 80px;
  padding: 5px;
  color: #3b8ed1;
  outline: 0;
}
.enterprise-rma-order-view .return-order-items .details-1 content {
  display: block;
  padding: 5px;
}
.enterprise-rma-order-view .return-order-items .details-1 summary::after {
  content: "";
  position: absolute;
  width: 1em;
  height: 1em;
  margin: 0.2em 0 0 0.5ch;
  background-size: 100% 100%;
  transition: transform 0.2s;
}
.enterprise-rma-order-view .return-order-items .details-1:not([open]) i::after {
  margin-top: 0.25em;
  transform: rotate(180deg);
}
.enterprise-rma-order-view .return-order-items .font1 {
  font-size: 1.3em;
  font-weight: 500;
}
.enterprise-rma-order-view .return-order-items .font2 {
  font-size: 1.4em;
  width: 250px;
  margin-right: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.enterprise-rma-order-view .return-order-items .text {
  display: block;
  border: #cdd8cd 1px solid;
  outline-color: #48c548;
}
.enterprise-rma-order-view .return-order-items .btn-upload {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}

.enterprise-rma-order-view .return-order-items{display:flex;justify-content: space-around;}
.enterprise-rma-order-view .return-order-items .items-to-choose{width:56%;}

/*---applySucceed--*/
.enterprise-rma-order-applysucceed .applications .cen {
  max-width: 50%;
  margin: auto;
  margin-top: 50px;
  background-color: #f9f9f9;
}
.enterprise-rma-order-applysucceed .applications .dis {
  display: flex;
  align-items: center;
}
.enterprise-rma-order-applysucceed .applications .small {
  display: flex;
  align-items: center;
}
.enterprise-rma-order-applysucceed .applications .small + .small {
  border-top: none;
}
.enterprise-rma-order-applysucceed .applications .big {
  font-weight: bolder;
  overflow: hidden;
}
.enterprise-rma-order-applysucceed .applications .big :first-child {
  border-radius: 4px;
}
.enterprise-rma-order-applysucceed .applications .big :last-child {
  border-radius: 4px;
}
.enterprise-rma-order-applysucceed .applications .font4 {
  font-size: 1.3em;
}
.enterprise-rma-order-applysucceed .applications .font5 {
  font-size: 1.4em;
  width: 375px;
  margin-right: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #428bca !important;
}
/**-----rma/order/viewApplication---------**/
.enterprise-rma-order-viewapplication .application-summary .dispc2 {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  margin-top: 10px;
}
.enterprise-rma-order-viewapplication .application-summary .big {
  font-weight: bolder;
  overflow: hidden;
}
.enterprise-rma-order-viewapplication .application-summary .big :first-child {
  border-radius: 4px;
}
.enterprise-rma-order-viewapplication .application-summary .big :last-child {
  border-radius: 4px;
}
.enterprise-rma-order-viewapplication .application-summary .smallpc2 {
  display: flex;
  align-items: center;
  border-bottom: #d8d8d8 1px solid;
}
.enterprise-rma-order-viewapplication .application-summary .smallpc2 + .smallpc2 {
  border-top: none;
}
.enterprise-rma-order-viewapplication .application-summary .order_status {
  height: 175px;
  padding-top: 90px;
  width: max-content;
  margin: auto;
  margin-left: 634px;
}
.enterprise-rma-order-viewapplication .application-summary .order_status .s-step {
  float: left;
  width: 170px;
  height: 60px;
  position: relative;
}
.enterprise-rma-order-viewapplication .application-summary .order_status .s-step.Done .dot{
	background-color:#337ab7;
}
.enterprise-rma-order-viewapplication .application-summary .order_status .s-step.Done .dotted-line{
	border-color:#337ab7;
}
.enterprise-rma-order-viewapplication .application-summary .order_status .s-step:nth-child(5n) {
  width: 0px;
}
.enterprise-rma-order-viewapplication .application-summary .order_status .s-step.active {
  float: left;
  width: 170px;
  height: 60px;
  position: relative;
}
.enterprise-rma-order-viewapplication .application-summary .order_status .s-step > b > b.active {
  background-color: #337ab7;
}
.enterprise-rma-order-viewapplication .application-summary .order_status .s-step > b {
  display: block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  border-radius: 32px;
  position: absolute;
  margin-left: -16px;
  top: -20px;
  z-index: 87;
}
.enterprise-rma-order-viewapplication .application-summary .order_status .s-step > b > b {
  display: block;
  width: 30px;
  height: 30px;
  line-height: 26px;
  border-radius: 26px;
  background: #ccc;
  margin-top: 3px;
  margin-left: 3px;
  z-index: 88;
}
.enterprise-rma-order-viewapplication .application-summary .order_status .s-step > p {
  width: 161px;
  border: 1px dashed #ddd;
  top: -3px;
  position: relative;
  z-index: 86;
	left:-100%;
}
.enterprise-rma-order-viewapplication .application-summary .order_status .s-step:first-child p{display:none}
.enterprise-rma-order-viewapplication .application-summary .order_status .s-step > p.active {
  width: 161px;
  border: 1px dashed #337ab7;
  top: -3px;
  position: absolute;
  z-index: 86;
}
.enterprise-rma-order-viewapplication .application-summary .order_status .s-step em {
  display: block;
  padding-top: 20px;
  font-style: normal;
  text-align: center;
  color: #b7b7b7;
  font-size: 12px;
  margin-left: -65px;
  width: 130px;
}
.enterprise-rma-order-viewapplication .application-summary .order_status .s-step > div {
  display: block;
  width: 135px;
  height: 32px;
  line-height: 32px;
  position: absolute;
  margin-left: -70px;
  top: -55px;
  z-index: 87;
  text-align: center;
  font-size: 12px;
  color: #c9c4c4;
}
.enterprise-rma-order-viewapplication .application-summary .order_status .s-step > div.active {
  display: block;
  width: 135px;
  height: 32px;
  line-height: 32px;
  position: absolute;
  margin-left: -70px;
  top: -55px;
  z-index: 87;
  text-align: center;
  font-size: 12px;
  color: #337ab7;
}
.enterprise-rma-order-viewapplication .application-summary .header {
  margin-left: 100px;
  margin-top: 50px;
  margin-right: 150px;
}
.enterprise-rma-order-viewapplication .application-summary .font3 {
  font-size: 1.1em;
  font-weight: 600;
}
.enterprise-rma-order-techsupportform #tech-support .fieldset.message{
    height:300px;
}
.section-title{
	padding-top: 4px;
	margin-top: 0!important;
}
.title-mini{
	font-size: 12px;
	line-height: 1.465;
}
/**TM393**/
#checkout-review-submit #check-btn-state{
	cursor: pointer;
	position: relative;
	width: 20px;
	font-size: 14px;
	float: left;
	height: 20px;
}

#checkout-review-submit #check-btn-state::after{
	position: absolute;
	top: 0;
	color: #000;
	width: 20px;
	height: 20px;
	display: inline-block;
	visibility: visible;
	padding-left: 0px;
	text-align: center;
	content: ' ';
}

#checkout-review-submit #check-btn-state:checked::after{
	content: "\f00c";
	font-family: 'FontAwesome';
	background-color: #666666;
	font-size: 20px;
	font-weight: bold;
	color: white;
}
div.loading-ajax {
	height: 50px;
	text-align: center;
	background-image: url(../images/ajax-loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
#braintree_credit_card_container_form button{
	background-color: #111;
	letter-spacing: 1px;
	color: #fff;
	text-transform: uppercase;
	line-height: 100%;
	padding: 10px 15px;
	display: block;
	margin: 0 auto;
}
/** TM447 **/
/*layout*/
.cms-index-index .toolots-products .items{display:flex;justify-content: space-between;padding:20px 20px;}
.cms-index-index .toolots-products .item {width:200px;border:1px solid #dddddd;}
.cms-index-index .toolots-products .product-info{width:100%}
.cms-index-index .toolots-products .product-image img{max-width:100%}

.cms-index-index .toolots-products .item{position:relative;}
.cms-index-index .toolots-products .item .item-inner{padding:10px;}
.cms-index-index .toolots-products .item .tags{display:flex;width:calc(100% - 20px);position:absolute;top:10px;z-index: 9999;justify-content: space-between;}
.cms-index-index .toolots-products .item .tags .tag{min-width:24px;position: relative;}
.cms-index-index .toolots-products .item .tags .tag .bgm{display:block;position:relative;height: 100%;width: 100%;}
.cms-index-index .toolots-products .item .tags .tag .letter{position: absolute;top: 0;z-index: 999;left: 0px;}

/*title*/
.cms-index-index .toolots-products .title{text-align:center;font-size: 1.5em;color: black;font-weight: bold;padding: 10px;}
.cms-index-index .toolots-products .title:after{content: "";display: block;border: 0;border-top: 3px solid #fbaf40;width: 3.5%;margin: 0.6em auto;}
/*tag sale*/
.tag.sale-product{display:block;width: 56px;height: 30px;}
.tag.sale-product .bgm {background: url(../images/ico-sale.png) no-repeat;}
.tag.sale-product .letter{text-indent:-999em;}
/*tag hot*/
.tag.hot-product .letter {color:white;width: 100%;text-align: center;}
.tag.hot-product,.tag.hot-product .bgm:before,
.tag.hot-product .bgm:after{width: 30px;height: 30px;background:  #e74c3c;}
.tag.hot-product .bgm {position: absolute;z-index: 500;text-align: center;}
.tag.hot-product .bgm:before,
.tag.hot-product .bgm:after {content: "";position: absolute;top: 0;left: 0;}
.tag.hot-product .bgm:before {transform: rotate(30deg);}
.tag.hot-product .bgm:after {transform: rotate(60deg);}

/** TM447 end **/



/** TM457 **/
.cms-index-index .toolots-products .items{display:flex;justify-content: space-between;padding: 0 20px 10px;}
.cms-index-index .toolots-products .item {width: 750px;/* border:1px solid #dddddd; */}
.cms-index-index .toolots-products .product-info{width:100%}
.cms-index-index .toolots-products .product-image img{max-width:100%}

.cms-index-index .toolots-products .item{/* position:relative; */}
.cms-index-index .toolots-products .item .item-inner{padding: 10px;height: 355px;/*width: 213px*/;margin: 10px;border: 1px solid #dddddd;}
.cms-index-index .toolots-products .item .tags{display:flex;width:calc(100% - 20px);position:absolute;z-index: 9999;justify-content: space-between;}
.cms-index-index .toolots-products .item .tags .tag{min-width:24px;position: relative;}
.cms-index-index .toolots-products .item .tags .tag .bgm{display:block;position:relative;height: 100%;width: 100%;}
.cms-index-index .toolots-products .item .tags .tag .letter{position: absolute;top: 0;z-index: 999;left: 0px;}

/*title*/
.cms-index-index .toolots-products .title{text-align:center;font-size: 1.5em;color: black;font-weight: bold;padding: 10px 10px 0 10px;}
.cms-index-index .toolots-products .title:after{content: "";display: block;border: 0;border-top: 3px solid #fbaf40;width: 3.5%;margin: 0.6em auto;}
/*tag sale*/
.tag.sale-product{display:block;width: 56px;height: 30px;}
.tag.sale-product .bgm {background: url(../images/ico-sale.png) no-repeat;}
.tag.sale-product .letter{text-indent:-999em;}
/*tag hot*/
.tag.hot-product .letter {color:white;width: 100%;text-align: center;}
.tag.hot-product,.tag.hot-product .bgm:before,
.tag.hot-product .bgm:after{width: 30px;height: 30px;background:  #e74c3c;}
.tag.hot-product .bgm {position: absolute;z-index: 500;text-align: center;}
.tag.hot-product .bgm:before,
.tag.hot-product .bgm:after {content: "";position: absolute;top: 0;left: 0;}
.tag.hot-product .bgm:before {transform: rotate(30deg);}
.tag.hot-product .bgm:after {transform: rotate(60deg);}


body.cms-index-index {background-color:#666666 !important}

.cms-index-index .section-1{padding-top:10px}
.cms-index-index .most-popular,.cms-index-index .section-1 .right{z-index:999 ;}
.cms-index-index .section-1 .right .container {height:100%;position:relative;background: none;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.cms-index-index .section-1 .right .reward { flex: 1 1 auto; margin-top: 20px; }
.cms-index-index .section-1 .right .reward img { width: 100%; height:100% }
.cms-index-index .products {display:flex;flex-wrap:wrap;justify-content:space-between;}
.cms-index-index .products .product img{width:100%;}

.cms-index-index .section-1 .product{width:25%;min-width:25%;max-width:25%;}
.cms-index-index .section-1 .toolots-products .item .item-inner{height:94%}
.cms-index-index .section-1 .toolots-products .item .product-image{display:flex;justify-content:center;}
.cms-index-index .section-1 .toolots-products .item img{width:75%}


.cms-index-index .section-2 .product{width:30%;min-width:30%;max-width:30%;}
.cms-index-index .font-title {font-size: 20px;color: black;font-weight: bold;text-align:center;}

.cms-index-index .products .product .p-title{padding:0 15px;}
.cms-index-index .left{z-index:999}
.cms-index-index .toolots-products{background:white;}
.cms-index-index .products .product{border:none;}

.cms-index-index .yooTool img{width:100%;height:100%;}



.toolots-products.roll .products{flex-wrap: nowrap;padding:0;}
.toolots-products.roll .products .product{
	/* width: 40%; */
}

.cms-index-index .products .product-name{max-height: 4rem;min-height: 3rem;}
.cms-index-index .products .tpin{font-weight:bold;color:black;}

.cms-index-index .toolots-section{display:flex;}


.cms-index-index .toolots-section .left{padding: 10px 10px 10px 5px;background-image: none;color: black;}
.cms-index-index .toolots-section .right{
	padding: 10px 5px 10px 10px;
	background-image: none;
	color: black;
}

.cms-index-index .toolots-products.roll .feed-left {
	opacity: 0;
	transition: opacity 0.8s;
	-moz-transition: opacity 0.8s;
	-webkit-transition: opacity 0.8s;
	-o-transition: opacity 0.8s;
	outline: none;
	margin-top: 115px;
	border-radius: 0 3px 3px 0;
	clip: rect(-10px, 55px, 110px, 0);
	padding-right: 5px;
	position: absolute;
	top: 56px;
	background-color: #fff;
	height: 100px;
	line-height: 100px;
	width: 45px;
	text-align: center;
	box-shadow: 0 1px 3px #888;
}
.cms-index-index .toolots-products.roll:hover .feed-left {
	outline: none;
	opacity: 1;
	transition: opacity 0.8s;
	-moz-transition: opacity 0.8s;
	-webkit-transition: opacity 0.8s;
	-o-transition: opacity 0.8s;
}

.cms-index-index .backg {
	border: 1px solid white;
	background-color: white;
	border-radius: 2px;
	font-size:1.2rem;
	flex: 0 1 30%;

}

.cms-index-index .login-button {
	border: 1px solid;
	width: 500px;
	height: 40px;
	justify-content: center;
	display: flex;
	align-items: center;
	box-shadow: 0 0.1rem 0 rgba(255, 255, 255, 0.4) inset;
	background: linear-gradient(to bottom, #f7dfa5, #f0c14b);
	border-color: #a88734 #9c7e31 #846a29;
	color: #111;
	border-radius: 3px;
}

.sider {
	overflow: hidden;
	height: 338px;
	position: relative;
	width: 100%;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.tpin{
	font-weight: bold;
	color: #565656;
}
@media (min-width: 1200px)
{
	.toolots-section.section-1 .left{
		width: 65.333333%;
	}
}

.ellipsis{
	 height: 100%;
	 overflow: hidden;
	 text-overflow: ellipsis;
	 display: -webkit-box;
	 -webkit-box-orient: vertical;
	 -webkit-line-clamp: 2;
}
.cms-index-index .section-4{padding-bottom:10px}
.cms-index-index .section-4 .left {width:80%;}
.cms-index-index .section-4 .right{width:20%;}
.cms-index-index .section-4 .sell-with-toolots{background:white;margin-top:0px;}
.cms-index-index .section-4 .vendor_content_section{display:block}

.cms-index-index .section-4 .vendor_section_name{display:none}
.cms-index-index .section-4 .vendor_content_section:before{content:'Featured Brand';text-align:center;display: block;font-weight: bold;}

.cms-index-index .section-4 .sell-with-toolots,
.cms-index-index .section-4 .vendor_main_section{height:300px;}
.cms-index-index .section-4 .vendor_main_section .vendor_header,
.cms-index-index .section-4 .vendor_main_section .more-and-all{display:none;}
.cms-index-index .section-4{display:flex;}
.cms-index-index .section-4 .vendor-item:not(:first-of-type){display:none}

.cms-index-index .section-4 .vendor_section_button a{background-color: transparent !important; color: #666666; border: none; }
.cms-index-index .section-4 .vendor_main_section  .vendor_content_section .vendor_section .vendor_section_button a:hover{color:#666666}

.cms-index-index .best-seller-section{width:calc(100% - 40px);margin:10px auto;}


/*menu*/
.yt-header .yt-header-middle {border-bottom:1px solid;}
.yt-header .yt-header-middle > .color_black,
.yt-header .yt-header-middle > .color_black .header-top-1{background-color:white !important;}
.yt-header .yt-header-middle .shop-by-manufacturer a,#btn_categories{font-size:16px ;color:black}
#yt_header #yt_menu_short .yt-menu-content{padding-top: 1px;padding-left:1px;}

/*menu end*/

/*best seller*/
.cms-index-index .best-seller-section .best-seller-content-section a.see_all{background:transparent;border:none;text-align:right}

/*best seller end*/
.cms-index-index .best-section-button-section{padding-right:20px;}


/*carousel */
.carousel-map { width: 100%; height: 410px; margin: 0 auto; }
.carousel-map .carousel-map-item { width: 100%; overflow: hidden; height: 100%; position: relative; }
.carousel-map .carousel-map-item-pol { width: 100%; height: 95%; position: absolute; display: flex }
.carousel-map .carousel-map-item-pol .pol-block { width: 100%; height: 100%; flex-shrink: 0; box-sizing: border-box; display: flex; flex-direction: column; justify-content: center;align-items: center; }
.carousel-map .carousel-map-item-pol .pol-block .pol-block-width { width: 1200px; margin: 0 auto; justify-content: space-between; align-content: center; display: flex; }
.carousel-map .carousel-map-item-pol .pol-block .content { display: flex; flex-direction: column; justify-content: center; color: #fff }
.carousel-map .carousel-map-item-pol .pol-block .content.undertint { color: #333333 }
.carousel-map .carousel-map-item-pol .pol-block .content * { display: flex; align-items: center }
.carousel-map .carousel-map-item-pol .pol-block .content .title h1 { font-size: 48px; font-weight: 500; }
.carousel-map .carousel-map-item-pol .pol-block .content .title * + * { margin-left: 10px }
.carousel-map .carousel-map-item-pol .pol-block .content .introduce { margin-top: 8px }
.carousel-map .carousel-map-item-pol .pol-block .content .introduce h2 { font-size: 24px; font-weight: 400; }
.carousel-map .carousel-map-item-pol .pol-block .content .btn-block { margin-top: 32px }
.carousel-map .carousel-map-item-pol .pol-block .content .btn-block .btn { padding: 12px 71px; font-size: 18px; border-radius: 2px; background: #FFFFFF; color: #333333 }
.carousel-map .carousel-map-item-pol .pol-block .content .tel { margin-top: 12px; font-size: 20px }
.carousel-map .carousel-map-item-num { position: absolute; z-index: 2; left: 50%; bottom: 11px; transform: translateX(-50%); display: flex }
.carousel-map .carousel-map-item-num div { width: 8px; height: 8px; background: #ECEBE9; }
.carousel-map .carousel-map-item-num div + div { margin-left: 8px }
.carousel-map .carousel-map-item-num div.cut { background: #F59B23;}

/*carousel end */
/** TM457 end **/

/**bug fixing **/
.cms-index-index .google-ads-box{margin:0;}
.onestepcheckout-index-index .login-reg.clearfix{border:none}

/*TM472*/
.cms-index-index .best-seller-section .best-seller-content-section li .wrapper{position:relative;}
.cms-index-index .best-seller-section .best-seller-content-section li .wrapper:hover .overlay{content:'';display:block;background: #bc9120;width: 100%;height: 100%;opacity: 0.3;position: absolute;}
.cms-index-index .best-seller-section .best-seller-content-section li .wrapper .title{ position: absolute; bottom: 2px; color: white;  font-size: 14px; font-family: cursive; font-weight: 600;width:100%; background-color:#515151;-webkit-clip-path: polygon(100% 0,100% 100%, 0 100%, 2% 10%);}
.cms-index-index .best-seller-section .best-seller-content-section a.see_all { margin-bottom: 0px; }
/*TM472 end*/


/**TM487**/

.cms-index-index .deal-img { min-width: 210px; height: auto; align-items: center; display: flex; justify-content: center; }
.cms-index-index .deal-nav {position:relative; padding: 25px; background-color: white; display: flex; margin: 20px 20px 0; }


.home_products_deal_of_the_month{overflow:hidden;}
.home_products_deal_of_the_month.toolots-products .items{display:inline-flex;flex-wrap: nowrap;padding:0; }
.home_products_deal_of_the_month.toolots-products .items .item{width:267px}

.cms-index-index .best-section-button-section.see_all{visibility:hidden}

#showPage .items {padding:0px;}
#showPage .items {margin:0;}
#showPage {overflow:hidden;}

#showPage .items {display:inline-flex;position:relative;}
#showPage .item  {list-style:none; height:100%}

#setPage{width: 100%;height: 20px;text-align: center;position: absolute;}
#setPage a{display: inline-block;width: 10px;height: 10px;margin: 0 5px;border-radius: 50%;background-color: #fff;border: 1px solid #ffa928;vertical-align: middle;}
#setPage a.setPageIn{ background-color: #ffa928;}

.item-content{background:red;height:100px;margin:0 10px;}
.deal-img {	min-width: 210px;	height: auto;	align-items: center;	display: flex;	justify-content: center;}
.deal-nav {	padding: 25px;	background-color: white;	display: flex;	margin: 20px 20px 0;}
.carousel-left {	width: 65px;	height: 135px;	background-color: #d8d8d8;	opacity: 0.5;	position: absolute;	top: 33%;	border-radius: 3px;	}
.carousel-left:after{	content: '<';	font-size: 90px;	color: white;display: inline-block;	vertical-align: middle;	text-align: center;	height: 100%;}
.carousel-right {	width: 65px;	height: 135px;	background-color: #d8d8d8;	opacity: 0.5;	position: absolute;	top: 33%;	border-radius: 3px;	right: 3px;}
.carousel-right:after{	content: '>';	font-size: 90px;	color: white;display: inline-block;	vertical-align: middle;	text-align: center;	height: 100%;}

/**TM487 end**/
/**TM498**/
.cms-index-index  #products-home_refurbished{padding-bottom:20px;}
.cms-index-index  #products-home_refurbished .item-inner{height:auto;}
/***TM498 end**/

/**TM504**/
.cms-index-index .home_featured_product .view-more {padding-bottom:30px;padding-right:20px}
.cms-index-index .home_most_popular_products .view-more,
.cms-index-index .home_most_viewed_products .view-more{padding:0 20px 30px 0;}
.cms-index-index .home_refurbished .view-more{margin-top:20px}
/**TM504 end**/


.account-login .resend {
	outline: none!important;
	border: none!important;
	cursor: pointer!important;
	background-color: transparent!important;
	color: #b3b3b3!important;
}
.account-login .tabcontent {
	display: none;
	padding: 6px 12px;
	border: 1px solid #e9e9e9;
	border-top: none;
	background-color: white;
}
.account-login .send-vcode-btn {
	background-color: #ff9735 !important;
	float: right;
	padding: 11px 7px !important;
}
.account-login input.input-text {
	width: 260px;
	padding: 7px 10px;
	margin-bottom: 10px;
}
.account-login .nav-tabs > li.active > a,.account-login .nav-tabs > li.active > a:hover,.account-login .nav-tabs > li.active > a:focus {
	color: #ff9735;
}
.account-login .nav-login {
	padding: 15px;
	justify-content: center;
	display: grid;
}
.account-login .code-time {
	color: #aca9a9 !important;
	border: none !important;
	background: none !important;
	float: right;
	text-transform: none !important;
}
.account-login .nav-tab {
	display: block;
	border: 1px solid #e9e9e9;
	border-top: none;
}
.account-login #passwordLogin,.account-login #codeLogin{
	padding: 20px;
}
.account-login .send-btn{
	position: absolute;
	right: 10px;
	bottom: 8px;
	line-height: 40px;
	background-color: transparent;

}
.account-login .send-btn button{
	color: #f2a916;
}


.demo {
	margin:0 auto;
}
.stamp * {
	padding: 0;
	margin: 0;
	list-style:none;
	font-family:"Microsoft YaHei", 'Source Code Pro', Menlo, Consolas, Monaco, monospace;
}
.stamp {
	width: 317px;
	height: 85px;
	padding: 0 10px;
	position: relative;
	overflow: hidden;
}
.stamp:before {
	content: '';
	position: absolute;
	top:0;
	bottom:0;
	left:10px;
	right:10px;
	z-index: -1;
}
.stamp i {
	position: absolute;
	left: 20%;
	top: 26px;
	height: 116px;
	width: 328px;
	background-color: rgba(255, 255, 255, .15);
	transform: rotate(-30deg);
}
.stamp .par {
	float: left;
	padding: 3px 15px;
	width: 214px;
	border-right:2px dashed rgba(255, 255, 255, .3);
	text-align: left;
}
.stamp .par p {
	color:#fff;
	font-size: 14px;
	line-height: 20px;
}
.stamp .par span {
	font-size: 30px;
	color:#fff;
	margin-right: 5px;
	line-height: 40px;
}
.stamp .par .sign {
	font-size: 15px;
}
.stamp .par sub {
	position: relative;
	top:-5px;
	color:rgba(255, 255, 255, .8);
}
.stamp .copy {
	display: inline-block;
	padding: 18px 0px;
	width: 80px;
	vertical-align: text-bottom;
	font-size: 10px;
	color:rgb(255,255,255);
	text-align: center;
	line-height: initial;
}
.stamp .copy p {
	font-size: 14px;
	margin-top: 8px;
}
.stamp01 {
	background: radial-gradient(rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 5px, #F39B00 5px);
	background-size: 15px 15px;
	background-position: 9px 3px;
}
.stamp01:before {
	background-color:#F39B00;
}

.coupon {
	width: 240px;
	height: 150px;
	overflow: hidden;
	background: #ffc96b;
	position: relative;
}

.expired-coupon{
	width: 240px;
	height: 150px;
	overflow: hidden;
	background: #A5A5A5;
	position: relative;
}

.coupon:before {
	content: '';
	position: absolute;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	left: 39%;
	top: -30px;
	background: #ffffff;
}

.coupon-rule {
	width: 240px;
	height: 200px;
	background-color: #f9f9f9;
}

.coupon-price {
	text-align: center;
}

.coupon-price .symbol {
	color: white;
	font-weight: 600;
}

.coupon-price .price {
	color: white;
	font-size: 31px;
	font-weight: 600;
}

.coupon-rule .coupon-btn {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	height: 31px;
	line-height: 31px;
	border: 1px solid #fdc35f;
	color: #ffc96b;
	border-radius: 15px;
	vertical-align: middle;
	text-decoration: none;
	padding: 0 20px;
}

.coupon-rule .coupon-btn span {
	color: #ffc96b;
}

.coupon-rule .coupon-btn:hover {
	background-color: #ffc96b;
}

.coupon-rule .coupon-btn:hover span {
	color: #ffffff !important;
}
/**TM584**/
.cms-index-index .toolots-products{width:100%;}
.cms-index-index .toolots-products .title-and-items>*{overflow:hidden;}
.cms-index-index .toolots-products .title-and-items .carousel-container .stage{overflow:hidden;}
.cms-index-index .toolots-products .title-and-items .carousel-container {position:relative;padding:0 20px}
.cms-index-index .toolots-products .title-and-items .carousel-container .switcher>.trigger{width:20px;display:flex;align-items:center;justify-content: center;}
.cms-index-index .toolots-products .title-and-items .carousel-container .switcher>.trigger:after{font-size:25px;color:gray;height:auto;}
.cms-index-index .toolots-products .title-and-items .carousel-container .switcher>.trigger.carousel-left{left:0;}
.cms-index-index .toolots-products .title-and-items .carousel-container .switcher>.trigger.carousel-right{right:0;}

.cms-index-index .toolots-products.home_products_close_out .title-and-items,
.cms-index-index .toolots-products.home_products_deal_of_the_month .title-and-items{display: grid;grid-template-columns: 200px auto;}
.cms-index-index .toolots-products .title,
.cms-index-index .best-seller-header-section .title{font-size:0; }
.cms-index-index .toolots-products .title:after,
.cms-index-index .best-seller-header-section .title:after{content:'';display:block;width:100%;height:100%;border:none;background-position: center;background-repeat: no-repeat; background-size: contain;}

.cms-index-index .toolots-products.home_featured_product .title,
.cms-index-index .toolots-products.home_most_popular_products .title ,
.cms-index-index .toolots-products.home_most_viewed_products .title ,
.cms-index-index .toolots-products.home_refurbished .title ,
.cms-index-index .best-seller-header-section .title{height: 90px;padding:10px;}

.cms-index-index .toolots-products.home_products_close_out .title:after{background-image: url(../images/homepage/closeOut.png);}
.cms-index-index .toolots-products.home_products_deal_of_the_month .title:after{background-image: url(../images/homepage/dealOfTheMonth.png);}
.cms-index-index .toolots-products.home_most_popular_products  .title:after{background-image: url(../images/homepage/mostPopular.png);}
.cms-index-index .toolots-products.home_most_viewed_products   .title:after{background-image: url(../images/homepage/mostViewed.png);}
.cms-index-index .toolots-products.home_refurbished   .title:after{background-image: url(../images/homepage/refurbished.png);}
.cms-index-index .toolots-products.home_featured_product .title:after{background-image: url(../images/homepage/featured.png);}
.cms-index-index .best-seller-header-section .title:after{background-image: url(../images/homepage/bestSellingIndustries.png);}

.cms-index-index .logging .backg{background-image:url(../images/homepage/logging.png);display: flex; align-items: center; justify-content: center;text-align:center}
.cms-index-index .logging .backg .slogan{color:black;font-size:1.5rem}
.cms-index-index .logging .backg .link{color:white;}
.cms-index-index .logging .backg .login-button{border:none;background:none;box-shadow:none;}

.cms-index-index .logging .backg .link:before{content:"["}
.cms-index-index .logging .backg .link:after{content:"]"}
.cms-index-index .logging .backg .link.login-button {font-size:3rem;font-weight:bold;}
.cms-index-index .logging .backg .link.create-account{color:white;font-size:1.5rem;font-weight:bold}
.cms-index-index .logging .backg .guid>*{margin:10px}

.cms-index-index .toolots-products.home_products_close_out .item .item-inner,
.cms-index-index .toolots-products.home_products_deal_of_the_month  .item .item-inner,
.cms-index-index .toolots-products.home_most_popular_products  .item .item-inner,
.cms-index-index .toolots-products.home_most_viewed_products   .item .item-inner{height: auto;}
.cms-index-index .toolots-products.home_products_deal_of_the_month,
.cms-index-index .toolots-products.home_products_close_out{padding-bottom:0}
.cms-index-index .best-seller-section .best-seller-header-section{padding:0}
.cms-index-index .product-other-info .product-review{height:20px;}

/**TM584 end**/
.payment-cc-new-form .credit-card-input-field .card-inactive{
	opacity: .3;
}
.payment-cc-new-form .credit-card-input-field .payment-option{
	vertical-align: middle;
	margin: 0;
	width: 40px;
	height: 30px;
	margin-right: 5px;
}
.payment-cc-new-form .credit-card-input-field .cc-input{
	letter-spacing: 0.5px;
}

/**TM607**/
@media (max-width: 1500px){
	.cms-index-index .home_most_popular_products .product-other-info .product-review,
	.cms-index-index .home_most_viewed_products .product-other-info .product-review {
    height: 40px;
    }
}
/**TM607 end**/

#container-applepayExpressButton:not(.braintree-applepay-express-container){
	display: none;
}


#yt_header{float:none;}

#checkout-payment-method-load [for="p_method_paypal_express"] img {display:none;}


.catalog-product-view .owl-carousel {width:calc(100% - 40px) !important; margin:0 auto;}
.catalog-product-view #yt_main .sm-slider .owl-nav {width:100%;}
.catalog-product-view #yt_main .sm-slider .owl-nav {top:240px;z-index: 0;/* width: 100%; */}
.catalog-product-view #yt_main .sm-slider .owl-nav .owl-prev {/* margin-right:1000px; */float: left;}
.catalog-product-view #yt_main .sm-slider .owl-nav .owl-next {float:right;}

#yt_wrapper .button.btn-proceed-checkout {background-color: #f4a137;}
