/*------------------------------------------------------------------------
* Copyright (c) 2008-2013 ZooTemplate. All Rights Reserved.
* @license - Copyrighted Commercial Software
* Author: ZooTemplate
* Websites:  http://www.zootemplate.com
-------------------------------------------------------------------------*/
/* COMMON STYLE
--------------------------------------------------------- */
html, body, form, fieldset {
  margin: 0;
  padding: 0; }

html.ltr { direction: ltr; }
body {
  background: #ffffff;
  color: #676767;
  font-family: Arial;
    font-size: 12px;
  line-height: 20px; }
  body.fs10 { font-size: 10px; }
  body.fs11 { font-size: 11px; }
  body.fs12 { font-size: 12px; }
  body.fs13 { font-size: 13px; }
  body.fs14 { font-size: 14px; }
  body.fs15 { font-size: 15px; }

/* Clearfix */
.clearfix { clear: both; }

#zt-wrapper {
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

#zt-wrapper-inner {
  margin: 0 auto;
  padding: 0;
}
/*Boxed style*/
.boxed #zt-wrapper-inner{
    background-color: #fff;
    padding: 0 10px;
}
.boxed{
    background-image: url("../images/patterns/pattern14.png");
}
.none-display { display: none; }

#zt-userwrap1, #zt-userwrap2, #zt-userwrap3, #zt-userwrap4, #zt-userwrap5, #zt-userwrap6, #zt-userwrap7, #zt-userwrap8 {
  clear: both;
  width: 100%;
}

div.moduletable_menu, div.moduletable_text, div.module, div.module_menu, div.module_text {
  clear: both;
  display: block;
  margin: 0 0 20px 0;
  position: relative;
  width: 100%; }

div.moduletable {
  margin: 0 0 20px 0;
}
.zt-user { float: left; }
/*h3 title*/
h3.moduletitle {
    background: url("../images/center-divider.png") no-repeat 0 100%;
  color: #676767;
    font-weight: 300;
    font-size: 200%;
    padding-bottom: 15px;
    text-transform: uppercase;
}
.no-divider h3.moduletitle{
    background: none !important;;
}
.subCategory,
#zt-component .profile,
#zt-component .k2AccountPage,
#zt-component .finder,
#zt-component .newsfeed,
#zt-component .newsfeed-category,
#zt-component .contact,
#zt-component .blog-featured,
#zt-component .contact-category,
#zt-component .blog,
#zt-component .archive,
#zt-component #user-registration,
#zt-component div.login,
#zt-component div.search,
.categories-list,
.item-page,
.category,
.itemView {
    background-color: #fff;
    padding: 10px;}
/*
* === ZT Userwrap1 ====================
*/
#zt-userwrap1-outer {
  width: 100%;
}
#zt-userwrap1 {
  display: none;
  overflow: hidden;
}
  #zt-userwrap1 div.moduletable { margin: 0; }

#zt-userwrap1-inner {
  padding: 20px 0px;
  position: relative; }

#zt-userwrap1-inner {
  padding: 20px 0px;
  position: relative; }

/*
* === ZT Userwrap3 ====================
*/
#zt-userwrap3-inner { padding: 20px 0 0; }

/*
* === ZT Userwrap5 ====================
*/
#zt-userwrap5 { margin-top: 20px; }

/*
* === ZT Userwrap6 ====================
*/
#zt-userwrap6 { margin-bottom: 55px;}
#zt-userwrap6-inner { }
#zt-userwrap6-inner h3.moduletitle {
    font-size: 200%;
    line-height: 32px;
    margin: 0 0 5px 0;
    padding: 0 0 5px 0; }

/*
* === ZT Userwrap7 (Bottom)====================
*/
#zt-userwrap7-inner { padding: 20px 0; }
#zt-userwrap7-inner2{
    border-bottom: 1px solid #DEDEDE;
}
#zt-userwrap7 h3.zt-title{
    float: left;
    line-height: 40px;
    margin: 0 20px 0 0;
    outline: medium none;
    text-align: left;
    text-transform: uppercase;
}
#zt-userwrap7 input[type="text"],
#zt-userwrap7 input[type="password"],
#zt-userwrap7 input[type="url"],
#zt-userwrap7 input[type="email"]{
    background-color: #D0D0D0;
    border: 0 none;
    border-radius: 0 0 0 0;
    box-shadow: none;
    color: #FFFFFF;
    font-size: 102%;
    float: left;
    height: 26px;
    margin: 8px 0 0;
    padding: 5px 0 5px 5px;
    text-align: left;
    text-shadow: none;
    width: 190px;;
}

#zt-userwrap7 input::-webkit-input-placeholder{
    color: #ffffff;
}
#zt-userwrap7 input::-moz-placeholder {
    color: #ffffff;
    opacity: 1;
}
#zt-userwrap7 input[type="submit"]{
    background: url("../images/btn-newsletter.png") no-repeat scroll 0 0 transparent;
    border: 0 none;
    border-radius: 0 0 0 0;
    float: left;
    height: 26px;
    line-height: 26px;
    margin: 8px 0 0;
    padding: 0;
    text-indent: -999em;
    width: 26px;
}
#zt-userwrap7 input[type="submit"]:hover,
#zt-userwrap7 input[type="submit"]:active,
#zt-userwrap7 input[type="submit"]:focus{
    background-color: #1096D5;
}
#zt-userwrap7 ul.weblinks li,
#zt-userwrap7 ul.menu li{
    background-image: url("../images/icon-arrows-white.png");
}
#zt-userwrap7 .zt-image-frame{
    background: none;
    border: none;
    box-shadow: none;
    padding: 0;
    margin: 0 5px 5px 0;
}
#zt-userwrap7 .zt-image-frame a:hover img{
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    overflow: hidden;
}

/*
* === ZT Userwrap8 ====================
*/
#zt-userwrap8 {}
#zt-userwrap7-inner2,
#zt-userwrap8-inner2{
    padding: 0 10px;
}
#zt-userwrap8 h3.moduletitle{
    background: url("../images/bottom-divider.png") no-repeat 0 bottom;
    padding-bottom: 10px;
}
/*
* === Header ====================
*/
#zt-header {
  position: relative;
  width: 100%; }

#zt-header-inner {
  position: relative;
    padding: 35px 0;}
#zt-header-bottom{
    background-color: #ececec;
    position: relative;
}
#zt-top-menu ul li{
    background: none;
    border-color: rgba(255, 255, 255, 0.15);
    border-style: solid;
    border-width: 0 0 0 1px;
    cursor: pointer;
    float: right;
    height: 42px;
    line-height: 40px;
    margin: 0;
    outline: medium none;
    padding: 0 18px;
    transition: color 450ms ease-in-out 0s, background-color 450ms ease-in-out 0s;
    list-style: none;
}
#zt-top-menu ul li:hover{
    background-color: #fff;
}
#zt-top-menu ul li:hover a{
    color: #89B9C5 !important;
}
#zt-top-menu ul li a{
    text-decoration: none;
}

.bkg-control-down,
.bkg-control-up{
  background: url('../images/icon-top.png') no-repeat 0 -25px;
  cursor: pointer;
  height: 25px;
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
    z-index: 999;}

  .bkg-control-down span { display: none; }

.bkg-control-up {
  background-position:  0 0;
}

  .bkg-control-up span { display: none; }

/* Logo ---------------*/
#zt-logo-image { padding: 0;}
  #zt-logo-image img {
    width: 370px;
    height: 52px;
    max-width: inherit;
    padding: 20px 0 0 0;}
  #zt-logo-image span { display: none; }
#zt-text-outer { padding: 0; }

#zt-logo-text {
  float: left;
  font-size: 400%; }

#zt-logo-slogan {
  color: #808080;
  float: left;
  margin: 0; }

#zt-logo-text span {
  float: left;
  line-height: 100%; }
/*Header Top*/
.zt-header-text .support p {
    background-position: 0 0;
}
.zt-header-text .email p {
    background-position: -100px 0;
}
.zt-header-text p {
    background-color: #CFCFCF;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    border-radius: 50% 50% 50% 50%;
    height: 54px;
    margin: 0;
    outline: medium none;
    text-indent: -999em;
    transition: all 400ms ease-in-out 0s;
}
.zt-header-text ul li small {
    font-size: 100%;
}
.support p {
    background-image: url("../images/icon-support.png");
}
.email p {
    background-image: url("../images/icon-email.png");
}
.zt-header-text ul {
 margin: 0;
}
.zt-header-text ul li {
    font-size: 112%;
    outline: medium none;
    text-align: left;
    text-transform: uppercase;
    list-style: none;
}
.zt-header-text ul li a {
    outline: medium none;
    text-decoration: none;
    text-transform: none;
}
.zt-header-text ul li a:hover {
    text-decoration: none;
}
.zt-header-text ul li strong {
    font-weight: normal;
}
.zt-header-text ul li span {
    font-size: 75%;
}


/*Search*/
/*Search top*/
#zt-top-action{height: 50px;}
#zt-top-action-inner { position: relative;height: 50px;}

#zt-top-action-inner a#search {
    display: block;
    position: absolute;
    top: 7px;
    left: 0}
#zt-top-action-inner a#cart{
    position: absolute;
    top: 7px;
    left: 40px;
}
span.zt-icon-cart,
span.zt-icon-search {
    -moz-border-radius: 4px;
    -moz-transition: all 0.6s linear;
    -o-transition: all 0.6s linear;
    -webkit-border-radius: 4px;
    -webkit-transition: all 0.6s linear;
    border-radius: 4px;
    display: inline-block;
    float: left;
    height: 36px;
    text-indent: -9999em;
    transition: all 0.6s linear;
    width: 36px; }
span.zt-icon-search{
    background: #89B9C5 url(../images/search-icon.png) no-repeat 0 0;
}
span.zt-icon-cart{
    background: #89B9C5 url(../images/cart-icon.png) no-repeat 0 0;
}
span.zt-icon-cart.hover,
span.zt-icon-cart:hover,
span.zt-icon-search.hover,
span.zt-icon-search:hover {
    background-color: #CFCFCF;
    background-position: 0 -30px; }

#zt-top-action #zt-cart-inner,
#zt-top-action #zt-searchform-inner {
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 2px 2px 2px 2px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
    color: #7B7B7B;
    display: none;
    left: -20px;
    line-height: 150%;
    padding: 16px;
    position: absolute !important;
    top: 50px;
    width: 230px;
    z-index: 10020; }

#zt-top-action .vmcart-border:before,
#zt-searchform-inner .search-border:before {
    border-color: transparent transparent #CFCFCF;
    border-style: solid;
    border-width: 5px;
    content: "";
    height: 0;
    left: 34px;
    position: absolute;
    top: -9px;
    width: 0; }
#zt-top-action .vmcart-border:before{
    left: 73px;
}
#zt-top-action .vmcart-border,
#zt-searchform-inner .search-border {
    background-color: #CFCFCF;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    height: 4px;
    margin: -16px 0 16px -16px;
    padding: 0 16px;
    width: 230px; }

#zt-searchform-inner .inputbox {
    -moz-box-shadow: inset 0 0 5px rgba(0,0,0,.12);
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,.12);
    border: solid 1px #e1e1e1;
    box-shadow: inset 0 0 5px rgba(0,0,0,.12);
    color: #616060; }
/*
* === Breadcrumbs ====================
*/
#zt-breadcrumbs {
    background-color: #f6f6f6; padding: 30px 0; }
#zt-breadcrumbs .breadcrumbs {
    color: #777777;
    display: inline-block;
    width: 100%; }
#zt-breadcrumbs .breadcrumbs >ul { margin: 0; }
.breadcrumbs >ul>li {
    background: 0;
    color: #d9673b;
    display: inline;
    list-style: none;
    padding-right: 15px; }

/*
* === Slideshow ====================
*/
#zt-slideshow{
    margin:2px 0 30px;
}
/*
* === Metro Slide Home ====================
*/
#zt-metro-slide{
    margin-bottom: 70px;
    direction: ltr!important;;
}
/*
* === Highlight ====================
*/
#zt-highlight h3.moduletitle{
    float: left;
    width: 50%;
}
#zt-highlight .ztVMProductBlock{
    position: relative;
}
#zt-highlight .ztVMProductBlock .options{
    position: absolute;
    right: 0;
    width: 50%;
}
#zt-highlight .ztVMProductBlock .options ul{
    display: inline-block!important;
}
#zt-highlight .option-set li {
    margin: 0 10px 0 0;
}
#zt-highlight .option-set li a{
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: none;
    background: #CFCFCF;
    cursor: pointer;
    color: #fff !important;
    display: block;
    float: left;
    font-size: 100%;
    font-weight: normal;
    height: 30px;
    line-height: 30px;
    margin: 0 0 0 3px;
    outline: medium none;
    padding: 0 11px;
    -webkit-transition: all 400ms ease-in-out 0s;
    -moz-transition: all 400ms ease-in-out 0s;
    -ms-transition: all 400ms ease-in-out 0s;
    -o-transition: all 400ms ease-in-out 0s;
    transition: all 400ms ease-in-out 0s;
    text-shadow: none;
}
#zt-highlight .option-set li a:hover,
#zt-highlight .option-set li a:focus,
#zt-highlight .option-set li a:active,
#zt-highlight .option-set li a.selected{
    background-color: #89B9C5;
    text-decoration: none;
}
#zt-highlight .option-set li a.selected{
    font-weight: bold;
}
#zt-highlight ul.sort-direction{
    float: right;
}
#zt-highlight ul.sort-direction li a {
    background-image: url("../images/desc.png");
    background-repeat: no-repeat;
    display: block;
    float: left;
    height: 30px;
    outline: medium none;
    padding: 0;
    width: 36px;
    text-indent: -9999em;
}
#zt-highlight li.ascending a {
    background-position: 0 0;
}
#zt-highlight li.ascending a:hover {
    background-position: -36px 0;
}
#zt-highlight li.descending a {
    background-position: 0 100%;
}
#zt-highlight li.descending a:hover {
    background-position: -36px 100%;
}

#zt-highlight .element{
    border: none;
    background-color: #F3F3F3;
    -webkit-transition: all 0.5s ease-out 0.2s;
    -moz-transition: all 0.5s ease-out 0.2s;
    -ms-transition: all 0.5s ease-out 0.2s;
    -o-transition: all 0.5s ease-out 0.2s;
    transition: all 0.5s ease-out 0.2s;
}
.zt-product-inner,
.zt-product-content,
.ztVMProductImage,
.ztVMProductImage a,
.ztVMProductImage img,
.ztVMProductName,
.zt-product-price{
    -webkit-transition: all 0.4s ease-out 0.2s;
    -moz-transition: all 0.4s ease-out 0.2s;
    -ms-transition: all 0.4s ease-out 0.2s;
    -o-transition: all 0.4s ease-out 0.2s;
    transition: all 0.4s ease-out 0.2s;
    position: relative;
    top: 0;
    height: 300px;
}

#zt-highlight .element:hover .ztVMProductImage,
#zt-highlight .element:hover .ztVMProductName,
#zt-highlight .element:hover .zt-product-price{
    position: relative;
    top: 0px;
}
#zt-highlight .element:hover .zt-product-action{
    bottom: 0;
}
.zt-product-content{
    position: relative;
}
.zt-product-inner{
    text-align: center;
    position: relative;
}
.zt-product-price,
.ztVMProductName{
    border-bottom: 1px solid #E8E8E8;
    cursor: text;
    height: 53px;
    margin: 0 auto;
    padding: 0;
    position: relative;
    text-align: center;
}
.zt-product-price .PricediscountAmount{
    color: #D9673B !important;
    text-decoration: line-through;
}
.ztVMProductName h3{
    font-size: 110%;
    line-height: 150%;
    text-transform: uppercase;
    margin: 0;
    padding-top: 15px;
}
.ztVMProductName h3 a{
    color: #454545 !important;
    font-weight: 600;
}
.ztVMProductSalesPrice .PricesalesPrice{
    color: #D9673B;
    font-size: 135%;
    font-weight: 600;
}
.zt-product-action{
    border-top: 1px solid #E8E8E8;
    background-color: #F3F3F3;
    bottom: -60px;
    position: absolute;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    width: 100%;
}
.zt-product-action div.addtocart-area{
    float: left;
    padding: 0;
    width: 50%;
}
.zt-product-action div.ztVMViewDetails{
    float: right;
    width: 50%;
}

.zt-product-action input.addtocart-button,
.zt-product-action .ztVMViewDetails a{
    background: url("../images/action-icons.png") no-repeat scroll 35px 0 transparent;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    cursor: pointer;
    display: inline-block;
    height: 52.5px;
    text-indent: -9999px;
    -webkit-transition: all 400ms ease-in-out 0s;
    -moz-transition: all 400ms ease-in-out 0s;
    -ms-transition: all 400ms ease-in-out 0s;
    -o-transition: all 400ms ease-in-out 0s;
    transition: all 400ms ease-in-out 0s;
    width: 100%;
    padding: 0;
    margin: 0;
}
.zt-product-action span.addtocart-button{
    float: none;
    margin: 0;
}
.zt-product-action .ztVMViewDetails a{
    background-position: -177px 0;
}
.zt-product-action input.addtocart-button:hover,
.zt-product-action input.addtocart-button:active,
.zt-product-action input.addtocart-button:focus,
.zt-product-action .ztVMViewDetails a:hover,
.zt-product-action .ztVMViewDetails a:active,
.zt-product-action .ztVMViewDetails a:focus{
    background-color: #89B9C5;
}
.zt-product-action input.addtocart-button:hover,
.zt-product-action input.addtocart-button:active,
.zt-product-action input.addtocart-button:focus{
    background-position: 35px 100%;
}
.zt-product-action .ztVMViewDetails a:hover,
.zt-product-action .ztVMViewDetails a:active,
.zt-product-action .ztVMViewDetails a:focus{
    background-position: -177px 100%;
}

/*
* === Home News ====================
*/
.zt-news{
    background-color: #f3f3f3;
    -moz-transition: all linear .5s;
    -ms-transition: all linear .5s;
    -o-transition: all linear .5s;
    -webkit-transition: all linear .5s;
}
.zt-news:hover{
    background-color: #f5f5f4;
}
.zt-news-content{
    padding: 20px;
}
.zt-news-content h4{
    opacity: .99;
    color: #3d3d3d;
    font-size: 185%;
    text-shadow: 0 1px 0 rgba(255,255,255,.56);
}
.zt-news-content h4 a{
    color: #3d3d3d !important;
}
.zt-news:hover .zt-news-content h4 a,
.zt-news-content h4 a:hover,
.zt-news-content h4 a:active,
.zt-news-content h4 a:focus{
    text-decoration: none;
    color: #0a92df !important;
    -moz-transition: all linear .5s;
    -ms-transition: all linear .5s;
    -o-transition: all linear .5s;
    -webkit-transition: all linear .5s;
}
/*
* === Main Frame ====================
*/
#zt-mainframe {  }
#zt-mainframe-inner { padding: 20px 0; }
.not-show-content { display: none; }
#zt-component { }
#zt-component-inner {}

/* Special grid styles
------------------------ */
.show-grid {
    display: table;
    margin-bottom: 20px;
    margin-top: 10px;
    width: 100%; }

.show-grid [class*="span"] {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background-color: #eee;
    border-radius: 3px;
    line-height: 30px;
    min-height: 30px;
    text-align: center; }

.show-grid:hover [class*="span"] { background: #ddd; }

.show-grid .show-grid {
    margin-bottom: 0;
    margin-top: 0; }

.show-grid .show-grid [class*="span"] { background-color: #ccc; }

/*
* === Class Suffixes ====================
*/

/*Suffix icon module*/

.moduletable{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
/* suffix transparent */
.moduletable.box-transparent h3.moduletitle{
    color: #313131;
    font-size: 200%;
    font-weight: 300;
}

/*
* === Lastest News (Modules:  mod_k2_content) ===
*/
.zt-lastest-item{
    padding: 10px 0;
}
.moduleItemImage.zt-lastest-image{
    margin: 0;
}
.zt-lastest-title{
    font-size: 110%;
    font-weight: 400;
    margin: 0;
}
.zt-lastest-title a{
    color: #333 !important;
}

/*
* === Social ====================
*/
#zt-social{
    float: right;
}
#zt-social a {
    transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    background: url(../images/icon-socials.png)no-repeat 0 0;
    display: inline-block;
    height: 40px;
    margin: 0;
    position: relative;
    text-indent: -9999em;
    width: 40px;
}
/* IE ignores styles with [attributes], so it will skip the following. */
#zt-social a[class] {
    background-image:url(../images/icon-socials.png);
}
#zt-social .facebook { background-position: 0 0;}
#zt-social .facebook:hover {background-position: 0 -40px; }
#zt-social .twitter { background-position: -40px 0; }
#zt-social .twitter:hover { background-position: -40px -40px; }
#zt-social .gplus { background-position: -80px 0;}
#zt-social .gplus:hover {background-position: -80px -40px; }
#zt-social .youtube { background-position: -120px 0;}
#zt-social .youtube:hover {background-position: -120px -40px; }
#zt-social .pinterest { background-position: -160px 0; }
#zt-social .pinterest:hover {background-position: -160px -40px; }
#zt-social .rss { background-position: -200px 0; }
#zt-social .rss:hover {background-position: -200px -40px; }

/*
* === Footer ====================
*/
#zt-footer {
}
#zt-footer-inner {
    padding: 20px 0; }
#zt-footer-left {}
#zt-footer-copy {
    text-align: center;
    font-weight: 300;
    width: 100%; }
#zt-footer-copy a{
    font-weight: bold;
}
#zt-footer-logo{
    text-align:center;
    margin-top: 20px;
}
/*
* === Go to top ====================
*/
/*go to top*/
#gototop {
    background-color: #89b9c5;
    background-image: url("../images/ui.totop.png");
    background-position: 13px 15px;
    background-repeat: no-repeat;
    border-radius: 30px;
    border: medium none;
    bottom: 70px;
    display: none;
    height: 50px;
    position: fixed;
    right: 40px;
    text-decoration: none;
    text-indent: -999999px;
    width: 50px;
    z-index: 9999; }

#gototop span {
    background-color: #7da8b3;
    background-image: url("../images/ui.totop.png");
    background-position: 16px 18px;
    background-repeat: no-repeat;
    border-radius: 30px;
    display: block;
    float: left;
    height: 56px;
    margin: -3px 0 0 -3px;
    opacity: 0;
    opacity: 0;
    overflow: hidden;
    width: 56px; }

#gototop:hover span {
    opacity: 1;
    -webkit-transition: 1s ease;
    -moz-transition: 1s ease;
    -ms-transition: 1s ease;
    -o-transition: 1s ease;
    transition: 1s ease;
}

/*
* === Fix IE8 ====================
*/
.ie8 .container { width: 1170px; }
.ie8 .itemImageBlock img { width: 100%!important; }
.ie8 .productdetails-view img {max-width: inherit!important;}

/*
* === RTL Language ====================
*/
html.rtl { direction: rtl; }
.rtl ul, .rtl ol{
    margin: 0 5px 0 0;
}
.rtl h3.moduletitle{
    background: url("../images/rtl/center-divider.png") no-repeat right 100%;
}
.rtl #zt-userwrap8 h3.moduletitle{
    background: url("../images/rtl/bottom-divider.png") no-repeat right 100%;
}
.rtl th{
    text-align: right;
}
.rtl ol.linenums li{
    margin: 0 40px 0 0;
}
.rtl ul.weblinks li,
.rtl ul.menu li{
    background-position: right 50%;
    padding: 5px 15px 5px 5px;
}
.rtl .box-color ul.weblinks li:hover, 
.rtl .box-color ul.menu li:hover, 
.rtl .box-color ul.weblinks li.active, 
.rtl .box-color ul.menu li.active{
    margin-left: 0;
    margin-right: 10px;
}
.rtl #zt-userwrap7 h3.zt-title{
    float: right;
    margin: 0 0 0 20px;
}

.rtl img.mcaption {
    float: right;
    margin: 0 0 0 10px; }

/*logo*/
.rtl #zt-logo-image { float: right; }
.rtl #zt-text-outer { float: right; }
.rtl #zt-logo-text { float: right; }
.rtl #zt-logo-text span { float: right; }
.rtl #zt-logo-slogan { float: right; }

/*search*/
.rtl #zt-search { float: left; }
.rtl .box-search .button { float: left; }
.rtl .box-search { float: left; }
/*header*/
.rtl .bkg-control-down {
    left: 0px;
    right: auto; }

.rtl .bkg-control-up {
    left: 0px;
    right: auto; }

/*mega menu*/
.rtl span.has-image {
    background-position: 100% 50%;
    padding: 0 25px 0 0; }
.rtl #menusys_mega li { float: right; }
.rtl #menusys_mega li.first-item { margin: 0; }
.rtl #menusys_mega li.last-item > a{
    border: none;}
.rtl #menusys_mega .megacol ul li a .menu-title {
    float: right;
    padding: 0;
    text-align: right; }
.rtl #menusys_mega .menusub_mega .menusub_mega .subwrapcenter-left {
    float: right;
    padding: 0 10px 0 0; }
.rtl #menusys_mega .menusub_mega .menusub_mega .subwrapcenter-right {
    float: right;
    padding: 0 0 0 10px; }
.rtl #menusys_mega .menusub_mega .menusub_mega .subarrowtop {
    left: auto;
    right: -5px; }
.rtl #menusys_mega .subarrowtop {
    left: auto;
    right: 45px; }
.rtl #menusys_mega  .zt-field  ul li {
    border: 0;
    padding: 0 15px 0 0; }
.rtl #menusys_mega  .zt-field  ul li:hover {  }
.rtl #menusys_mega .megacol ul li a {  }
.rtl #menusys_mega .megacol ul li a:hover,
.rtl #menusys_mega .megacol ul  li a:active,
.rtl #menusys_mega .megacol ul  li a:focus,
.rtl #menusys_mega .megacol ul  li a.active,
.rtl #menusys_mega .megacol ul  li a.active:hover,
.rtl #menusys_mega .megacol ul  li a.active:active,
.rtl #menusys_mega .megacol ul  li a.active:focus {  }

.rtl #menusys_mega .megacol ul li a:hover  span.menu-title,
.rtl #menusys_mega .megacol ul  li a:active  span.menu-title,
.rtl #menusys_mega .megacol ul  li a:focus  span.menu-title,
.rtl #menusys_mega .megacol ul  li a.active  span.menu-title,
.rtl #menusys_mega .megacol ul  li a.active:hover  span.menu-title,
.rtl #menusys_mega .megacol ul  li a.active:active  span.menu-title,
.rtl #menusys_mega .megacol ul  li a.active:focus  span.menu-title { margin: 0 10px 0 0; }



.rtl #menusys_mega .megacol { float: right; }

.rtl #menusys_mega .mega-group .menu-title {
    float: right;
    padding: 10px 0 0 0; }

.rtl #menusys_mega .mbanner {
    float: right;
    margin: 0 10px 0 0; }

.rtl #menusys_mega li.mfeatures .column5 {
    float: left;
    text-align: left; }

.rtl #zt-userwrap2-inner h3.moduletitle span { padding: 0 40px 0 0 ; }

.rtl  #menusys_mega .zt-field.field2 label {
    float: right;
    margin: 1px 0 0 5px; }

.rtl #menusys_mega .zt-field ul li { background: 0 !important; }

.rtl #menusys_mega .zt-field ul li a { background: 0 !important; }

.rtl #menusys_mega .zt-field ul li.hover,
.rtl #menusys_mega .zt-field ul li:hover { background: none !important; }

.rtl #menusys_mega .menusub_mega .k2ItemsBlock ul li a { float: right; }

.rtl #menusys_mega .menusub_mega .menusub_mega { margin: -31px -7px 0 0 !important; }

.rtl #menusys_mega .menusub_mega .menusub_mega .megacol ul.mega-ul { margin: 0 10px; }

.rtl .stats-module dt {
    float: right;
    margin: 0 0 0 15px; }

.rtl .stats-module dd { float: left; }

/*social*/
.rtl #social { float: left; }
.rtl #social ul, .rtl #social label { float: left; }

/*Breadcrumbs*/
.rtl .breadcrumbs { float: right; }
.rtl #zt-breadcrumbs .breadcrumbs > ul > li { float: right; padding-left: 15px;
    padding-right: 0; }

.rtl .zt-orderlist li {
    margin-left: 0;
    margin-right: 20px; }

.rtl .zt-orderlist li span:before {
    left: auto;
    right: -1.3em; }

.rtl .zt-orderlist li span { padding: 0.4em 2em 0.4em 0.4em; }

.rtl #zt-mainmenu {
    float: right;
    margin-left: 0 !important; }

.rtl #zt-searchform-inner {
    left: auto;
    right: -20px; }

.rtl #zt-searchform-inner .search-border:before {
    left: 85px;}

.rtl #zt-searchform-inner .search-border { margin: -16px -16px 16px 0; }
.rtl #zt-top-action .vmcart-border{
    margin: -16px -16px 16px 0 ;
}

.rtl #zt-userwrap7 .zt-image-frame,
.rtl .highslide-gallery ul li{
    float: right !important;
}
/*footer*/
.rtl #zt-footer-left { float: right; }

.rtl #zt-footer-menu ul.menu { float: right; }
.rtl #zt-social {}
.rtl #zt-social > div {float: left;}

/*Article*/
.rtl article > time + section header{
    padding-left: 0;
    padding-right: 85px;
}
.rtl article > time{
    right: 0;
    left: inherit;
}
.rtl article header ul{
    float: right;
}
.rtl article header ul li{
    float: right;
    margin-left: 20px;
    margin-right: 0;
}
.rtl article header li .icon{
    float: right;
    margin-left: 5px;
    margin-right: 0;
}
.rtl .itemRatingBlock span,
.rtl .itemRatingList,
.rtl .itemRatingLog{
    float: right;
}
.rtl .itemAuthorBlock > .ztAvatar{
    float: right;
}
.rtl .itemLinks .itemSocialSharing > div{
    float: right;
}
.rtl .itemAuthorBlock .itemAuthorDetails{
    margin: 0 130px 0 24px;
}
.rtl .itemComments h3{
    float: right;
}
.rtl .itemCommentsForm .inputCommentName,
.rtl .itemCommentsForm .inputCommentEmail,
.rtl .itemCommentsForm .inputCommentUrl{
    float: right;
}
.rtl .itemCommentsForm #submitCommentButton{
    float: right;
}
.rtl .itemCommentsForm .itemCommentsFormNotes{
    float: left;
}
.rtl .itemCommentsForm textarea,
.rtl .itemCommentsForm .inputbox{
    float: right;
}
.rtl .itemBackToTop{
    float: left;
}
.rtl .itemAuthorContent{
    float: right;
}
/*K2 Module*/
.rtl .k2TagCloudBlock a{
    float: right;
}
.rtl .scroll-item .description h3,
.rtl .scroll-item .description p{text-align: right;}
.rtl .scroll-item .description .readmore{background-image: url("../images/rtl/icon-more-metro.png");float: right;}
.rtl .zt-news-more{
    background-image: url("../images/rtl/icon-more-news.png");
    background-position: left 0;
}
.rtl .zt-news:hover .zt-news-more,
.rtl .zt-news-more:hover{
    background-position: right 0;
}
/*Login Module*/
.rtl #zt-component .login ul,
.rtl #login-form ul{
    margin: 10px 15px 0 0;
}
/*Mobile*/
.rtl #mobile-button{
}
.rtl ul.nav-drilldown li span.collapse{
    background-position: 10px -204px;
    left: 0;
    right: inherit;
}
.rtl ul.nav-drilldown li span.expand{
    background-position: 10px -238px;
    left: 0;
    right: inherit;
}
.rtl ul.nav-drilldown li a{
    padding: 0 15px 0 0;
}
.rtl ul.nav-drilldown ul li a span{
    background-image: url("../images/rtl/drill-arrow.png");
    background-position: right 50%;
    padding: 0 20px 0 0px;
}
.rtl ul.nav-drilldown ul li a{
    padding-left: 0;
    padding-right: 30px;
}
.rtl ul.nav-drilldown ul ul li a{
    padding-left: 0;
    padding-right: 50px;
}
.rtl ul.nav-drilldown ul ul ul li a{
    padding-left: 0;
    padding-right: 70px;
}
.rtl ul.nav-drilldown ul ul ul ul li a{
    padding-left: 0;
    padding-right: 90px;
}
/*Gallery*/
.rtl .pp_content_container{
    text-align: right;
}
/*Logo Scroller*/
.rtl div.pagenave{
    left: 10px;
    right: auto;
}
.rtl #zt-phone,
.rtl #zt-email{
    float: right;
    margin: 0;
}

.rtl .zt-header-text p{
    float: right;
}
.rtl .zt-header-text ul{
    text-align: right;
    margin: 0;
}
.rtl .zt-header-text ul li{
    text-align: right;
}
/*Virtuemart*/
.rtl .icons{
    float: left;
}
.rtl .nav-tabs > li,
.rtl .nav-pills > li{
    float: right;
}
.rtl .productdetails div.product-short-description,
.rtl .productdetails div.vote,
.rtl .productdetails div.product-price,
.rtl .productdetails div.addtocart-area{
    background: url("../images/rtl/center-divider.png") no-repeat right 100%;
}

/*Mod recent product*/
.rtl #zt-highlight h3.moduletitle{
    float: right;
}
.rtl #zt-highlight .ztVMProductBlock .options{
    left: 0;
    right: auto;
}
.rtl #zt-highlight ul.sort-direction{
    float: left;
}
.rtl .ztVMSalesBadge{
    left: 0;
}
/*Fix some special page*/
/*Shortcode button page*/
.buttons .white-bg{
    color: #333333!important;
}
.button .well .btn-block + .btn-block{
    color: #000 !important;
}
.pricing_box ul li{
    font-size: 90%;
}
.output-shipto input[type="checkbox"]{
    margin: 0 0 0 5px!important;
}