.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 {
    overflow-x: hidden;
    position: relative;
    left: 0;
}
#yt_header,
#yt_footer{
    background:#fff;
}

#yt_wrapper .yt-main-inner{
    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;
}

.banner-home .banner2{
    margin-bottom: 30px;
}
/* -------------------------------------------- *
 * 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*/


.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: 50%;
    margin-top: -25px;
    position: absolute;
    display: none;
}
.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: 50%;
    margin-top: -25px;
    position: absolute;
    display: none;
}

.filmore_autoadv .filmore_pause{
    display: none!important;
}

.pix_slideshow:hover .filmore_commands .filmore_next,
.pix_slideshow:hover .filmore_commands .filmore_prev{
    display: block;
}

.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;
}
.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;
}
#yt_header .logo,
#yt_header .mega-horizontal-right,
.header-middle-right,
.head-quicklink{
    padding-right:0px;
}
.header-middle-right{
    padding-left: 0;
    float: left;
}
#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%;
}
/*.language-currency ul li a{
	color:#444;
}*/
.language-currency .language-switcher,
.language-currency .currency-switcher{
    float:left;
}
#yt_header .yt-header-top{
    background-color:#eee;
    position:relative;
    z-index:31;
}

#yt_header .header-bottom-style1  .yt-menu{
    position: relative;
    z-index: 30;
}

.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{
    padding:30px 0;
    position:relative;
    z-index:3;
    background-color: #000;
}
#yt_header{
    position: relative;
}
#yt_content{
    position: relative;
}

/* -------------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:152px !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;
    position: absolute;
    top: 0;
    right: 0;
}

#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:right;
    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.6%;
    float: left;
    /*margin-right: 1.2%;*/
}

.header-bottom-style1 .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu{
    z-index: 20;
}

.cms-index-index .header-style-1 .home-item-menu-parent > a{
    background-color: #7d7d7d;
}

.cms-index-index .header-middle-2 .home-item-menu-parent > a{
    color: #fff!important;
}

.cms-index-index .header-style-6 .home-item-menu-parent > a{
    color: #fff!important;
}

.cms-index-index .header-middle-style3 .home-item-menu-parent > a{
    color: #fff!important;
}

.cms-index-index .header3-wrap .header-middle-style3 .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_lv1 > a:after{
    display: none;
}

/*------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);*/
    background-image: url(../images/ico-quote.png);
    width: 33px;
    height: 34px;
}
.banner-policy .policy4 a span{
    /*background-image: url(http://www.theledlight.com/skin/frontend/sm_market/default/images/ico-umbrella1.png);*/
background-image: url(../images/safe.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-quote1.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:#444;
    padding:0 20px;
    height: 50px;
    line-height: 50px;
    position: relative;
}
#btn_categories:after{
    position: absolute;
    content: "";
    background: url(../images/ico-cate-down.png) no-repeat;
    top:18px;
    right: 12px;
    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;

    /*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;
}
.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: 40px;
}
.category-image img{
    max-width:100%;
}
#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;
}
/*------------------------------- 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;
    display: none;
}
#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;
}
.toolbar .toolbar-center{
    padding: 0;
    float: left;
}
.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;
}
/*-------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;
    color: #444;
}
#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------------*/
#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:30px;
    padding-right:13px;
    height:32px;
    line-height: 32px;
    float: left;
    position:relative;
    margin-left:0px;
    font-weight: bold;
}
.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:9px;
    top:8px;
    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: 32px;
    height: 32px;
    text-indent: -999em;
    background-image: url(../images/wishlist-compare.png);
    background-repeat: no-repeat;
    display: inline-block;
    border: 1px solid #ddd;
    margin-left: 5px;
    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;
}

/*-------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_main .yt-product-detail .sm-slider .item{
    min-height: 400px;
}
.products-grid .item{
    margin-bottom:15px;
    min-height:413px;
    float: left;
}
.products-grid .item .item-inner{
    border: 1px solid #dddddd;
    float: left;
    width: 100%;
}
.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-top:5px;
    margin-bottom:7px;
    line-height:100%;
}
.products-grid .item .product-addto-wrap{
    margin-top:16px;
    clear:both;
}
.products-grid .item .item-inner .product-info{
    float: left;
    width: 100%;
    padding: 0 20px 20px 20px;
}

.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%;
}

/*--------------------------------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{
    padding-bottom: 7px;
    line-height: 100%;
}
.products-list .item .product-info .product-price{
    margin-top: 15px;
}

.products-list .item .product-info .no-rating{
    margin-top: 3px;
}
.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;
}

.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;
}
.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;
}
.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;
}
.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:61px;
    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;
}
/*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:10px 0 20px;
    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: #00abf0;
}
.yt-product-detail .addthis_toolbox{
    float:left;
    clear:both;
    margin-bottom: 25px;
}
.yt-product-detail .short-description{
    margin:25px 0 25px 0;
    float:left;
    clear: both;
}
.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:none;
}
.yt-product-detail .product-shop .availability{
    float: right;
}
.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 .jCarouselLite > ul > li{
    width: 95px !important;
    height: 95px !important;
}
.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;
}
.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;
}

.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-product-detail .tab-product-detail .yt-tab-content #customer-reviews .pager{
    padding: 5px 10px;
    border: 1px solid #E9E9E9;
    line-height: 230%;
    margin: 10px  0 20px 0;
    border-bottom: 4px solid #e9e9e9
}
.yt-product-detail .tab-product-detail .yt-tab-content #customer-reviews .pager .amount{
    float: left;
}
.yt-product-detail .tab-product-detail .yt-tab-content #customer-reviews .pager .amount strong{
    font-weight: normal;
}
.yt-product-detail .tab-product-detail .yt-tab-content #customer-reviews .pager .limiter{
    float: right;
}
.yt-product-detail .tab-product-detail .yt-tab-content #customer-reviews .pager .limiter select{
    margin: 0 10px;
}
.yt-product-detail .tab-product-detail .yt-tab-content #customer-reviews  dl dd{
    padding-bottom: 10px;
    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-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 .tab-product-detail .yt-tab-content .form-add .customer-review  #product-review-table{
    background:#fbfdfd;
}
.yt-product-detail .tab-product-detail .yt-tab-content .form-add .customer-review  #product-review-table > tbody > tr > td{
    padding-left: 2px;
}
.yt-product-detail .tab-product-detail .yt-tab-content .form-add .write-your-review .form-list #review_field{
    width:100%;
    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 .yt-product-detail .sm-slider .page-button.top .control-button{
    top:10px;
}
#yt_main .yt-product-detail .sm-slider .page-button.top{
    float:right;
}
#yt_main .yt-product-detail .sm-slider .page-button.top .control-button{
    display:inherit;
}
#yt_main .yt-product-detail .sm-slider .block-title{
    border-bottom: 1px solid #ddd;
    line-height: 100%;
}
#yt_main .yt-product-detail .sm-slider .block-title span{
    font-weight: bold;
    text-transform: uppercase;
    font-size: 133%;
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
}
#yt_main .yt-product-detail .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 .page-button .control-button{
    width: 46px;
    height: 29px;
    float: right;
    margin-top: -35px;
}
#yt_main .sm-slider .page-button .control-button li{
    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;
    float: left;
}
#yt_main .sm-slider .page-button .control-button li.prev2,
#yt_main .sm-slider .page-button .control-button li.prev{
    background-position: -30px 0;
    margin-right: 5px;
}
#yt_main .sm-slider .page-button .control-button li.prev2:hover,
#yt_main .sm-slider .page-button .control-button li.prev:hover{
    background-position: 0px 0;
    cursor: pointer;
}
#yt_main .sm-slider .page-button .control-button li.next2,
#yt_main .sm-slider .page-button .control-button li.next{
    background-position: -60px 0;
}
#yt_main .sm-slider .page-button .control-button li.next2:hover,
#yt_main .sm-slider .page-button .control-button li.next:hover{
    background-position: -90px 0;
    cursor: pointer;
}
/*-----------------------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;
    padding-top:
}
.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;
}
/***----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 {
    background: none repeat scroll 0 0 #777777;
    color: #FFFFFF;
    line-height: 100%;
    padding: 10px;
    margin-bottom:10px;
}
.my-account .box-account .box-head  > h2 {
    float: left;
}
.my-account .box-account .box-head  > a {
    float: right;
    color: #fff;
}
#login-form,
.my-account  .box-account .col2-set{
    margin-left: -30px;
}
#checkout-step-login #login-form{
    margin-left: 0;
}
.my-account  .box-account  .col2-set > .box  > .box-title{
    margin-left: 30px;
}
.my-account .col2-set .col-1{
    float: left;
    width: 50%;
}
.my-account  .box-account.box-info .col2-set .col-1{
    padding-left:30px;
}
.account-login .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: 4px;
    right: 6px;
    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:17px;
}
.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: 80px;
}
.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: 6px;
}
.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;
    border: none!important;
}
.aboutus-page .slider-happy-client .owl-controls .owl-prev:hover{
    background-image:url(../images/btn-prev-hp-h.png)!important;
    background-position: 0 0;
}
.aboutus-page .slider-happy-client .owl-controls  .owl-nav{
    width:68px;
    display:inline-block;
    height:26px;
    background:#fff;
}

.aboutus-page .slider-ourmember .owl-pagination{
    margin:0!important;
    text-align: center;
    float: none!important;
}

.aboutus-page .slider-ourmember{
    margin-left: -15px;
    margin-right: -15px;
    width: auto!important;
}

.aboutus-page .slider-ourmember .owl-item{
    padding-left: 15px;
    padding-right: 15px;
}

.aboutus-page .slider-ourmember  .owl-pagination .owl-page{
    display: inline-block;
    margin:0 3px;
    float: none!important;
    background-color: #d7d7d5;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
}

.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;
    border: none!important;
}
.aboutus-page .slider-happy-client .owl-controls .owl-next:hover{
    background-image:url(../images/btn-next-hp-h.png)!important;
    background-position: 0 0;
}
.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;
}

#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,
.header4-wrap .login-regis,
.header2-wrap .login-regis{
    float: left;
    line-height: 34px;
    margin-left: 5px;
}
.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;
    line-height: 34px;
}
.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;
    margin-bottom: 30px;
}
.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;
    border-bottom: 1px solid #ddd;
    color: #444;
}
#yt_header.header4-wrap .head-quicklink .links li a:before{
    background: none;
}
#yt_header.header4-wrap .head-quicklink .links li.first + li{
    display: none;
}
#yt_header.header4-wrap .head-quicklink .links li.first + li + li,
#yt_header.header4-wrap .head-quicklink .links li .top-link-cart{
    display: block;
}
#yt_header.header4-wrap .head-quicklink .links li:hover{
    background-color: #fff;
}
#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 10px;
}
#yt_header.header4-wrap .head-quicklink .links li a{
    color: #444;
}
#yt_header.header4-wrap .head-quicklink .links li:before{
    content: "";
    width: 1px;
    height: 12px;
    background-color: #444;
    left: 0;
    top: 12px;
    position: absolute;
}
#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{
    font-weight: bold;
}
.header4-wrap .yt-header-middle .header-middle-right .inner{
    float: right;
}
.header4-wrap .language-currency,
.header4-wrap .wishlist-compare {
    float: left;
}

.header4-wrap .wishlist-compare .block{
    position: relative;
    float: left;
    width: 36px;
    height: 30px;
    margin-left: 5px;
}
.header4-wrap .wishlist-compare .block .block-title{
    text-indent: -999em;
    float: left;
    width: 36px;
    height: 30px;
    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{
    width: 77%;
    float: left;
}
#yt_header.header4-wrap .head-cart{
    width: 22%;
    margin-left: 1%;
}
.header4-wrap .sm-serachbox-pro .jqTransformSelectWrapper{
    background-color: #fff;
    width: 20% !important;
}
.header4-wrap .sm-serachbox-pro .jqTransformInputWrapper{
    float:left;
    width:75% !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: #aaa;
    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: 7px 0;
}

.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: 28px;
}
.header4-wrap .mini-cartpro .block-title .show-cart-button:before{
    background-image: url("../images/v4-icon-minicart.png") !important;
    width: 20px;
    height: 20px;
    top: 7px;
}
.header4-wrap .mini-cartpro .block-content{
    top: 49px;
}
.header4-wrap .detail-minicart,
.detail-minicart-v4,
.detail-minicart-v5{
    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;
}
#yt_header.header4-wrap .yt-header-middle{
    padding: 26px 0;
}
.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: 10px;
}
.header4-wrap .v4-bottom-right{
    padding-right: 0;
    padding-left: 25px;
}
#yt_header.header4-wrap .yt-header-bottom{
    margin-top: 30px;
}

.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{
    margin:0 -5px;
}

.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;
}

.cart .discount .input-text,
.cart .shipping .input-text,
.cart .shipping select{
    width: 100%;
}

.home-item-menu-parent > div{
    width: 150px!important;
}

/* =======================UPDATE 2016 ======================= */


/* HEADER STYLE 5 */

.header-style-5 .header-top{
    background-color: #444444;
    height: 36px;
    position: relative;
    z-index: 105;
}

.header-style-5 .header-top .language-switcher{
    margin-right: 20px;
}

.header-style-5 .header-top .language-switcher.switcher-wrap .overwrite-switch span,
.header-style-5 .header-top .currency-switcher.switcher-wrap .overwrite-switch{
    display: inline-block;
    height: 36px;
    line-height: 36px;
    color: #fff;
}

.header-style-5 .header-top .language-switcher.switcher-wrap .overwrite-switch:after,
.header-style-5 .header-top .currency-switcher.switcher-wrap .overwrite-switch:after{
    color: #fff;
    margin-left: 7px;
}

.header-style-5 .language-currency .switcher-wrap .switch-content,
.header-style-5 .currency-switcher .switcher-wrap .switch-content{
    z-index: 10;
    top: 36px;
}

.header-style-5 .header-toplinks .links{
    text-align: right;

}

.header-style-5 .header-toplinks .links li{
    display: inline-block;
    line-height: 36px;
    max-height: 36px;
}

.header-style-5 .header-toplinks .links li a{
    color: #fff;
    margin-left: 20px;
    display: block;
}

.header-style-5 .header-toplinks .links li a:before{
    background-repeat: no-repeat;
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.header-style-5 .header-toplinks .links li a:before{
    background-position: -20px -144px;
    width: 10px;
    height: 13px;
}

.header-style-5 .header-toplinks .links li a:hover:before{
    background-position: -79px -144px;
}

.header-style-5 .header-toplinks .links li a.top-link-myaccount:before{
    background-position: -20px -53px;
    width: 13px;
    height: 12px;
    position: relative;
    top: -2px;
}

.header-style-5 .header-toplinks .links li a.top-link-myaccount:hover:before{
    background-position: -79px -53px;
}

.header-style-5 .header-toplinks .links li a.top-link-wishlist:before{
    background-position: -20px -8px;
    width: 12px;
    height: 11px;
    position: relative;
}

.header-style-5 .header-toplinks .links li a.top-link-wishlist:hover:before{
    background-position: -79px -8px;
}

.header-style-5 .header-toplinks .links li a.top-link-cart{
    display: none;
}

.header-style-5 .header-toplinks .links li a.top-link-checkout:before{
    background-position: -20px -98px;
    width: 13px;
    height: 13px;
    position: relative;
    top: -1px;
}

.header-style-5 .header-toplinks .links li a.top-link-checkout:hover:before{
    background-position: -79px -98px;
}

.header-style-5 .header-middle{
    position: relative;
    z-index: 100;
    padding: 25px 0;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
}

.header-style-5 .slider-show-header{
    position: relative;
    z-index: 40;
}

.header-style-5 .header-middle > .container{
    padding:0;
}

.header-style-5 .header-middle .logo-content{
    text-align: center;
}

.header-style-5 .header-middle .sm-serachbox-pro{
    padding-right: 20px;
    margin:5px 0 0;
}

.header-style-5 .header-middle .sm-serachbox-pro .jqTransformSelectWrapper{
    background-color: transparent;
    width: 118px!important;
    float: left;
}

.header-style-5 .header-middle .sm-serachbox-pro .jqTransformInputWrapper{
    margin-left: 118px;
    width: auto!important;
}

.header-style-5 .sm-serachbox-pro .sm-searbox-content .form-button.button{
    width: 34px;
    height: 34px;
    padding:0!important;
    font-size: 14px;
}

.header-style-5 .sm-serachbox-pro .sm-searbox-content .form-button.button:hover{
    background-color: #333!important;
}

.header-style-5 .sm-serachbox-pro .jqTransformInputWrapper input.input-text{
    padding-right: 40px;
    padding-left: 10px;
}

.header-style-5 .sm-serachbox-pro .jqTransformSelectWrapper div span{
    padding-left: 10px;
    padding-right: 30px;
}

.header-style-5 .minicart-header .mini-cartpro .detail-minicart,

.header-style-5 .minicart-header .mini-cartpro .detail-minicart-v4{
    display: none;
}

.header-style-5 .minicart-header .mini-cartpro .detail-minicart-v5{
    display: block;
}

.header-style-5 .mini-cartpro .block-title .btn-toggle{
    padding-left: 36px;
}

.header-style-5 .mini-cartpro .detail-minicart-v5{
    font-size: 108.33%;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 32px;
    height: 34px;
    border: 1px solid #ddd;
    padding:0 10px;
    border-left: none;
}

.header-style-5 .minicart-header{
    float: right;
}

.header-style-5 .mini-cartpro.block{
    margin-top: 5px;
}

.header-style-5 .phone-header{
    float: right;
    padding-left: 42px;
    background: url(../images/phone-icon.png) no-repeat left center;
    padding-top: 2px;
    margin-top: 3px;
    padding-right: 14px;
}

.header-style-5 .phone-header h3{
    font-size: 125%;
    text-transform: uppercase;
    color: #666666;
}

.header-style-5 .phone-header p{
    font-size: 108.33%;
    font-weight: bold;
    text-transform: uppercase;
    color: #444;
}

.header-style-5 .header-bottom{
    height: 64px;
    background-color: #444444;
    position: relative;
    z-index: 50;
}

.header-style-5 .header-bottom > .container{
    padding:0;
}

.header-style-5 .header-bottom .navigation-content .sm_megamenu_menu > li > a{
    line-height: 60px;
    color: #fff;
    font-size: 116.67%;
    padding-left: 30px;
    padding-right: 30px;
    border-right: 1px solid #494949;
    border-left: 1px solid #404040;
}

.header-style-5 .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li{
    margin-left: 0;
}

.header-style-5 .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_1column,
.header-style-5 .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_2columns,
.header-style-5 .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_3columns,
.header-style-5 .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_4columns,
.header-style-5 .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_5columns,
.header-style-5 .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_6columns,
.header-style-5 .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.other-toggle.open .sm_megamenu_dropdown_1column,
.header-style-5 .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.other-toggle.open .sm_megamenu_dropdown_2columns,
.header-style-5 .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.other-toggle.open.sm_megamenu_dropdown_3columns,
.header-style-5 .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.other-toggle.open .sm_megamenu_dropdown_4columns,
.header-style-5 .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.other-toggle.open.sm_megamenu_dropdown_5columns,
.header-style-5 .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.other-toggle.open .sm_megamenu_dropdown_6columns{
    top:64px!important;
}


.header-style-5 .filmore_pagination{
    position: relative;
    bottom: 50px;
}

/* HOME PAGE 5 */

.home-style-5{
    padding-top: 35px;
}

.home-style-5 .newsletter-sidebar .block-newsletter .block-content p{
    font-size: 108.33%;
}


.left-megamenu-container{
    margin-bottom: 30px;
}

.left-megamenu-container .heading-megamenu .heading-content{
    background-color: #444444;
    position: relative;
}

.left-megamenu-container .heading-megamenu .heading-content:before{
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url(../images/ico-cate-down.png) no-repeat top left;
    position: absolute;
    right: 15px;
    top:50%;
    margin-top: -7px;
}

.left-megamenu-container .heading-megamenu .heading-content span{
    display: inline-block;
    height: 55px;
    font-size: 116.67%;
    text-transform: uppercase;
    line-height: 55px;
    color: #fff;
    font-weight: bold;
    padding-left: 40px;
    padding-right: 30px;
    position: relative;
    background: url(../images/ico-cate.png) no-repeat 20px center #575757;
}

.left-megamenu-container .heading-megamenu .heading-content span:before{
    border-bottom: 28px solid transparent;
    border-left: 15px solid #575757;
    border-top: 28px solid transparent;
    content: "";
    display: inline-block;
    height: 0;
    position: absolute;
    right: -15px;
    width: 0;
}

.clients-say-container{
    margin-bottom: 30px;
}

.home-style-5 .clients-say-container{
    clear: both;
}

.home-style-5 .yt-menu-nav{
    margin-bottom: 30px;
}

.header-style-7 .yt-menu-nav > #nav > li > a > span{
    padding: 10.9px 0;
}

.header-style-8  .yt-menu-nav > #nav > li > a > span{
    padding: 11px 0;
}

.clients-say-container  .clientsay-wrap{
    border: 1px solid #ddd;
    overflow: hidden;
}

.clients-say-container .clients-say-content{
    padding:0 0 30px;
    margin:0 -5px;
}

.clients-say-container .clients-say-content .item{
    margin:0 5px;
}

.clients-say-container .clients-say-content .image-box-client{
    height: 76px;
}

.clients-say-container .clients-say-content .image-box-client .image{
    margin: 0 auto;
    position: relative;
    top: 30px;
    width: 88px;
    height: 88px;
    background: #fff;
    border: 4px solid #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    box-shadow: 0 3px 5px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 3px 5px rgba(0,0,0,0.5);
}

.clients-say-container .clients-say-content .image-box-client .image img{
    border-radius: 50%;
    -webkit-border-radius: 50%;
}

.clients-say-container .clients-say-content .info-client{
    padding: 60px 37px 0;
    text-align: center;
}

.clients-say-container .clients-say-content .info-client h3{
    font-size: 116.67%;
    font-weight: bold;
    color: #444;
    margin-bottom: 10px;
}

.clients-say-container .owl-theme .owl-buttons{
    float: none;
    padding-top: 40px;
}

.clients-say-container .owl-theme .owl-buttons div{
    margin:0 3px;
    position: relative!important;
    top: auto!important;
}

.home-style-5 .clients-say-container .owl-theme .owl-buttons .owl-next,
.home-style-5 .clients-say-container .owl-theme .owl-buttons .owl-prev{
    background-image: url("../images/icon-image.png");
    background-repeat: no-repeat;
    border: 1px solid #ddd;
    display: inline-block;
    height: 40px;
    text-indent: -999em;
    width: 40px;
    float: none;
    position: relative;
    transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
}

.home-style-5 .clients-say-container .owl-theme .owl-buttons .owl-next{
    background-position: -15px -51px;
}

.home-style-5 .clients-say-container .owl-theme .owl-buttons .owl-next:hover{
    background-position: -53px -51px;
}

.home-style-5 .clients-say-container .owl-theme .owl-buttons .owl-prev{
    background-position: -16px -13px;
}

.home-style-5 .clients-say-container .owl-theme .owl-buttons .owl-prev:hover{
    background-position: -53px -13px;
}

.clients-say-container  .owl-theme .owl-buttons .owl-next{
    position: relative;
    right: auto;
    top: auto;
}

.clients-say-container .clients-say-content .info-client .description{
    position: relative;
}

.clients-say-container .clients-say-content .info-client .description:before,
.clients-say-container .clients-say-content .info-client .description:after{
    color: #f44336;
    position: absolute;
    font-size: 18px;
    font-family: fontawesome;
}

.clients-say-container .clients-say-content .info-client .description:before{
    content: "\f10d";
    left:-18px;
    top:0;
}

.clients-say-container .clients-say-content .info-client .description:after{
    content: "\f10e";
    right:-18px;
    bottom:-4px;
}

.home-style-5 .title-home{
    position: relative;
    text-align: center;
    margin-bottom: 30px;
}

.home-style-5 .title-home:before,
.home-style-5 .title-home:after{
    content: "";
    display: inline-block;
    width: 100%;
    height: 1px;
    background: #ddd;
    position: absolute;
    top: 50%;
    left:0;
}

.home-style-5 .title-home:after{
    margin-top: -1px;
}

.home-style-5 .title-home:before{
    margin-top: 1px;
}

.home-style-5 .title-home h2{
    display: inline-block;
    padding:0 12px;
    background: #fff;
    position: relative;
    top: 2px;
    z-index: 30;
    font-size: 150%;
    font-weight: bold;
    text-transform: uppercase;
    color: #444;
}

.home-style-5 .title-home h2:before,
.home-style-5 .title-home h2:after{
    content: "\f005";
    font-family: fontawesome;
    font-size: 13px;
    margin:0 3px;
    position: relative;
    top: -2px;
}

.collection-sidebar{
    margin-bottom: 30px;
}

.collection-sidebar .collection-content .collection-list{
    display: table;
    width: 100%;
}

.collection-sidebar .collection-content .collection-list li{
    background: #eeeeee;
    border: 1px solid #eee;
    border-bottom: 1px solid #fff;
}

.collection-sidebar .collection-content .collection-list li a{
    display: block;
}

.collection-sidebar .collection-content .collection-list li .icon-collection,
.collection-sidebar .collection-content .collection-list li .name-collection{
    display: table-cell;
    vertical-align: middle;
    height: 50px;
}

.collection-sidebar .collection-content .collection-list li .icon-collection{
    min-width: 69px;
    text-align: center;
}

.collection-sidebar .collection-content .collection-list li .name-collection{
    font-size: 116.67%;
    color: #999999;
    text-transform: uppercase;
    font-weight: bold;
}

.collection-sidebar .collection-content .collection-list li:hover{
    background: #fff;
}

.newsletter-sidebar{
    margin-bottom: 30px;
    display: inline-block;
    width: 100%;
}

.newsletter-sidebar .block-newsletter{
    background: url("../images/newsletter-bg.jpg") no-repeat;
    color: #fff;
    padding: 38px 20px;
    display: inline-block;
    width: 100%;
    background-size: 100% 100%;
}
.newsletter-sidebar .block-newsletter .block-title{
    font-size: 216.6%;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 100%;
    margin-bottom: 18px;
}
.newsletter-sidebar .block-newsletter #newsletter-validate-detail .input-box{
    height: 40px;
    line-height: 40px;
    position: relative;
    float: left;
    width: 229px;
    margin-top: 25px;
}
.newsletter-sidebar .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;
}
.newsletter-sidebar .block-newsletter #newsletter-validate-detail .input-box #newsletter{
    height: 40px;
    padding-top: 0;
    padding-bottom: 0;
    border: none;
    width: 180px;
    font-size: 108.33%;
    line-height: inherit;
}
.newsletter-sidebar .block-newsletter .block-content p{
    line-height: 140%;
}

.fb-fanbox-container{
    clear: both;
    margin-bottom: 30px;
}

.block-tags-sidebar .title-home{
    margin-bottom: 20px;
}

.block-tags-sidebar .tags-list li{
    margin-bottom: 5px;
}

.block-tags-sidebar .tags-list li a{
    border-radius: 3px;
    border-style: solid;
    border-width: 1px 1px 1px 3px;
    display: inline-block;
    padding: 3px 10px;
}

.home-style-5 .full-wrapper{
    margin-left: -1000px;
    margin-right: -1000px;
    background: #f5f5f5;
    padding-top: 40px;
    padding-bottom: 20px;
}

.home-style-5 .featured-products .sm-basic-products{
    margin-bottom: 10px;
}

.home-style-5 .featured-products .sm-basic-products .bs-items .bs-item{
    margin-bottom: 15px;
}

.home-style-5 .full-wrapper > .container{
    padding-left: 0;
    padding-right: 0;
}

.home-style-5 .full-wrapper .title-home{
    margin-bottom: 0;
}

.home-style-5 .full-wrapper .title-home h2{
    background: #f5f5f5;
}

.home-style-5 .sm-categories .cat-wrap .content-box{
    margin-bottom: 30px;
}

.home-style-5 .sm-categories .cat-wrap .content-box .inner{
    background: #fff;
}

.home-style-5 .sm-categories .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%;
}
.home-style-5 .sm-categories .btn-viewmore:after{
    position: absolute;
    content: "";
    background: url(../images/ico-viewmore.png) no-repeat;
    width: 5px;
    height: 7px;
    top:6px;
    right: 10px;
}

.home-style-5 .sm-categories{
    padding-bottom: 10px;
}

.home-style-5 .sm-categories .btn-viewmore:hover{
    background-color: #444;
}

.home-style-5 .sm-categories .cat-wrap .content-box .inner{
    padding-left: 20px;
    padding-right: 20px;
}

.banner-v51{
    display: table;
    width: 100%;
    margin-bottom: 30px;
}

.home-style-5 img{
    width: auto;
    max-width: 100%;
}

.banner-v51 .left-banner{
    float: left;
}

.banner-v51 .right-banner{
    float: right;
}

.banner-v51 .right-banner a:first-child{
    margin-bottom: 10px;
}

.hover-banner a{
    position: relative;
    display: block;
}

.hover-banner a:before,
.hover-banner a:after{
    width: 0;
    height: 0;
    content: "";
    display: inline-block;
    position: absolute;
    background: rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
}

.hover-banner a:before{
    left:0;
    top:0;
}

.hover-banner a:after{
    right:0;
    bottom:0;
}

.hover-banner a:hover:before{
    width: 100%;
    height: 100%;
}

.hover-banner a:hover:after{
    width: 100%;
    height: 100%;
}

.banner-v52{
    display: table;
    width: 100%;
    margin-bottom: 30px;
}

.banner-v52 > a{
    float: left;
    margin-right: 10px;
}

.banner-v52 > a:last-child{
    margin-right: 0;
}

.banner-v53{
    clear: both;
    margin-bottom: 30px;
}

.home-style-5 .services{
    margin-bottom: 40px;
}

.col-left-index,
.col-main-index{
    margin-bottom: 30px;
}

.home-style-5 .brand-list{
    display: table;
    margin: 0 -5px;
}

.home-style-5 .brand-list li{
    float: left;
    width: 33.33%;
    padding: 0 5px;
    margin-bottom: 10px;
}

.home-style-5 .brand-list li a{
    display: block;
    border: 1px solid #dddddd;
}

.home-style-5 .brand-list li a img{
    width: auto;
    max-width: 100%;
}

.home-style-5 .respl-wrap .respl-tabs-container{
    border-bottom: none;
}

.home-style-5 .respl-wrap .respl-tabs-container .respl-tabs-wrap{
    margin-right: 0;
    float: none;
    text-align: center;
}

.home-style-5 .respl-wrap .respl-tabs-container .respl-tabs-wrap .respl-tabs .respl-tab{
    border: 1px solid #ddd;
    display: inline-block;
    margin:0 2px;
    float: none;
    font-weight: bold;
}

.home-style-5 .respl-wrap .respl-tabs-container .respl-tabs-wrap .respl-tabs .respl-tab span{
    color: #999;
}

.home-style-5 .respl-wrap .respl-tabs-container .respl-tabs-wrap .respl-tabs .respl-tab:after{
    display: none;
}

.home-style-5 .respl-wrap .respl-tabs-container .respl-tabs-wrap .respl-tabs .respl-tab:hover span,
.home-style-5 .respl-wrap .respl-tabs-container .respl-tabs-wrap .respl-tabs .respl-tab.tab-sel span{
    color: #fff;
}

.home-style-5 .respl-wrap .respl-tabs-container .respl-tabs-wrap .respl-tabs .tab-sel:before{
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent;
    position: absolute;
    right:2px;
    bottom: 2px;
}

.home-style-5 .yt-tab-listing .respl-wrap .respl-items-container{
    margin-top: 30px;
}

.home-style-5 .yt-tab-listing  .title-home{
    margin-bottom: 15px;
}

.home-style-5 .yt-tab-listing .carousel-control-wrap .carousel-control-tab{
    width: 40px;
    height: 40px;
    background-image: url(../images/icon-image.png);
    background-repeat: no-repeat;
    background-color: #fff;
    z-index: 20;
    display: none;
}

.home-style-5 .respl-items-container:hover .carousel-control-wrap .carousel-control-tab{
    display: block;
}

.home-style-5 .yt-tab-listing .carousel-control-wrap .carousel-control-tab.prev{
    background-position: -16px -13px;
}

.home-style-5 .yt-tab-listing .carousel-control-wrap .carousel-control-tab.next{
    background-position: -15px -51px;
}

.home-style-5 .yt-tab-listing .carousel-control-wrap .carousel-control-tab.prev:hover{
    background-position: -53px -13px;
}

.home-style-5 .yt-tab-listing .carousel-control-wrap .carousel-control-tab.next:hover{
    background-position: -53px -51px;
}

.home-style-5 .yt-tab-listing .carousel-control-wrap{
    position: static;
    float: none;
    margin: 0;
}

.home-style-5 .yt-tab-listing .carousel-control-wrap .carousel-control-tab.next{
    position: absolute;
    right:6px;
    top:50%;
    margin-top: -20px;
}

.home-style-5 .yt-tab-listing .carousel-control-wrap .carousel-control-tab.prev{
    position: absolute;
    left:5px;
    top:50%;
    margin-top: -20px;
}

.home-style-5 .basic-bestsale .sm-basic-products .bs-title a{
    font-size: 116.67%;
}

.home-style-5 .deal-list-item{
    border: 1px solid #ddd;
    padding:10px 70px;
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;
    position: relative;
}

.home-style-5 .deal-list-item:before{
    content: "";
    display: inline-block;
    background: url(../images/deal-label.png) no-repeat top left;
    position: absolute;
    left:-4px;
    top: -5px;
    z-index: 10;
    width: 110px;
    height: 110px;
}

.home-style-5 .deal-list-item .deal-info{
    padding-top: 30px;
}

.home-style-5 .deal-list-item .deal-info .item-title a{
    font-size: 150%;
    font-weight: bold;
}

.home-style-5 .deal-list-item .deal-info .item-review{
    padding: 6px 0 15px;
}

.home-style-5 .deal-list-item .deal-info .item-price{
    margin-bottom: 15px;
}

.home-style-5 .deal-list-item .deal-info .item-price .special-price .price{
    font-size: 216.67%;
    font-weight: bold;
}

.home-style-5 .deal-list-item .deal-info .item-des{
    margin-bottom: 20px;
}

.home-style-5 .deal-list-item .deal-info .product-timer-wrap{
    clear: both;
}

.home-style-5 .deal-list-item .deal-info{
    float: left;
    width: 50%;
    padding-right: 15px;
}

.home-style-5 .deal-list-item .deal-info .action-product{
    display: table;
    margin-bottom: 30px;
    width: 100%;
}

.home-style-5 .deal-list-item .item-image{
    float: right;
    width: 50%;
    padding-left: 15px;
}

.home-style-5 .deal-list-item .item-image a{
    display: block;
}

.home-style-5 .deal-list-item .item-image a img{
    width: 100%;
}

.home-style-5 .deal-list-item .product-timer-wrap {
    padding: 8px 0 8px 60px;
    background-image: url(../images/clock.png);
    background-position: 14px center;
    background-repeat: no-repeat;
    display: table;
}

.home-style-5 .deal-list-item .product-timer-wrap .time-item {
    float: left;
    text-align: center;
    padding:0 8px;
    border-left: 1px solid #fff;
    color: #fff;
}

.home-style-5 .deal-list-item .product-timer-wrap .time-item .num-time{
    font-weight: bold;
}

.home-style-5 .deal-list-item .owl-theme .owl-buttons .owl-prev,
.home-style-5 .deal-list-item .owl-theme .owl-buttons .owl-next,
.home-style-5 .slider-post.owl-theme .owl-buttons .owl-next,
.home-style-5 .slider-post.owl-theme .owl-buttons .owl-prev{
    width: 40px;
    height: 40px;
    background-image: url(../images/icon-image.png);
    background-repeat: no-repeat;
    background-color: #fff;
    z-index: 20;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
}

.home-style-5 .slider-post.owl-theme .owl-buttons .owl-next,
.home-style-5 .slider-post.owl-theme .owl-buttons .owl-prev{
    top:32%;
}

.deal-list-item .owl-theme .owl-buttons > div,
.home-style-5 .slider-post.owl-theme .owl-buttons{
    display: none;
}

.deal-list-item:hover .owl-theme .owl-buttons > div,
.home-style-5 .slider-post.owl-theme:hover .owl-buttons{
    display: block;
}

.home-style-5 .deal-list-item .owl-theme .owl-buttons .owl-prev{
    background-position: -16px -13px;
    left: -71px;
}

.home-style-5 .slider-post.owl-theme .owl-buttons .owl-prev{
    background-position: -16px -13px;
    left:15px;
}

.home-style-5 .deal-list-item .owl-theme .owl-buttons .owl-next{
    background-position: -15px -51px;
    right:-71px;
}

.home-style-5 .slider-post.owl-theme .owl-buttons .owl-next{
    background-position: -15px -51px;
    right: 15px;
}

.home-style-5 .deal-list-item .owl-theme .owl-buttons .owl-prev:hover,
.home-style-5 .slider-post.owl-theme .owl-buttons .owl-prev:hover{
    background-position: -53px -13px;
}

.home-style-5 .deal-list-item .owl-theme .owl-buttons .owl-next:hover,
.home-style-5 .slider-post.owl-theme .owl-buttons .owl-next:hover{
    background-position: -53px -51px;
}


.home-style-5 .slider-post .item{
    padding:0 15px;
}

.overflow-content{
    overflow: hidden;
}

.home-style-5 .slider-post-container{
    margin:0 -15px;
}

.home-style-5 .slider-post .item .image-blog img{
    width: 100%;
}

.home-style-5 .date-post-title .date-post{
    float: left;
    width: 40px;
    color: #fff;
    text-align: center;
    padding: 5px;
    font-weight: bold;
}

.home-style-5 .date-post-title .postTitle{
    margin-left: 55px;
    font-size: 116.67%;
    font-weight: bold;
    line-height: 1.4;
    padding-right: 5px;
    padding-top: 10px;
    min-height: 50px;
}

.home-style-5 .date-post-title .postTitle a{
    color: #444;
}

.home-style-5 .postContent{
    font-size: 108.33%;
}

/* INDEX 6 */

/* CSS MENU INDEX 6 */
.header-style-6 #nav{
    border:none;
}

.header-style-6 #nav > li{
    float: left;
    margin-top: 8px;
    width: auto;
    border:none!important;
}

.header-style-6 #nav > li > a{
    text-transform: uppercase;
    color: #444;
    font-weight: bold;
    padding:0 10px!important;
    border-radius: 3px;
    -webkit-border-radius: 3px;
}

.header-style-6 .yt-menu-nav{
    float: left;
}

.header-style-6 #nav > li > a span{
    font-size: 116.67%!important;
    padding: 4px 0!important;
    max-height: 31px;
}

.header-style-6 #nav > li > ul{
    display: none;
    top:31px!important;
    left: 0!important;
}

.header-style-6 #nav > li:hover > ul{
    display: block;
}

.header-style-6 #nav > li:hover > a span{
    color: #fff;
}

.header-style-6 .yt-menu-nav #nav li.parent > a:after{
    display: none;
}

.sm-listingextend .products-grid .item .item-inner{
    width: auto;
    margin-right: 2px;
}

/* END CSS MENU INDEX 6 */

.home-style-6 .hotcate-wrap{
    padding-top: 40px;
    padding-bottom: 0;
}

.home-style-6 .yt-tab-listing .title-text{
    font-size: 166.67%;
    padding-bottom: 0;
    padding-bottom: 2px;
    top: -2px;
}

.header2-wrap .header-style-6 .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_lv1 > a{
    font-weight: bold;
    padding:0 10px;
}

.home-style-6 .deal-list-item{
    border: 1px solid #ddd;
    padding:10px 70px;
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;
    position: relative;
}

.home-style-6 .deal-list-item:before{
    content: "";
    display: inline-block;
    background: url(../images/deal-label.png) no-repeat top left;
    position: absolute;
    left:-4px;
    top: -5px;
    z-index: 10;
    width: 110px;
    height: 110px;
}

.home-style-6 .deal-list-item .deal-info{
    padding-top: 30px;
}

.home-style-6 .deal-list-item .deal-info .item-title a{
    font-size: 150%;
    font-weight: bold;
}

.home-style-6 .deal-list-item .deal-info .item-review{
    padding: 6px 0 15px;
}

.home-style-6 .deal-list-item .deal-info .item-price{
    margin-bottom: 15px;
}

.home-style-6 .deal-list-item .deal-info .item-price .special-price .price{
    font-size: 216.67%;
    font-weight: bold;
}

.home-style-6 .deal-list-item .deal-info .item-des{
    margin-bottom: 20px;
}

.home-style-6 .deal-list-item .deal-info .product-timer-wrap{
    clear: both;
}

.home-style-6 .deal-list-item .deal-info{
    float: left;
    width: 50%;
    padding-right: 15px;
}

.home-style-6 .deal-list-item .deal-info .action-product{
    display: table;
    margin-bottom: 30px;
    width: 100%;
}

.home-style-6 .deal-list-item .item-image{
    float: right;
    width: 50%;
    padding-left: 15px;
}

.home-style-6 .deal-list-item .item-image a{
    display: block;
}

.home-style-6 .deal-list-item .item-image a img{
    width: 100%;
}

.home-style-6 .deal-list-item .product-timer-wrap {
    padding: 8px 0 8px 60px;
    background-image: url(../images/clock.png);
    background-position: 14px center;
    background-repeat: no-repeat;
    display: table;
}

.home-style-6 .deal-list-item .product-timer-wrap .time-item {
    float: left;
    text-align: center;
    padding:0 8px;
    border-left: 1px solid #fff;
    color: #fff;
}

.home-style-6 .deal-list-item .product-timer-wrap .time-item .num-time{
    font-weight: bold;
}

.home-style-6 .deal-list-item .owl-theme .owl-buttons .owl-prev,
.home-style-6 .deal-list-item .owl-theme .owl-buttons .owl-next{
    width: 40px;
    height: 40px;
    background-image: url(../images/icon-image.png);
    background-repeat: no-repeat;
    background-color: #fff;
    z-index: 20;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
}



.home-style-6  .deal-list-item .owl-theme .owl-buttons .owl-prev{
    background-position: -16px -13px;
    left: -71px;
}



.home-style-6  .deal-list-item .owl-theme .owl-buttons .owl-next{
    background-position: -15px -51px;
    right:-71px;
}



.home-style-6  .deal-list-item .owl-theme .owl-buttons .owl-prev:hover{
    background-position: -53px -13px;
}

.home-style-6  .deal-list-item .owl-theme .owl-buttons .owl-next:hover{
    background-position: -53px -51px;
}

.home-style-6 .title-home{
    position: relative;
    text-align: center;
    margin-bottom: 25px;
}

.home-style-6 .title-home:before,
.home-style-6 .title-home:after{
    content: "";
    display: inline-block;
    width: 100%;
    height: 1px;
    background: #ddd;
    position: absolute;
    top: 50%;
    left:0;
}

.home-style-6 .title-home:after{
    margin-top: -1px;
}

.home-style-6 .title-home:before{
    margin-top: 1px;
}

.home-style-6 .title-home h2{
    display: inline-block;
    padding:0 12px;
    background: #fff;
    position: relative;
    top: 2px;
    z-index: 1;
    font-size: 150%;
    font-weight: bold;
    text-transform: uppercase;
    color: #444;
}

.home-style-6 .title-home h2:before,
.home-style-6 .title-home h2:after{
    content: "\f005";
    font-family: fontawesome;
    font-size: 13px;
    margin:0 3px;
    position: relative;
    top: -2px;
}

.home-style-6 .collection-sidebar .collection-content .collection-list li .icon-collection,
.home-style-6 .collection-sidebar .collection-content .collection-list li .name-collection{
    height: 52px;
}

.banner-v61{
    display: table;
    width: 100%;
    margin-bottom: 50px;
}

.home-style-6 .blog-title{
    font-size: 166.67%!important;
}

.home-style-6 .hot-products .hot-title{
    font-size: 166.67%!important;
}

.banner-v61 .left-banner{
    float: left;
    margin-right: 10px;
}

.banner-v61 .right-banner{
    float: right;
}

.banner-v61 .right-banner a:first-child{
    margin-bottom: 10px;
}


.latest-post-type2 .blog-title,
.hot-title{
    border-bottom: 1px solid #ddd;
    position: relative;
    font-size: 133.33%;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 30px;
}

.latest-post-type2 .blog-title .block-title,
.hot-title .block-title{
    display: inline-block;
    padding-bottom: 3px;
    padding-top: 2px;
    position: relative;
    color: #444;
}


.latest-post-type2 .blog-title .block-title:before,
.hot-title .block-title:before{
    content: "";
    display: inline-block;
    height: 1px;
    position: absolute;
    left:0;
    bottom: -1px;
    width: 100%;
}

.latest-post-type2 .item-post{
    padding: 0 15px;
}

.latest-post-type2 .slider-post-container{
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 60px;
}

.latest-post-type2 .item-post .post-content{
    border: 1px solid #ddd;
    padding: 18px;
}

.latest-post-type2 .item-post .post-content .image-blog img{
    width: 100%;
}

.latest-post-type2 .item-post .post-content .info-blog .postTitle{
    font-size: 116.67%;
    text-transform: uppercase;
    font-weight: bold;
    padding-top: 15px;
}

.latest-post-type2 .item-post .post-content .info-blog .postTitle a{
    color: #333;
}

.latest-post-type2 .item-post .post-content .info-blog .date-comment{
    font-size: 108.33%;
}

.latest-post-type2 .item-post .post-content .info-blog .date-comment .date:after{
    content: "/";
    margin: 0 15px;
}

.latest-post-type2 .item-post .post-content .info-blog .date-comment .comment:before{
    content: "\f0e6";
    font-family: fontawesome;
    font-size: 14px;
    margin-right: 10px;
}

.latest-post-type2 .postContent{
    clear: both;
    font-size: 108.33%;
    padding-top: 10px;
    border-top: 1px solid #ddd;
    margin-top: 10px;
    margin-bottom: 20px;
}

.latest-post-type2 .readmore{
    display: inline-table;
    text-transform: uppercase;
    font-weight: bold;
    border: 1px solid #ddd;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 5px 15px;
    color: #222;
}

.latest-post-type2 .readmore:hover{
    color: #fff;
}

.latest-post-type2 .owl-theme .owl-buttons .owl-next,
.latest-post-type2 .owl-theme .owl-buttons .owl-prev{
    background-image: url("../images/ico-slider.png");
    background-repeat: no-repeat;
    border: 1px solid #ddd;
    display: inline-block;
    height: 27px;
    text-indent: -999em;
    width: 20px;
    position: absolute;
    top: -64px;
    transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
}

.latest-post-type2 .owl-theme .owl-buttons .owl-next{
    background-position: -60px 0;
    right: 15px;
}

.latest-post-type2 .owl-theme .owl-buttons .owl-next:hover{
    background-position: -90px 0;
}

.latest-post-type2 .owl-theme .owl-buttons .owl-prev{
    background-position: -31px 0;
    right: 38px;
}

.latest-post-type2 .owl-theme .owl-buttons .owl-prev:hover{
    background-position: 0 0;
}

.home-style-6 .tablisting-custom .respl-wrap .respl-items-container{
    margin-left: 300px;
}

.home-style-6 .basic-product-list .bs-item-inner{
    padding: 20px 13px;
}

.home-style-6 .sm-basic-products,
.home-style-6 .sm-basic-products .bs-items,
.home-style-6 .sm-basic-products .bs-items .bs-item{
    overflow: visible;
}

.home-style-6 .basic-product-list .bs-item-inner:hover{
    box-shadow: 0 0 3px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.3);
}

.home-style-6 .respl-wrap .respl-items-container{
    margin-top: 25px!important;
}

.home-style-6 .tablisting-custom .products-grid .item .item-inner .product-info{
    padding-bottom: 31px;
}

.home-style-6 .yt-tab-listing .carousel-control-wrap{
    margin-top: -59px!important;
}

.home-style-6 .tablisting-custom .yt-tab-listing .item-tab-listing > .row{
    margin:0;
}

.home-style-6 .tablisting-custom .yt-tab-listing .respl-items-container .respl-items .respl-item{
    width: 33.33%;
    padding:0;
}

.home-style-6 .tablisting-custom .yt-tab-listing .respl-items-container .respl-items .respl-item .item-inner{
    border-left: none;
}

.home-style-6 .tablisting-custom .products-grid .item .item-inner:hover{
    z-index: 10;
    position: relative;
}

.home-style-6 .tablisting-custom{
    position: relative;
}

.home-style-6 .tablisting-custom .custom-image{
    position: absolute;
    bottom: 20px;
    top: 63px;
    overflow: hidden;
    z-index: 30;
}

.home-style-6 .slider-brands .item{
    padding:0 15px;
}

.home-style-6 .slider-brand-container .slider-content{
    margin-left: -15px;
    margin-right: -15px;
}

.home-style-6 .slider-brand-container .slider-brands .item a{
    display: block;
    border: 1px solid #ddd;
}

.home-style-6 .slider-brand-container .slider-brands .item a img{
    width: 100%;
}

.home-style-6 .slider-brand-container .owl-theme .owl-buttons .owl-next,
.home-style-6 .slider-brand-container .owl-theme .owl-buttons .owl-prev{
    background-image: url("../images/ico-slider.png");
    background-repeat: no-repeat;
    border: 1px solid #ddd;
    display: inline-block;
    height: 27px;
    text-indent: -999em;
    width: 20px;
    position: absolute;
    top:50%;
    margin-top: -14px;
    transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
}

.home-style-6 .slider-brand-container .owl-theme .owl-buttons .owl-next{
    background-position: -60px 0;
    right: -15px;
}

.home-style-6 .slider-brand-container .owl-theme .owl-buttons .owl-next:hover{
    background-position: -90px 0;
}

.home-style-6 .slider-brand-container .owl-theme .owl-buttons .owl-prev{
    background-position: -31px 0;
    left: -15px;
}

.home-style-6 .slider-brand-container .owl-theme .owl-buttons .owl-prev:hover{
    background-position: 0 0;
}

.sm-basic-products.basic-product-list{
    margin-bottom: 0;
}

.sm-basic-products.basic-product-list .bs-items{
    width: auto;
    margin:0 -15px;
}

.basic-product-list .bs-item-inner{
    padding:13px;
    border: 1px solid #ddd;
    margin:0 15px;
}

.basic-product-list .bs-item-inner .bs-image{
    border:none;
    width: 120px;
    float: left;
}

.basic-product-list .bs-item-inner .bs-image img{
    width: 100%;
}

.basic-product-list .bs-item-inner .bs-content{
    margin-left: 130px;
}

.sm-basic-products.basic-product-list .bs-items .bs-item{
    margin-bottom: 30px;
}

.basic-product-list .bs-item-inner .bs-content .bs-title a{
    font-size: 116.67%;
    font-weight: bold;
    color: #444!important;
    font-weight: bold;
}

.basic-product-list .bs-item-inner .bs-content .old-price .price{
    font-size: 100%;
    color: #999;
}

.basic-product-list .bs-item-inner .bs-content .product-review{
    display: table;
    padding: 6px 0 12px;
}

.services-v6 .item-inner{
    border: 2px solid #d1d1d1;
    text-align: center;
    background: #fff;
}

.services-v6 .item-inner .item-inline{
    display: inline-block;
    text-align: left;
    position: relative;
    margin:20px 0;
}

.services-v6 .item-inner .item-inline span{
    color: #999;
}

.services-v6 .item-inner .item-inline .title-sv{
    display: block;
    text-transform: uppercase;
    font-weight: bold;
    color: #444444;
    font-size: 116.67%;
    line-height: 1.3;
}

.services-v6 .item-inner .item-inline p{
    color: #999;
}

.services-v6 .item-1 .item-inner .item-inline{
    padding-left: 37px;
}

.services-v6 .item-1 .item-inner .item-inline:before{
    content: "";
    display: inline-block;
    width: 27px;
    height: 36px;
    background-position: -42px -199px;
    position: absolute;
    left:0;
    top:0;
}

.services-v6 .item-1 .item-inner .item-inline:hover:before{
    background-position: -168px -199px;
}

.services-v6 .item-2 .item-inner .item-inline{
    padding-left: 63px;
}

.services-v6 .item-2 .item-inner .item-inline:before{
    content: "";
    display: inline-block;
    width: 53px;
    height: 32px;
    background-position: -42px -270px;
    position: absolute;
    left:0;
    top:2px;
}

.services-v6 .item-2 .item-inner .item-inline:hover:before{
    background-position: -168px -270px;
}


.services-v6 .item-3 .item-inner .item-inline{
    padding-left: 43px;
}

.services-v6 .item-3 .item-inner .item-inline:before{
    content: "";
    display: inline-block;
    width: 33px;
    height: 34px;
    background-position: -52px -342px;
    position: absolute;
    left:0;
    top:0;
}

.services-v6 .item-3 .item-inner .item-inline:hover:before{
    background-position: -178px -342px;
}

.services-v6 .item-4 .item-inner .item-inline{
    padding-left: 43px;
}

.services-v6 .item-4 .item-inner .item-inline:before{
    content: "";
    display: inline-block;
    width: 34px;
    height: 34px;
    background-position: -52px -408px;
    position: absolute;
    left:0;
    top:0;
}

.services-v6 .item-4 .item-inner .item-inline:hover:before{
    background-position: -178px -408px;
}

.home-style-6 .full-wrapper-sv{
    padding:60px 0;
    background: url(../images/bg-services.png);
    margin-top: 40px;
    margin-bottom: 52px;
}

.home-style-6 .hot-products{
    padding-top: 10px;
    margin-bottom: 20px;
}

.home-style-6 .slider-brand-container{
    margin-bottom: 60px;
}

.home-style-6 .pix_slideshow{
    margin-bottom: 30px;
    border-radius: 3px;
    overflow: hidden;
}

.header2-wrap .header-style-6 .sm-serachbox-pro .jqTransformSelectWrapper ul{
    height: 300px!important;
    overflow: auto;
}

.header-style-6 .searchbox-container{
    margin-top: 5px;
    display: table-cell;
    vertical-align: bottom;
    position: relative;
    top: 2px;
}

.header-style-6 .head-cart{
    display: table-cell;
    width: auto!important;
    float: none!important;
    vertical-align: bottom;
    position: relative;
    top: 2px;
    padding-left: 5px;
}

.header-style-6 .menu-desktop{
    position: relative;
    left: -30px;
    display: table-cell;
    width: 100%;
}

.header-style-6 .mini-cartpro .block-title .btn-toggle .detail-minicart{
    white-space: nowrap;
}

.header-style-6 .search-dropdown{
    position: absolute;
    right: 0;
    top: 34px;
    width: 444px;
    display: none;
}

.header2-wrap .header-style-6 .sm-serachbox-pro .jqTransformSelectWrapper{
    width: 35%!important;
}

.header2-wrap .header-style-6 .sm-serachbox-pro .jqTransformInputWrapper{
    width: 65%!important;
}

.mini-cartpro .block-title .btn-toggle{
    height: 34px;
    margin-top: 0;
}

.header-style-6 .searchbox-container .search-icon{
    display: inline-block;
    width: 34px;
    height: 34px;
    float: right;
    background: url(../images/bg-search.png) no-repeat center center #666666;
}

.header-style-6 .searchbox-container:hover{
    cursor: pointer;
}

.header-style-6 .searchbox-container:hover .search-dropdown{
    display: block;
}

/* INDEX 7 */

.home-style-7 .full-wrapper{
    margin-left: -1000px;
    margin-right: -1000px;
    background: #f5f5f5;
    padding-top: 0;
    padding-bottom: 10px;
}

#yt_wrapper .header1-wrap .header-style-7 .sm-serachbox-pro .sm-searbox-content .form-button.button{
    background-size: 14px;
}

.home-style-7 .yt-tab-listing .title-text{
    font-size: 166.67%;
    padding-bottom: 2px;
    top:-2px;
}

.home-style-7 .pix_slideshow .filmore_commands .filmore_prev{
    left: 60px!important;
}


.home-style-7 .pix_slideshow .filmore_commands .filmore_next{
    right: 60px!important;
}

.home-style-7 .latest-post-type2 .blog-title,
.home-style-7 .hotcate-wrap .block-title span,
.home-style-7 .collections-wrap .block-title span{
    font-size: 166.67%;
}

.home-style-7 .full-wrapper .hotcate-wrap{
    margin-top: 0;
    padding-bottom: 20px;
}

.home-style-7 .full-wrapper > .container{
    padding-left: 0;
    padding-right: 0;
}

.home-style-7 .sm-categories .cat-wrap .content-box .inner{
    background-color: #fff;
    margin-bottom: 30px;
    padding: 13px 20px 20px;
}


.home-style-7 .collections{

    margin-left: -5px;
    margin-right: -5px;
    width: auto;
}

.home-style-7 .collections .collect{
    padding:0 5px;
}

.home-style-7 .collections .collect 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;
    letter-spacing: 1px;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    border-top: 1px solid #eee;
}

.home-style-7 .collections .collect a:hover{
    background-color: #fff;
}

.home-style-7 .collections.owl-theme .owl-buttons .owl-next,
.home-style-7 .collections.owl-theme .owl-buttons .owl-prev{
    background-image: url("../images/ico-slider.png");
    background-repeat: no-repeat;
    border: 1px solid #ddd;
    display: inline-block;
    height: 27px;
    text-indent: -999em;
    width: 20px;
    position: absolute;
    top: -64px;
    transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
}

.home-style-7 .collections.owl-theme .owl-buttons .owl-next{
    background-position: -60px 0;
    right: 5px;
}

.home-style-7 .collections.owl-theme .owl-buttons .owl-next:hover{
    background-position: -90px 0;
}

.home-style-7 .collections.owl-theme .owl-buttons .owl-prev{
    background-position: -31px 0;
    right: 28px;
}

.home-style-7 .collections.owl-theme .owl-buttons .owl-prev:hover{
    background-position: 0 0;
}

.home-style-7 .collections-wrap {
    margin-bottom: 60px;
}


.home-style-7 .deal-list-item{
    border: 1px solid #ddd;
    padding:6px 70px;
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
    position: relative;
}

.home-style-7 .deal-list-item:before{
    content: "";
    display: inline-block;
    background: url(../images/deal-label.png) no-repeat top left;
    position: absolute;
    left:-4px;
    top: -5px;
    z-index: 10;
    width: 110px;
    height: 110px;
}

.home-style-7 .deal-list-item .deal-info{
    padding-top: 30px;
}

.home-style-7 .deal-list-item .deal-info .item-title a{
    font-size: 150%;
    font-weight: bold;
}

.home-style-7 .deal-list-item .deal-info .item-review{
    padding: 6px 0 15px;
}

.home-style-7 .deal-list-item .deal-info .item-price{
    margin-bottom: 15px;
}

.home-style-7 .deal-list-item .deal-info .item-price .special-price .price{
    font-size: 216.67%;
    font-weight: bold;
}

.home-style-7 .deal-list-item .deal-info .item-des{
    margin-bottom: 20px;
}

.home-style-7 .deal-list-item .deal-info .product-timer-wrap{
    clear: both;
}

.home-style-7 .deal-list-item .deal-info{
    float: left;
    width: 50%;
    padding-right: 15px;
}

.home-style-7 .deal-list-item .deal-info .action-product{
    display: table;
    margin-bottom: 30px;
    width: 100%;
}

.home-style-7 .deal-list-item .item-image{
    float: right;
    width: 50%;
    padding-left: 15px;
}

.home-style-7 .deal-list-item .item-image a{
    display: block;
}

.home-style-7 .deal-list-item .item-image a img{
    width: 100%;
}

.home-style-7 .deal-list-item .product-timer-wrap {
    padding: 8px 0 8px 60px;
    background-image: url(../images/clock.png);
    background-position: 14px center;
    background-repeat: no-repeat;
    display: table;
}

.home-style-7 .deal-list-item .product-timer-wrap .time-item {
    float: left;
    text-align: center;
    padding:0 8px;
    border-left: 1px solid #fff;
    color: #fff;
}

.home-style-7 .deal-list-item .product-timer-wrap .time-item .num-time{
    font-weight: bold;
}

.home-style-7 .deal-list-item .owl-theme .owl-buttons .owl-prev,
.home-style-7 .deal-list-item .owl-theme .owl-buttons .owl-next{
    width: 40px;
    height: 40px;
    background-image: url(../images/icon-image.png);
    background-repeat: no-repeat;
    background-color: #fff;
    z-index: 20;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
}



.home-style-7 .deal-list-item .owl-theme .owl-buttons .owl-prev{
    background-position: -16px -13px;
    left: -71px;
}


.home-style-7 .deal-list-item .owl-theme .owl-buttons .owl-next{
    background-position: -15px -51px;
    right:-71px;
}


.home-style-7 .deal-list-item .owl-theme .owl-buttons .owl-prev:hover{
    background-position: -53px -13px;
}

.home-style-7 .deal-list-item .owl-theme .owl-buttons .owl-next:hover{
    background-position: -53px -51px;
}

.banner-v71{
    margin-right: -20px;
}

.banner-v71 a:first-child{
    margin-bottom: 11px;
}

.home-style-7 .tablisting-custom{
    position: relative;
    margin-bottom: 50px;
}

.home-style-7 .tablisting-custom .products-grid .item{
    margin-bottom: 0;
}

.home-style-7 .tablisting-custom .yt-tab-listing .respl-wrap .respl-items-container{
    margin-left: 300px;
    margin-top: 26px;
}

.home-style-7 .tablisting-custom .yt-tab-listing .respl-items .respl-item{
    padding:0
}

.home-style-7 .tablisting-custom .products-grid .item .item-inner{
    border-left: none;
    margin-top: -1px;
}

.home-style-7 .tablisting-custom .products-grid .item .item-inner:hover{
    position: relative;
    z-index: 10;
}

.home-style-7 .tablisting-custom .yt-tab-listing .item-tab-listing > .row{
    margin:0;
}

.home-style-7 .tablisting-custom .products-grid .item .item-inner .product-info{
    padding-bottom: 31px;
}

.home-style-7 .tablisting-custom .custom-image{
    position: absolute;
    bottom:5px;
    left:0;
    z-index: 10;
}

.home-style-7 .tablisting-custom .yt-tab-listing .carousel-control-wrap{
    margin-top: -59px;
}

.services-v7 .item-sv a{
    display: block;
    border: 3px solid #e8e8e8;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    transition: all 0.1s ease-in-out 0s;
    -webkit-transition: all 0.1s ease-in-out 0s;
}

.services-v7 .item-sv a:hover{
    border-color: #f7f7f7;
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.3);
}

.home-style-7 .banner-left .banner-content{
    margin-right: -19px;
}

.home-style-7 .banner-left .banner-content a:first-child{
    margin-bottom: 10px;
}

.home-style-7 .banner-right .banner-content{
    margin-left: -13px;
}

.newsletter-center{
    min-height: 300px;
    background: url(../images/bg-newsletter-center.jpg) no-repeat top left;
    background-size: 100% 100%;
    margin-right: -5px;
    padding: 30px;
    text-align: center;
}

.newsletter-center .block-newsletter .block-title{
    font-size: 250%;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
}

.newsletter-center .block-newsletter .block-content p{
    color: #fff;
    padding: 0px 0 15px;
    font-size: 108.33%;
}

.newsletter-center .block-newsletter .block-content #newsletter{
    text-align: center;
    height: 40px;
    border: none;
}

.newsletter-center .block-newsletter .block-content button{
    padding-right: 50px;
    padding-left: 17px;
    height: 40px;
    line-height: 40px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 108.33%;
    color: #666666;
    background-color: #fff;
    position: relative;
    transition: .1s;
    -webkit-transition: .1s;
}

.newsletter-center .block-newsletter .block-content button span:after{
    content:"";
    display: inline-block;
    background-position: -57px -482px;
    width: 19px;
    height: 17px;
    position: absolute;
    right: 17px;
    top:50%;
    margin-top: -9px;
}

.newsletter-center .block-newsletter .block-content button:hover{
    color: #fff;
}

.newsletter-center .block-newsletter .block-content button:hover span:after{
    background-position: -184px -482px;
}

.home-style-7 .latest-post-type2{
    padding-top: 50px;
}

.header-style-7 .header-bottom .container{
    padding:0
}

.header-style-7 .header-bottom .yt-menu-content{
    position: absolute;
    display: none;
    left:15px;
    right: 15px;
    z-index: 50;
    border-top: none!important;
}

.header-style-7 .header-bottom .megamenu-vertical-container:hover .yt-menu-content{
    display: block;
}

.full-content{
    margin: 0 auto;
    position: relative;
}

.home-style-7 .pix_slideshow{
    position: static;
}

.home-style-7 .full-content:hover .pix_slideshow .filmore_commands .filmore_prev,
.home-style-7 .full-content:hover .pix_slideshow .filmore_commands .filmore_next{
    display: block!important;
}

#yt_wrapper .header1-wrap .header-style-7 .sm-serachbox-pro .sm-searbox-content .form-button.button{
    height: 32px;
    width: 43px;
    border-top-right-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;

    box-shadow: 1px 2px 0px #999999;
    -webkit-box-shadow: 1px 2px 0px #999999;
}

.cms-index-index .header-style-7 .header-bottom .yt-menu-content{
    display: block!important;
}

#yt_header .header-style-7 .yt-header-top{
    z-index: 60;
}

.header1-wrap .header-style-7 .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_lv1 > a{
    line-height: 32px;
    margin-top: 8px;
    margin-bottom: 8px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
}

.header1-wrap .header-style-7 .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_lv1:hover > a:before{
    content: "";
    display: inline-block;
    width: 100%;
    height: 15px;
    position: absolute;
    bottom: -10px;
    left:0;
    z-index: 9999999;
}

.home-style-7{
    padding-top: 10px;
}

.home-style-7 .full-wrapper.full-slidershow-container{
    background:url(../images/bg-slideshow.jpg) no-repeat center top;
    padding:0;
    margin-bottom: 30px;
}

.home-style-7 .full-wrapper.full-slidershow-container .container{
    padding:0
}

.header1-wrap .header-style-7 .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.sm_megamenu_lv1 > a.sm_megamenu_head > span{
    padding: 9.9px 0;
}

.home-style-7 .full-wrapper.full-slidershow-container .filmore_pagination{
    position: absolute;
    bottom: 0;
}

.home-style-7 .services-v7{
    margin-bottom: 50px;
}

.header1-wrap .header-style-7 .sm-serachbox-pro{
    background-color: #f5f5f5;
}

.header1-wrap .header-style-7 .sm-serachbox-pro input.input-text, .sm-serachbox-pro select, .sm-serachbox-pro textarea,
.header1-wrap .header-style-7 .sm-serachbox-pro .jqTransformSelectWrapper{
    background: transparent;
    border:none;
}

.header1-wrap .header-style-7 .sm-serachbox-pro .jqTransformSelectWrapper{
    position: relative;
}

.header1-wrap .header-style-7 .sm-serachbox-pro .jqTransformSelectWrapper:before{
    content: "";
    display: inline-block;
    width: 1px;
    height: 22px;
    background-color: #dddddd;
    position: absolute;
    right: 0;
    top:50%;
    margin-top: -11px;
}

.header1-wrap .header-style-7 .sm-serachbox-pro .jqTransformSelectWrapper{
    width: 123px!important;
}

.header1-wrap .header-style-7 .sm-serachbox-pro .jqTransformSelectWrapper div span{
    width: 105px!important;
}

#yt_wrapper .header1-wrap .header-style-7 .sm-serachbox-pro .sm-searbox-content .form-button.button{
    background-color: #aaaaaa;
    width: 44px;
}

#yt_wrapper .header1-wrap .header-style-7 .sm-serachbox-pro .jqTransformSelectWrapper ul{
    left:0;
}

/* INDEX 8 */


.home-style-8 .slider-brands .item{
    padding:0 15px;
}

.home-style-8 .slider-brand-container .slider-content{
    margin-left: -15px;
    margin-right: -15px;
}

.home-style-8 .slider-brand-container .slider-brands .item a{
    display: block;
    border: 1px solid #ddd;
}

.home-style-8 .slider-brand-container .slider-brands .item a img{
    width: 100%;
}

.home-style-8 .slider-brand-container .owl-theme .owl-buttons .owl-next,
.home-style-8 .slider-brand-container .owl-theme .owl-buttons .owl-prev{
    background-image: url("../images/ico-slider.png");
    background-repeat: no-repeat;
    border: 1px solid #ddd;
    display: inline-block;
    height: 27px;
    text-indent: -999em;
    width: 20px;
    position: absolute;
    top:50%;
    margin-top: -14px;
    transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
}

.home-style-8 .slider-brand-container .owl-theme .owl-buttons .owl-next{
    background-position: -60px 0;
    right: -15px;
}

.home-style-8 .slider-brand-container .owl-theme .owl-buttons .owl-next:hover{
    background-position: -90px 0;
}

.home-style-8 .slider-brand-container .owl-theme .owl-buttons .owl-prev{
    background-position: -31px 0;
    left: -15px;
}

.home-style-8 .slider-brand-container .owl-theme .owl-buttons .owl-prev:hover{
    background-position: 0 0;
}


.home-style-8 .deal-list-item{
    border: 1px solid #ddd;
    padding:10px 70px;
    display: inline-block;
    width: 100%;
    margin-bottom: 50px;
    position: relative;
}

.home-style-8 .deal-list-item:before{
    content: "";
    display: inline-block;
    background: url(../images/deal-label.png) no-repeat top left;
    position: absolute;
    left:-4px;
    top: -5px;
    z-index: 10;
    width: 110px;
    height: 110px;
}

.home-style-8 .deal-list-item .deal-info{
    padding-top: 30px;
}

.home-style-8 .deal-list-item .deal-info .item-title a{
    font-size: 150%;
    font-weight: bold;
}

.home-style-8 .deal-list-item .deal-info .item-review{
    padding: 6px 0 15px;
}

.home-style-8 .deal-list-item .deal-info .item-price{
    margin-bottom: 15px;
}

.home-style-8 .deal-list-item .deal-info .item-price .special-price .price{
    font-size: 216.67%;
    font-weight: bold;
}

.home-style-8 .deal-list-item .deal-info .item-des{
    margin-bottom: 20px;
}

.home-style-8 .deal-list-item .deal-info .product-timer-wrap{
    clear: both;
}

.home-style-8 .deal-list-item .deal-info{
    float: left;
    width: 50%;
    padding-right: 15px;
}

.home-style-8 .deal-list-item .deal-info .action-product{
    display: table;
    margin-bottom: 30px;
    width: 100%;
}

.home-style-8 .deal-list-item .item-image{
    float: right;
    width: 50%;
    padding-left: 15px;
}

.home-style-8 .deal-list-item .item-image a{
    display: block;
}

.home-style-8 .deal-list-item .item-image a img{
    width: 100%;
}

.home-style-8 .deal-list-item .product-timer-wrap {
    padding: 8px 0 8px 60px;
    background-image: url(../images/clock.png);
    background-position: 14px center;
    background-repeat: no-repeat;
    display: table;
}

.home-style-8 .deal-list-item .product-timer-wrap .time-item {
    float: left;
    text-align: center;
    padding:0 8px;
    border-left: 1px solid #fff;
    color: #fff;
}

.home-style-8 .deal-list-item .product-timer-wrap .time-item .num-time{
    font-weight: bold;
}

.home-style-8 .deal-list-item .owl-theme .owl-buttons .owl-prev,
.home-style-8 .deal-list-item .owl-theme .owl-buttons .owl-next{
    width: 40px;
    height: 40px;
    background-image: url(../images/icon-image.png);
    background-repeat: no-repeat;
    background-color: #fff;
    z-index: 20;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
}

.home-style-8 .deal-list-item .owl-theme .owl-buttons .owl-prev{
    background-position: -16px -13px;
    left: -71px;
}

.home-style-8  .deal-list-item .owl-theme .owl-buttons .owl-next{
    background-position: -15px -51px;
    right:-71px;
}

.home-style-8  .deal-list-item .owl-theme .owl-buttons .owl-prev:hover{
    background-position: -53px -13px;
}

.home-style-8  .deal-list-item .owl-theme .owl-buttons .owl-next:hover{
    background-position: -53px -51px;
}

.home-style-8  .clients-say-container .clientsay-wrap{
    border:none;
    box-shadow: 0 0 0 3px #ececec inset;
    -webkit-box-shadow: 0 0 0 3px #ececec inset;
}

.home-style-8 .deal-list-item{
    border: 3px solid #ececec;
}

.banner82{
    display: table;
    width: 100%;
    margin-bottom: 60px;
    padding-top: 35px;
}

.banner82 .banner{
    float: left;
    margin-right: 10px;
}

.banner82 .banner:last-child{
    margin:0;
}

.banner82 .banner:last-child a:first-child{
    margin-bottom: 10px;
}

.home-style-8 .services-v7{
    margin-bottom: 50px;
}

.home-style-8 .yt-tab-listing{
    margin-top: 0;
    margin-bottom: 0;
}

.home-style-8 .listing-tab-custom .yt-tab-listing .respl-wrap .respl-tabs-container{
    position: relative;
}

.home-style-8 .listing-tab-custom .yt-tab-listing .respl-wrap .respl-tabs-container:before{
    position: absolute;
    content: "";
    display: inline-block;
    width: 100px;
    height: 1px;
    bottom:-1px;
    left:0;
}

.home-style-8 .listing-tab-custom .yt-tab-listing .products-grid .item{
    margin-bottom: 0;
}

.home-style-8 .listing-tab-custom .yt-tab-listing .title-text{
    display: none;
}

.home-style-8 .listing-tab-custom .respl-tabs-container .respl-tabs-wrap{
    float: left;
    margin:0;
}

.home-style-8 .listing-tab-custom .respl-tabs-container .respl-tabs-wrap .respl-tabs .respl-tab{
    border:none!important;
    font-size: 133.33%;
    text-transform: uppercase;
    font-weight: bold;
}

.home-style-8 .listing-tab-custom .respl-tabs-container .respl-tabs-wrap .respl-tabs .respl-tab .respl-tab-label{
    color: #888888;
}

.home-style-8 .listing-tab-custom .respl-tabs-container .respl-tabs-wrap .respl-tabs .respl-tab .respl-tab-label:hover{
    color: #333;
}

.home-style-8 .basic-slider-container .bs-review .rating-links{
    display: none;
}

.home-style-8 .basic-slider-container .bs-review{
    display: table;
}

.home-style-8 .listing-tab-custom .respl-tabs-container .respl-tabs-wrap .respl-tabs .respl-tab.tab-sel .respl-tab-label{
    color: #333333;
}

.home-style-8 .listing-tab-custom .respl-tabs-container .respl-tabs-wrap .respl-tabs .respl-tab:before{
    content: "";
    display: inline-block;
    width: 2px;
    height: 14px;
    background-color: #c5c5c5;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -7px;
}

.home-style-8 .listing-tab-custom .respl-tabs-container .respl-tabs-wrap .respl-tabs .respl-tab:last-child:before{
    display: none;
}

.home-style-8 .listing-tab-custom .respl-tabs-container .respl-tabs-wrap .respl-tabs .respl-tab:first-child{
    padding-left:0;
}

.home-style-8 .listing-tab-custom .respl-tabs-container .respl-tabs-wrap .respl-tabs .respl-tab:after{
    display: none;
}

.home-style-8 .listing-tab-custom .yt-tab-listing .respl-wrap .respl-items-container{
    margin-top: 25px;
}

.home-style-8 .listing-tab-custom .yt-tab-listing .carousel-control-wrap{
    margin-top: -58px;
}

.home-style-8 .listing-tab-custom .yt-tab-listing .respl-items-container .respl-items .respl-item{
    margin-bottom: 30px;
}

.home-style-8 .collections-wrap{
    display: table;
    width: 100%;
    margin-bottom: 50px;
}

.slider-categories .content-box{
    width: 100%!important;
}

.home-style-8 .hotcate-wrap{
    margin:0;
    padding:0;
}

.slider-categories .content-box .inner{
    background-color: #fff;
    padding: 13px 20px 20px!important;
}

.slider-categories .content-box .cat-title a{
    font-size: 116.67%;
}

.slider-categories .content-box .child-cat .child-cat-title a{
    font-size: 108.33%;
    display: inline-block;
    padding: 3px 0;
}


.slider-categories.owl-theme .owl-buttons .owl-next,
.slider-categories.owl-theme .owl-buttons .owl-prev{
    background-image: url("../images/ico-slider.png");
    background-repeat: no-repeat;
    border: 1px solid #ddd;
    display: inline-block;
    height: 27px;
    text-indent: -999em;
    width: 20px;
    position: absolute;
    top: -64px;
    transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
}

.slider-categories.owl-theme .owl-buttons .owl-next{
    background-position: -60px 0;
    right: 15px;
}

.slider-categories.owl-theme .owl-buttons .owl-next:hover{
    background-position: -90px 0;
}

.slider-categories.owl-theme .owl-buttons .owl-prev{
    background-position: -31px 0;
    right: 38px;
}

.slider-categories.owl-theme .owl-buttons .owl-prev:hover{
    background-position: 0 0;
}

.sm-categories.theme1{
    overflow: visible;
}

.full-wrapper-category{
    margin-bottom: 60px;
    margin-top: 20px;
    background: url(../images/bg-services.png);
}

.full-wrapper-category .hotcate-wrap{
    background: transparent;
}

.home-style-8 .clients-say-container .title-home{
    display: none;
}

.home-style-8 .clients-say-container .clients-say-content .image-box-client{
    height: 80px;
}

.home-style-8 .clients-say-container .owl-theme .owl-buttons .owl-next,
.home-style-8 .clients-say-container .owl-theme .owl-buttons .owl-prev{
    background-image: url("../images/icon-image.png");
    background-repeat: no-repeat;
    border: 1px solid #ddd;
    display: inline-block;
    height: 40px;
    text-indent: -999em;
    width: 40px;
    float: none;
    position: relative;
    transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
}

.home-style-8 .clients-say-container .owl-theme .owl-buttons .owl-next{
    background-position: -15px -51px;
}

.home-style-8 .clients-say-container .owl-theme .owl-buttons .owl-next:hover{
    background-position: -53px -51px;
}

.home-style-8 .clients-say-container .owl-theme .owl-buttons .owl-prev{
    background-position: -16px -13px;
}

.home-style-8 .clients-say-container .owl-theme .owl-buttons .owl-prev:hover{
    background-position: -53px -13px;
}

.home-style-8 .clients-say-container .owl-theme .owl-buttons{
    padding-bottom: 16px;
    padding-top: 45px;
}

.home-style-8 .slider-brand-container{
    margin-bottom: 60px;
}

.home-style-8 .slidershow-content{
    width: 600px;
    margin-left: -20px;
    float: left;
    margin-bottom: 10px;
}

.home-style-8 .banner-right-index{
    float: right;
    width: 280px;
    margin-bottom: 10px;
}

.home-style-8 .banner-v81{
    margin-bottom: 10px;
}

.home-style-8 .newsletter-right{
    background: url(../images/bg-newsletter-v8.jpg);
    padding: 20px;
    background-size: 100% 100%;
}

.home-style-8 .newsletter-right .block-title{
    font-size: 166.67%;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 5px;
}

.home-style-8 .newsletter-right .block-content{
    color: #fff;
}

.home-style-8 .newsletter-right .block-content .input-box{
    position: relative;
    margin-top: 10px;
}

.home-style-8 .newsletter-right .block-content .input-box .input-text{
    width: auto;
    margin-right: 46px;
    width: 194px;
    height: 40px;
    border:none;
}

.home-style-8 .newsletter-right .block-content .input-box button{
    position: absolute;
    top:0;
    right:0;
    width: 45px;
    height: 40px;
    background-color: #fff;
    background-position: -45px -470px;
}

.home-style-8 .newsletter-right .block-content .input-box button:hover{
    background-color: #333;
    background-position: -172px -470px;
}

.home-style-8 .newsletter-right .block-content .input-box button span{
    display: none;
}

.home-style-8 .right-content-index{
    margin-bottom: 30px;
    padding-top: 10px;
}


.home-style-8 .right-content-index .filmore_pagination{
    position: absolute;
    bottom: 0;
}

.home-style-8 .basic-slider-container{
    clear: both;
    margin-left: -20px;
}

.home-style-8 .basic-slider-container .block-title{
    display: none;
}

.home-style-8 .basic-slider-container .sm-basic-products{
    margin:0;
}

.home-style-8 .basic-slider-container .basic-bestsale .bs-image{
    border: none;
    margin:0;
    width: 126px;
}

.home-style-8 .basic-slider-container .basic-bestsale .bs-image img{
    width: 100%;
}

.home-style-8 .basic-slider-container .basic-bestsale .bs-content{
    margin-left: 130px;
    padding: 20px 10px 20px 0;
}

.home-style-8 .basic-slider-container .basic-bestsale .sm-basic-products .bs-items .bs-item{
    margin: 0;
    float: none;
    width: 100%;
    border: 1px solid #ddd;
}

.home-style-8 .basic-slider-container .basic-bestsale .sm-basic-products .bs-items .owl-item{
    padding-left: 5px;
    padding-right: 5px;
}

.home-style-8 .basic-slider-container .basic-bestsale{
    margin: 0 -5px;
}


.home-style-8 .basic-slider-container .owl-theme .owl-buttons .owl-next,
.home-style-8 .basic-slider-container .owl-theme .owl-buttons .owl-prev{
    background-image: url("../images/ico-slider.png");
    background-repeat: no-repeat;
    border: 1px solid #ddd;
    display: inline-block;
    height: 27px;
    text-indent: -999em;
    width: 20px;
    position: absolute;
    top: 50%;
    margin-top: -14px;
    transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    display: none;
}

.home-style-8 .basic-slider-container:hover .owl-theme .owl-buttons .owl-next,
.home-style-8 .basic-slider-container:hover .owl-theme .owl-buttons .owl-prev{
    display: block;
}

.home-style-8 .basic-slider-container .owl-theme .owl-buttons .owl-next{
    background-position: -60px 0;
    right: 5px;
}

.home-style-8 .basic-bestsale .bs-image{
    margin-right: 0!important;
}

.home-style-8 .basic-slider-container .owl-theme .owl-buttons .owl-next:hover{
    background-position: -90px 0;
}

.home-style-8 .basic-slider-container .owl-theme .owl-buttons .owl-prev{
    background-position: -31px 0;
    left: 5px;
}

.home-style-8 .basic-slider-container .owl-theme .owl-buttons .owl-prev:hover{
    background-position: 0 0;
}

#yt_header .header-style-8 #yt_menu_short{
    margin:0 7px 0 0;
}

#yt_header .header-style-8 .horizontal-container{
    padding-right: 0;
}

#yt_header .header-style-8 .mega-horizontal-right{
    margin-left: -27px;
}

#yt_header .header-style-8 .yt-menu-content{
    border-top: none;
}

.cms-index-index #yt_header .header-style-8 #yt_menu_short .yt-menu-content{
    left:0;
    opacity: 1;
    top: 50px;
    visibility: visible;
}

#yt_header .header-style-8 .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.sm_megamenu_lv1 > a.sm_megamenu_head > span{
    padding: 10px 0
}

#yt_header .header-style-8 .more-wrap{
    padding: 15px 20px
}

#yt_header .header-style-8 .yt-header-top{
    z-index: 9999;
}

.header1-wrap .header-style-8 .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_lv1 > a{
    line-height: 32px;
    margin-top: 9px;
    margin-bottom: 8px;
    padding: 0 20px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
}

.header1-wrap .header-style-8 .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu{
    padding:0 10px;
}

#yt_header .header-style-8 .head-cart{
    width: auto;
}

#yt_header.header1-wrap .header-style-8 .head-searchbox{
    float: right;
    margin: 0 10px 0 0;
    width: 75.6%;
}


.header1-wrap .header-style-8 .sm-serachbox-pro{
    background-color: #f5f5f5;
}

.header1-wrap .header-style-8 .sm-serachbox-pro input.input-text, .sm-serachbox-pro select, .sm-serachbox-pro textarea,
.header1-wrap .header-style-8 .sm-serachbox-pro .jqTransformSelectWrapper{
    background: transparent;
    border:none;
}

.header1-wrap .header-style-8 .sm-serachbox-pro .jqTransformSelectWrapper{
    position: relative;
}

.header1-wrap .header-style-8 .sm-serachbox-pro .jqTransformSelectWrapper:before{
    content: "";
    display: inline-block;
    width: 1px;
    height: 22px;
    background-color: #dddddd;
    position: absolute;
    right: 0;
    top:50%;
    margin-top: -11px;
}

.header1-wrap .header-style-8 .sm-serachbox-pro .jqTransformSelectWrapper{
    width: 123px!important;
}

.header1-wrap .header-style-8 .sm-serachbox-pro .jqTransformSelectWrapper div span{
    width: 105px!important;
}

#yt_wrapper .header1-wrap .header-style-8 .sm-serachbox-pro .sm-searbox-content .form-button.button{
    background-color: #aaaaaa;
    width: 44px;
    height: 32px;
    border-top-right-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;

    box-shadow: 1px 2px 0 #999;
    -webkit-box-shadow: 1px 2px 0 #999;

    background-size: 15px;
}

#yt_wrapper .header1-wrap .header-style-8 .sm-serachbox-pro .jqTransformSelectWrapper ul{
    left:0;
}

.button-slider{
    display: inline-block;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff!important;
    background: #333;
    padding: 7px 20px;
}

.button-slider.white{
    background-color: #fff!important;
    color: #333!important;
}

.button-slider.white:hover{
    background-color: #333!important;
    color: #fff!important;
}

/*MENU PAGES*/

.sm_megamenu_menu .page-content{
    padding: 15px;
}

.sm_megamenu_menu .page-content .page-list li{
    padding: 8px 0!important;
}

.header1-wrap .yt-header-middle .detail-minicart{
    display: table;
}


.header-style-5 .minicart-title{
    display: table;
}

.header-style-5 .minicart-title span{
    display: table-cell;
    vertical-align: middle;
}

.header1-wrap .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li.pages-parent,
.header-style-5 .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li.pages-parent{
    position: relative;
}

.header1-wrap .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li.pages-parent > div{
    left:0;
    right: auto;
    min-width: 400px;
}


.header-style-5 .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li.pages-parent > div{
    left:0;
    right: auto;
    min-width: 400px;
}

/*INDEX 1 FIX*/

.deal-v1 .owl-carousel .owl-item{
    padding-left: 15px;
    padding-right: 15px;
}

.deal-container-slider.deal-v1{
    margin:0 -15px;
}

.deal-container-slider.deal-v1 .owl-theme .owl-buttons .owl-next{
    position: absolute;
    top: 50%!important;
    right: 15px!important;
    margin-top: -15px;
}

.deal-container-slider.deal-v1 .owl-theme .owl-buttons .owl-prev{
    position: absolute;
    top: 50%!important;
    left: 15px!important;
    margin-top: -15px;
}


/*===========*/

.header-style-7 #btn_categories{
    background-color: rgba(0,0,0,0.2);
}

.cms-index-index .header1-wrap .header-style-7 .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .home-item-menu-parent > a,
.header1-wrap .header-style-7 .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_lv1:hover > a,
.header1-wrap .header-style-8 .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_lv1:hover > a,
.cms-index-index .header1-wrap .header-style-8 .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .home-item-menu-parent > a{
    background-color: rgba(255,255,255,0.2);
}


.product-add-box .add-to-links .compare{
 display:none;
}

.add-to-holder.have-price{
	 //display:none;
}