body {
  background-color: #ffffff;
  font-family: Poppins;
  font-size: 12px;
  color: #464646;
  line-height: 1.66;
}
a,
a:focus,
a:visited {
  color: #474747;
}
a:hover {
  color: #ff8c04;
}
a:focus,a:hover {
    text-decoration: none;
    outline: 0
}
ul {
  padding: 0;
  margin: 0;
}
.mr10 {
  margin-bottom: 10px;
}
.mr30 {
  margin-bottom: 30px;
}
.mr50 {
  margin-bottom: 50px;
}
.mr60 {
  margin-bottom: 60px;
}
.content {
  padding-bottom: 20px;
}
h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6 {
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 0
}
.header-container {
  position: relative;
}
/*  tagline 1 */
.header-top .container {
  border-bottom: 1px solid #ebebeb;
}
.header-top .container .language-currency-top {
  margin: 10px 0;
}
.header-top .language-currency-top .tagline {
  float: left;
  text-transform: uppercase;
  position: relative;
    padding-right: 10px;
}
.tagline:after, .form-language:after {
  background: #a8a8a8;
    width: 1px;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    height: 12px;
    margin-top: 4px;
}
.header-middle {
  padding: 25px 0 ;
}
@media (max-width: 991px) {
  .header-top .language-currency-top .tagline {
    display: none;
  }
}
/* language and currency 2 */
.header-top .language-currency-top {
  display: inline-block;
  margin-top: 2px;
}
.header-top .language-currency-top .block {
  float: left;
  margin: 0;
  position: relative;
  border-bottom: none;
}
.header-top .language-currency-top .block span {
  display: inline-block;
  text-transform: capitalize;
  padding-right: 20px;
}
.header-top .language-currency-top .block.block-language span {
  
}
.header-top .language-currency-top .block:hover {
    cursor: pointer;
}
.header-top .language-currency-top .block>ul {
  position: absolute;
  left: -20px;
  top: 42px;
  padding: 10px;
  background: #fff;
  -webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 2px 5px rgba(0,0,0,0.2);
  box-shadow: 0 2px 5px rgba(0,0,0,0.2);
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  z-index: 1001;
  text-align: left;
}
.header-top .language-currency-top .block:hover>ul {
  margin-top: 0;
  top: 18px;
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
  -webkit-transition: all .3s ease-out 0s;
  -moz-transition: all .3s ease-out 0s;
  -o-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s
}
.header-top .language-currency-top .block>ul li {
  list-style: none;
  background: #fbfbfb
}
.header-top .language-currency-top .block>ul li a {
  position: relative;
  white-space: nowrap;
  line-height: 30px;
  color: #666;
  font-size: 12px;
  padding-left: 12px;
  display: block
}
.header-top .language-currency-top .block>ul li a:hover {
  color: #00b9f5;
  text-decoration: none
}
.header-top .language-currency-top .block>ul li a .cur_icon {
  margin-right: 6px
}
.header-top .language-currency-top .block>ul li a img {
  margin-right: 8px;
  margin-top: 0px
}
.header-top .language-currency-top .block.block-currency {
  margin-left: 12px;  
}
.header-top .language-currency-top .block.block-currency>ul {
  min-width: 114px;
  margin: auto
}
.header-top .language-currency-top .block.block-language
{
  padding: 0 10px;
    position: relative;
}
.header-top .language-currency-top .block.block-language>ul {
  min-width: 132px;
  left: -12px;
  margin: auto
}
.header-top .lg-cur:after, .header-top .item-cur:after {
    position: absolute;
    top: 8px;
    right: 5px;
    content: '';
    -webkit-transition: all .4s linear;
    transition: all .4s linear;
    -webkit-transform-origin: center 3px;
    transform-origin: center 3px;
    border: 5px solid #999;
    border-color: #999 transparent transparent transparent;
}
.header-top .block-language:hover .lg-cur:after, .header-top .block-currency:hover .item-cur:after {
    position: absolute;
    top: 8px;
    right: 5px;
    content: '';
    -webkit-transition: all .4s linear;
    transition: all .4s linear;
    -webkit-transform-origin: center 3px;
    transform-origin: center 3px;
    border: 5px solid #999;
    border-color: #999 transparent transparent transparent;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.header-top .lg-cur:after {
  margin-right: 5px;
}
.block-currency span {
  margin-right: 10px;
}
/* top right ul li links 3 */
.header-top .header-top-links .toplinks-wrapper {
  float: right;
  margin: 12px 0;
}
.header-top .header-top-links .toplinks-wrapper .header.links li {
  float: left;
  border-left: 1px solid #a8a8a8;
  margin-left: 12px;
  padding: 0 0 0 12px;
}
.header-top .header-top-links .toplinks-wrapper .header.links li:first-child {
  border: 0px !important;
}
.header-top .header-top-links .toplinks-wrapper .header.links li:first-child a {
  padding-right: 0px;
}
.header-top .header-top-links .toplinks-wrapper .header.links li a {
  display: block;
  line-height: 13px;
  overflow: hidden;
  white-space: nowrap;
}

/* logo 4 */
.header-middle .logo-header .logo-wrapper .logo-content {
  margin: -2px 0 0;
  font-size: 0px;
}
.header-middle .logo-header .logo-wrapper .logo-content strong a img {
  vertical-align: top;
}
@media (max-width: 991px) {
  .header-middle .logo-header .logo-wrapper .logo-content {
    text-align: center;
    margin-bottom: 20px;
  }
  .logo-content .img-responsive {
    margin: 0 auto;
  }
}

/* shopping cart 5 */
.header-middle .middle-right-content .minicart-header {
  padding: 0 30px;
  float: right;
}
.minicart-wrapper {
    display: inline-block;
    position: relative;
    float: right
}
.header-middle .middle-right-content .minicart-header .minicart-content .cart-wrapper .minicart-wrapper {
  margin: 0;
}

.minicart-wrapper:before,.minicart-wrapper:after {
    content: '';
    display: table
}

.minicart-wrapper:after {
    clear: both
}
.header-middle .middle-right-content .minicart-header .minicart-content .cart-wrapper .minicart-wrapper .showcart {
  background: #efefef url('../images/icon-header.png') no-repeat scroll -36px 1px;
  height: 38px;
  width: 38px;
  position: relative;
  border-radius: 50%;
  display: block;
}
.minicart-wrapper .action.showcart {
    cursor: pointer;
    display: inline-block;
    text-decoration: none
}
.minicart-wrapper .action.showcart {
    white-space: nowrap
}
.minicart-wrapper .text {
  display: none;
}
.minicart-content .minicart-wrapper .action.showcart .counter.qty {
  display: block;
  width: auto;
  height: auto;
  position: static;
  background: none !important;
  color: #666 !important;
  margin: 0;
}
.header-middle .middle-right-content .minicart-header .minicart-content .cart-wrapper .minicart-wrapper .showcart .counter {
  padding: 0;
}

.header-middle .middle-right-content .minicart-header .minicart-content .cart-wrapper .minicart-wrapper .showcart .counter .counter-number {
  font-size: 13px;
  color: #fff;
  background-color: #ffaa00;
  border-radius: 100%;
  height: 23px;
  width: 23px;
  display: inline-block;
  line-height: 23px;
  text-align: center;
  position: absolute;
  top: -8px;
  right: -5px;
}
/* welcome 6 */

.header-middle .middle-right-content .customer-action-hd {
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding-left: 30px;
  float: right;
  margin-top: -3px;
}
.header-middle .middle-right-content .customer-action-hd:before {
  display: inline-block;
  content: '';
  background: url('../images/icon-header.png') no-repeat scroll -10px -10px;
  height: 38px;
  width: 38px;
  position: absolute;
  left: 0;
  top: 10px;
}
.header-middle .middle-right-content .customer-action-hd a {
  display: inline-block;
  font-weight: bold;
}
.header-middle .middle-right-content .customer-action-hd .welcome-text {
  display: block;
}

/* mega menu 7 */
.header-bottom {
  height: 50px;
  background-color: #efefef;
}
.header-bottom .sidebar-megamenu {
  padding: 0px;
}
@media (min-width: 992px) {
  .header-bottom .sidebar-megamenu {
    width: 200px;
  }
}
@media (max-width: 991px) {
  .header-bottom .sidebar-megamenu .megamenu-content-sidebar {
    display: none;
  }
}
.header-bottom .sidebar-megamenu .megamenu-content-sidebar {
  position: relative;
}
.header-bottom .sidebar-megamenu .megamenu-content-sidebar .btn-megamenu a {
  background: #fff;
  color: #000;
  cursor: pointer;
  font-weight: bold;
  display: inline-block;
  font-size: 18px;
  /*margin: 1px 0 0;*/
  padding: 10px 16px 11px 16px;
  text-transform: uppercase;
}
.header-bottom .sidebar-megamenu .megamenu-content-sidebar .btn-megamenu a:before {
  content: '\e790';
  display: inline-block;
  font-family:"iconfont" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 18px;
  margin-right: 10px;
  color: #ff8c04 !important;
}
.header-bottom .sidebar-megamenu .megamenu-content-sidebar .btn-megamenu a:after {
  content: '\e77a';
  display: inline-block;
  font-family:"iconfont" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 14px;
  margin-left: 8px;
  color: #b3b3b3;
}

/* mega menu 7.1 */
.navigation-megamenu-wrapper {
  border: 1px solid #eaeaea;
  /*border-top: 0;*/
  margin-left: -1px;
}

.menu-ver-content {
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
  position: absolute;
  left: 0;
  top: 130%;
  width: 100%;
  background-color: #fff;
  z-index: 100000;
}
.megamenu-content-sidebar:hover .menu-ver-content {
  opacity: 1;
  visibility: visible;
  top: 100%;
}

.navigation-megamenu-wrapper .sambar-inner > .nav > li > a {
  border-bottom: 1px solid #eeeeee;
  padding: 10px 15px;
  color: #474747;
  background-color: #fff;
  font-size: 12px;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  font-weight: bold;
}
a.megamenu_haschild:before {
    content: '\e775';
    display: inline-block;
    font-family: "iconfont" !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    font-synthesis: weight style;
    font-stretch: normal;
    font-size-adjust: none;
    font-language-override: normal;
    font-kerning: auto;
    font-feature-settings: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    font-size: 14px;
    color: #989898;
    margin-top: 5px;
    float: right
}
.navigation-megamenu-wrapper .sambar-inner > .nav > li > a:hover,
.navigation-megamenu-wrapper .sambar-inner > .nav > li:hover > a.megamenu_haschild:before,
.navigation-megamenu-wrapper .sambar-inner > .nav > li.active > a {
  background-color: #ff8c04;
  color:#fff;
}

.navigation-megamenu-wrapper .popup {
  background: #fff;
  border: 1px solid #eee;
  box-shadow: 0 2px 5px 0 rgba(0,0,0,.2);
  display: none;
  text-align: left;
  z-index: 3000;
  padding: 10px 20px;
  font-size: 13px;
}

.navigation-megamenu-wrapper > .nav > li.active .wrap-popup {
  left: 110%;
}

.level2 {
  padding: 0;
  margin: 0;
}
.level2 h4 {
  margin-bottom: 0;
  margin-top: 0;
}

.navigation-megamenu-wrapper .wrap-popup.full-row {
  /*width: 775px;*/
}
.navigation-megamenu-wrapper .wrap-popup.half-row {
  width: 200px;
}
.navigation-megamenu-wrapper .wrap-popup {
  position: absolute;
  left: 100%;
  top: 0;
  width: 940px;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  z-index: 100;
}
.mod-nav__wrap-nav-third {
    display: inline-block;
    vertical-align: middle;
    vertical-align: top;
    *vertical-align: top;
    _vertical-align: top
}
ul.level2 > li a {
  display: block;
  padding: 7px 0;
    background-color: #fff;
}
.mod-nav__link-nav-second {
    display: inline-block;
    vertical-align: middle;
    vertical-align: top;
    width: 200px;
    text-align: left;
    font-size: 116%;
    font-weight: bold;
    padding-bottom: 12px;
    text-transform: capitalize;
}
.mod-nav__link-nav-second a {
    color: #222;
}
.mod-nav__link-nav-second a:hover {
    color: #ff8c04;
}
.mod-nav__wrap-nav-third {
    display: inline-block;
    vertical-align: middle;
    vertical-align: top;
    width: 688px;
    padding-left: 10px;
    *vertical-align: top;
    _vertical-align: top
}
ul.level2 .mod-nav__wrap-nav-third a {
    display: inline-block;
    vertical-align: middle;
    color: #474747;
    margin-right: 20px;
    text-align: left;
    vertical-align: top;
    margin-bottom: 3px
}
ul.level2 .mod-nav__wrap-nav-third a:hover {
  color: #ff8c04;
}
/*
.mod-nav__link-nav-third {
    display: inline-block;
    vertical-align: middle;
    color: #333;
    margin-right: 20px;
    text-align: left;
    vertical-align: top;
    margin-bottom: 3px
}
.mod-nav__link-nav-third:hover {
    text-decoration: underline
}*/

.more-w {
    border: 0
}
.more-w .more-view {
    font-size: 100%;
    padding: 15px;
    display: block;
    cursor: pointer;
    color: #474747;
    text-transform: capitalize;
    font-weight: bold;
    background: #fff
}
.more-w .more-view:before {
    content: '\e727';
    display: inline-block;
    font-family: "iconfont" !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    font-synthesis: weight style;
    font-stretch: normal;
    font-size-adjust: none;
    font-language-override: normal;
    font-kerning: auto;
    font-feature-settings: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    font-size: 14px;
    color: #888;
    float: right;
    margin: 4px 0
}

.more-w.active-i .more-view:before {
    content: '\e729';
    display: inline-block;
    font-family: "iconfont" !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    font-synthesis: weight style;
    font-stretch: normal;
    font-size-adjust: none;
    font-language-override: normal;
    font-kerning: auto;
    font-feature-settings: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    font-size: 14px
}

/* mobile menu 7.2 */
.navigation-mobile-container {
  display: none;
}
.btn-mobile {
  display: inline-block;
}
.nav-mobile-container {
  position: relative;
}
.btn-mobile .button-mobile {
  display: inline-block;
  overflow: hidden;
  font-size: 38px;
  text-align: center;
  color: #fff;
  cursor: pointer;
}
.navbar-active .btn-mobile .button-mobile.active:before {
  content: '';
  position: fixed;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 10010;
}
.sidebar-type .navigation-mobile {
  position: fixed;
  top: 0;
  left: -250px;
  width: 250px;
  height: 100%;
  overflow-y: scroll;
  z-index: 10020;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
}
.navbar-active .sidebar-type .navigation-mobile {
  left: 0;
}
.navigation-mobile {
  background-color: #fff;
  padding: 20px;
  box-shadow: 0px 3px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 3px 2px rgba(0, 0, 0, 0.1);
}
.navigation-mobile > ul > li {
  border-bottom: 1px solid #ddd;
  position: relative;
}
.navigation-mobile > ul > li:last-child {
  border-bottom: none;
}
.navigation-mobile > ul > li > a {
  display: block;
  text-transform: uppercase;
  padding: 10px 0;
}
.navigation-mobile > ul > li ul {
  display: none;
  padding-left: 10px;
}
.navigation-mobile > ul > li ul li {
  position: relative;
}
.navigation-mobile > ul > li ul li a {
  display: block;
  padding: 10px 0;
}
.navbar-active {
  overflow: hidden;
}

.navbar-active .btn-mobile .button-mobile.omg-active:before {
  content: '';
  position: fixed;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 10010;
}
@media (max-width: 991px) {
.navigation-mobile-container {
    display: block;
    height: 50px;
  }
 .navigation-mobile-container .btn-mobile {
    height: 50px;
  }

.navigation-mobile-container .btn-mobile .button-mobile {
    width: 34px;
    height: 34px;
    padding: 0;
    font-size: 18px;
    margin-top: 8px;
  }
.navigation-mobile-container .btn-mobile .button-mobile .iconfont {
  font-size: 36px;
}
    .navigation-mobile-container .btn-mobile .button-mobile i {
    display: inline-block !important;
    line-height: 32px;
    margin: 0;
    text-align: center;
    vertical-align: top;
    width: 100%;
    color: #000;
  }

  .header-middle .header-middle-right {
    position: absolute;
    right: 15px;
    bottom: 0px;
  }
}

/* 7.2.1 */
.navigation-mobile .touch-button {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #5c5c5c;
  position: absolute;
  right: 0;
  top: 10px;
  line-height: 20px;
  text-align: center;
  cursor: pointer;
  z-index: 10025;
}
.navigation-mobile .touch-button:before {
  content: '\e727';
  display: inline-block;
  font-family:"iconfont";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 10px;
  color: #fff;
}
.navigation-mobile .touch-button.active:before {
  content: '\e729';
  display: inline-block;
  font-family:iconfont;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 10px;
}
.navigation-mobile .touch-button span {
  display: none;
}


/* right menus 8 */
.header-style-1 .header-bottom .main-megamenu {
  padding: 0px;
  width: 82%;
}
.sambar-r-inner {
    list-style: none;
    width: 100%;
    padding: 0
}
.sambar-r-inner li {
    float: left;
    position: static;
    padding: 0;
    border: 0
}
.sambar-r-inner li a {
  display: block;
  line-height: 50px;
  font-size: 116%;
  padding: 0 14px;
}

/* main 9 */
.page-main {
  clear: both;
  padding-top: 10px;
}
.section1 {
  margin: 10px 0;
}
.section1 .row {
  margin: 0 -5px;
}
.section1 .row .col-md-3,
.section1 .row .col-md-9 {
  padding: 0 5px;
}
.section1 .wrapper-slider {
  width: 74.5%;
}
.section1 .wrapper-banner {
  width: 25.5%;
}
.wrapper-slider .item {
  padding: 0;
}
.banner_small {
  display: block;
  overflow: hidden;
  position: relative;
}

/* section2 10 */
.section2 .item {
  padding-top: 0;
}
.section2 .box-image {
  height: 100%;
}
.title-home {
  background: #e8e8e8;
}
.title-home h4 {
  background: #ffaa00;
  min-width: 205px;
  padding: 16px;
  margin-right: 15px;
  position: relative;
  color: #fff;
  font-size: 150%;
  font-weight: bold;
  text-transform: uppercase;
  display: inline-block;
}
.title-home h4:before {
  border-bottom: 27px solid transparent;
  border-right: 10px solid #e8e8e8;
  border-top: 0 solid transparent;
  border-left: 0;
  content: '';
  position: absolute;
  right: 0;
  top: 0;
}
.title-home h4:after {
  border-bottom: 0 solid transparent;
  border-right: 10px solid #e8e8e8;
  border-top: 27px solid transparent;
  bottom: 0;
  content: '';
  position: absolute;
  right: 0;
}

.sm-filter-products .products-grid {
  border: 1px solid #dbdbdb;
  border-left: 0px;
}
.sm-filter-products .products-grid .item .item-inner {
  margin: 0;
  border: 0px;
  border-left: 1px solid #dbdbdb;
}

.products-grid .item .item-inner {
  margin-bottom: 30px;
  background-color: #fff;
  border: 1px solid #eaeaea;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
}
.products-grid .item .item-inner .box-image {
  overflow: hidden;
  position: relative;
}
.products-grid .product-item-photo {
  display: block;
  line-height: 0;
}
.products-grid .product-item-photo .product-image-container {
  width: 100% !important;
}
.products-grid .product-item-photo .product-image-container .product-image-wrapper {
  padding: 0 !important;
  height: auto !important;
}
.products-grid .product-item-photo .product-image-container .product-image-wrapper img {
  width: auto;
  margin: 0 auto;
}
.products-grid .product-item-photo .product-image-container .product-image-wrapper img.product-image-photo {
  position: relative;
  float: none;
}
.label-product {
  position: relative;
  top: 0px;
  color: #fff;
  z-index: 10;
  width: 38px;
  height: 38px;
  text-align: center;
  line-height: 38px;
  font-weight: 500;
  position: absolute;
  border-radius: 50%;
}
.label-product span {
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
}
.label-product.label-sale {
  right: 10px;
  background-color: #e93434;
  top: 10px;
}
.label-product.label-new {
  left: 10px;
  background-color: #8cc34b;
  top: 10px;
}

.products-grid .item .item-inner .box-info {
  padding: 10px 45px 10px 20px;
  position: relative;
}
.products-grid .item .item-inner .box-info .product-name {
  font-weight: 400;
  font-size: 108.333%;
  margin: 0 0 8px;
  text-overflow: ellipsis;
  overflow: hidden;
}
.products-grid .item .item-inner .box-info .product-name a {
  white-space: nowrap;
}
.products-grid .item .item-inner .box-info .product-reviews-summary {
  margin-bottom: 5px;
}
.products-grid .item .item-inner .box-info .price-box {
  height: 20px;
  margin: 0 0 10px;
}

.products-grid .item .item-inner .box-info .bottom-action {
  position: absolute;
  width: 100%;
  text-align: center;
  z-index: 10;
  display: block;
  top: 0;
  opacity: 1;
  transform: scale(0);
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  left: 0;
  /*height: 100%;*/
  background: #fff;
  padding-top: 10px;
}
.products-grid .item .item-inner:hover {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.products-grid .item .item-inner:hover .box-info .bottom-action {
  opacity: 1;
  transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
}
.products-grid .item .item-inner:hover .box-info .product-reviews-summary,
.products-grid .item .item-inner:hover .box-info h2.product-name,
.products-grid .item .item-inner:hover .box-info .price-box {
  opacity: 0;
}
.products-grid .item .item-inner .box-info .bottom-action .btn-action.link-wishlist,
.products-grid .item .item-inner .box-info .bottom-action .btn-action.link-compare {
  display: inline-block;
}
.products-grid .item .item-inner .box-info .bottom-action .btn-action.link-wishlist span,
.products-grid .item .item-inner .box-info .bottom-action .btn-action.link-compare span {
  display: none;
}
.products-grid .item .item-inner .box-info .bottom-action .btn-action.link-wishlist:before {
  content: '\e61a';
  display: inline-block;
  font-family: "iconfont" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 14px;
}
.box-image {
  /*height: 232px;*/
}
.rating {
    width: 68px;
    height: 12px;
    margin: 0;
    background: url(../images/rating_icon.png) repeat-x 0 -2px;
    font-size: 0
}
.products-grid .item .item-inner .box-info .price-box {
  height: 20px;
  margin: 0 0 10px;
}

.price-box .price {
    color: #000;
    font-size: 116%;
    font-weight: bold
}

.price-box .special-price,.price-box .old-price {
    display: inline-block
}

.price-box .special-price .price-label,.price-box .old-price .price-label {
    display: none
}

.price-box .special-price {
    margin-right: 10px
}

.price-box .special-price .price {
    color: #ff7200
}

.price-box .old-price .price {
    font-size: 116%;
    color: #aaa !important;
    text-decoration: line-through;
    font-weight: normal
}

.price-box .price-from,.price-box .price-to {
    display: inline-block;
    margin: 0
}

.direction-rtl .price-box .special-price {
    margin-left: 10px;
    margin-right: 0
}

/*Bread*/

#navBreadCrumb {
    background: url("../images/breadcrumbs.jpg") no-repeat center top;
    position: relative;
    height: 80px;
    clear: both;
    overflow: hidden;
}

#navBreadCrumb a,#navBreadCrumb .items {
    color: #fff !important
}

#navBreadCrumb .category-bread {
   /* float: left*/
}

#navBreadCrumb .category-bread h1 {
    font-size: 150%;
    color: #fff;
    line-height: 80px;
    margin: 0;
    text-transform: uppercase
}

#navBreadCrumb ul {
    margin: 0;
    float: right;
    line-height: 80px
}

#navBreadCrumb ul li {
    display: inline-block;
    padding: 0 18px 0 8px;
    position: relative
}

#navBreadCrumb ul li:after {
    content: "";
    position: absolute;
    top: 37px;
    right: 0;
    font-size: 14px;
    display: inline-block;
    width: 5px;
    height: 5px;
    background: #fff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

#navBreadCrumb ul li a {
    display: block;
    color: #fff
}

#navBreadCrumb ul li a:hover {
    color: #fa0;
    text-decoration: none
}

#navBreadCrumb ul li:last-child:after {
    display: none
}

#navBreadCrumb ul li:last-child strong {
    font-weight: normal;
    padding: 5px 0
}

#navBreadCrumb ul li:first-child {
    padding-left: 0
}

/* product lists */

  .filter-nav {
    margin:  0;
    padding: 0;
    list-style: none;
    display: table; /* [1] */
    table-layout: fixed; /* [2] */
    width: 100%; /* [3] */
}
.filter-nav-item {
        width: 100%;
        float: left;
    }
    .filter-nav-link {
            display: block; /* [5] */
        }
        .filter-nav a {
            padding: .75em 1em;
            background: #fff;
            color: #000;
            text-decoration: none;
            font-size: 1em;
        }
        .filter-nav a {
        border: 1px solid #eaeaea;
          margin-bottom: -1px;
          text-align: left;
        }
        .filter-nav a:hover, .filter-nav li.active a {
            color: #fff;
            background: #fa0;
        }
    @media (min-width: 768px) { 

        .filter-nav-item {
          display: table-cell; /* [4] */
          float: none;
          width: auto;
        }
        .filter-nav a{
     border: 1px solid #eaeaea;
margin-right:-1px;
text-align: center;
   }
     }

  .offcanvas {
  overflow-x: hidden;
  width: 100%;
  height: 100%;
}

.offcanvas-container {
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.open-left {
  -webkit-transform: translate3d(91.66667%, 0, 0);
          transform: translate3d(91.66667%, 0, 0);
}
.open-right {
  -webkit-transform: translate3d(-91.66667%, 0, 0);
          transform: translate3d(-91.66667%, 0, 0);
}
@media (max-width: 767px) {
  .offcanvas-content {
    position: absolute;
    top: 0;
    width: 91.66666667%;
    height: 100%;
  }

  .offcanvas-content-left {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
  .offcanvas-content-right {
    right: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
}

.open-left
.offcanvas-exit-overlay,
.open-right
.offcanvas-exit-overlay {
  -webkit-backface-visibility: hidden;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
  cursor: pointer;
  /*box-shadow: 4px 0 4px rgba(0, 0, 0, 0.3) inset;*/
  display: block;
  position: absolute;
  background: rgba(0, 0, 0, 0.3);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  -webkit-tap-highlight-color: transparent;
}
.open-left
.offcanvas-exit-overlay:hover,
.open-right
.offcanvas-exit-overlay:hover {
  /*background: rgba(255, 255, 255, 0.3);*/
}

 .ibox {
    display: table;
    width: 100%;
    min-height: 210px;
    overflow: hidden;
  }
  .ibox .iwrapper {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    padding: 2px;
  }
  .pname {
  font-weight: 400;
  font-size: 108.333%;
  margin: 0 0 8px;
  text-overflow: ellipsis;
  overflow: hidden;
}
.pname .plink {
  white-space: nowrap;
}
.pprice .special-price {
    margin-right: 10px
}
.pprice .special-price,.pprice .old-price {
    display: inline-block
}
.pprice .special-price, .pprice .price {
    color: #ff8c04;
    font-size: 16px;
    font-weight: bold;
}
.pprice .old-price {
    font-size: 16px;
    color: #aaa;
    text-decoration: line-through;
    font-weight: normal
}
.label-sale {
  color: #fff;
  z-index: 10;
  width: 38px;
  height: 38px;
  text-align: center;
  line-height: 38px;
  font-weight: 500;
  position: absolute;
  border-radius: 50%;
  right: 10px;
  background-color: #e93434;
  top: 10px;
}
.label-sale span {
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
}
.pbody {
  padding: 10px 45px 10px 20px;
  position: relative;
}
.pbody .rating {
  margin-bottom: 5px;
}
.pbody .pname {
  margin: 0 0 8px;
}
.pbody .pprice {
  height: 20px;
  margin: 0 0 10px;
}

/* homepage banners */
@media (max-width: 992px) {
  .section1 .wrapper-slider {
    width: 100%;
  }
}

@media (min-width: 992px) {
.wrapper-slider .owl-item .item img {
  height: 485px;
}
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel .owl-item img {
     display: block; 
     width: 100%; 
     -webkit-transform-style: unset; 
}
  .owl-dots .owl-dot {
    margin: 0 2px;
    width: 8px;
    height: 8px;
    display: inline-block;
    background-color: #999;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    transition: all .2s ease-in-out 0s;
    -webkit-transition: all .2s ease-in-out 0s
}

.owl-carousel .owl-nav .owl-prev,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.owl-dots .owl-dot {
    display: inline-block;
    zoom:1;*
    display: inline;
}
    .slidershow-home .owl-dots {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 15px;
}
.slidershow-home .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  margin: 0 5px;
  background: #fff;
}
.slidershow-home .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  margin: 0 5px;
  background: #fff;
}
.slidershow-home .owl-dots .owl-dot.active,
.slidershow-home .owl-dots .owl-dot:hover {
  background-color: #ff8c04 !important;
}

/* home page lists */

  .p-image-box {
    position: relative;
    height:209px;
  }
  .p-image-box .vmiddle {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 100%
  }
  .p-image-box .pimg {
    width:100%;
    height:auto;
    display: block;
  }
  #whatsNew .item {
    padding-right: 2px;
    padding-left: 2px;
  }

.item {
  padding-top: 5px;
}

  .box-image {
    overflow: hidden;
  position: relative;  
  height: 171px;
  }
  @media (min-width: 768px) {
  .box-image {
    height: 235px;
  }
  #newProductsDefault .box-image, #allProductsDefault .box-image {
    height: 202px;
  }
}
  .box-image a img {
    width: 100%;
  }
  .box-image:hover a img {
    opacity: .8
}
  .box-info {
    padding: 10px 5px;
  position: relative;
  }
  .box-info .product-reviews-summary {
  margin-bottom: 5px;
}
  .box-info .product-name {
  font-weight: 400;
  font-size: 108.333%;
  margin: 0 0 8px;
  text-overflow: ellipsis;
  overflow: hidden;
}
.box-info .product-name a {
  white-space: nowrap;
}
.box-info .price-box {
  height: 20px;
  margin: 0 0 10px;
}
.item-inner:hover .box-info .rating,
.item-inner:hover .box-info h3.product-name,
.item-inner:hover .box-info .pprice {
  opacity: 0;
}
.item-inner .box-info .bottom-action {
  position: absolute;
  width: 100%;
  text-align: center;
  z-index: 10;
  display: block;
  top: 0;
  opacity: 0;
  transform: scale(0);
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  left: 0;
  /*height: 100%;*/
  background: #fff;
  padding-top: 10px;
}
.item-inner:hover .box-info .bottom-action {
  opacity: 1;
  transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
}
.bottom-action .btn-info {
  background-color: #ff8c04 !important;
  color: #fff;
  border-radius: 25px !important;
  height: 30px;
  line-height: 30px;
  padding: 0 20px;
}
.bottom-action .towishlist {
  background-color: #fff;
  border: 1px solid  #ff8c04 !important ;
  display: inline-block !important;
  margin: 0 1px;
  line-height: 30px;
  text-align: center;
  color: #ff8c04 !important;
  width: 30px;
  height: 30px;
  vertical-align: top;
  position: relative;
  padding: 0 !important;
  border-radius: 50%;
}
.bottom-action .towishlist .icon-aixin:before{
  color: #ff8c04;
}
.bottom-action .towishlist:hover {
  background-color: #ff8c04 !important;
}
.bottom-action .towishlist:hover .icon-aixin:before{
  color: #fff;
}

/* Pagination */
  .botPagination {
        border-top: 1px solid #e6e6e6;
  display: inline-block;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
  background-color: #fff;
  padding: 0px 0px 16px;
  font-size: 92.30%;
  }
  .botPagination .navSplitPagesResult, .botPagination .navSplitPagesLinks {
    display: inline-block;
  }
  .botPagination .navSplitPagesResult {
    margin-top: 15px;
  }
  .botPagination .pagination {
    margin: 10px 0;
    border-radius:0;
  }
  .botPagination .pagination > li:first-child > a {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.botPagination .pagination > li:last-child > a {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.botPagination .pagination > li > a {
  color: #474747;
}
.botPagination .pagination > .active > a,
.botPagination .pagination > .active > a:hover,
.botPagination .pagination > .active > a:focus {
  color: #fff;
  background-color: #fa0;
  border-color: #fa0;
}
.botPagination .pagination > li > a:hover,
.botPagination .pagination > li > a:focus{
  color: #fff;
  background-color: #fa0;
  border-color: #fa0;
}
.sideBoxContent .media {
  border-bottom: 1px solid #eaeaea;
      padding-bottom: 10px;
      margin-bottom: 10px;
}
.sideBoxContent .media:last-child {
  border-bottom: none;
}
h4.media-heading {
  font-size: 14px;
}
  /* footer */
     .footer-container {
  background-color: #efefef;
  color: #474747;
  position: relative;
  border-top: 1px solid #ddd;
}

.footer-container .footer-middle {
  text-align: center;
  margin: 30px 0 40px;
}
.footer-container .footer-middle ul.menu {
  margin: 31px 0 21px;
}
.footer-container .footer-middle ul.menu li {
  display: inline-block;
  border-right: 1px solid #000;
  padding: 0 14px;
  line-height: 12px;
}
.footer-container .footer-middle ul.menu li a {
  color: #000;
  display: inline-block;
  text-transform: uppercase;
}
.footer-container .footer-middle ul.menu li:last-child {
  border: 0px;
}

.footer-container .footer-middle .info-shop {
  padding: 0 125px;
  margin: 0 0 31px;
}
.footer-container .footer-bottom {
  padding:10px 0;
  background-color: #fff;
  text-align: center;
}
.footer-container .footer-bottom .copyright-footer address {
  margin-top: 0px;
  font-style: normal;
    line-height: 1.42857143;
}
.footer-container .footer-bottom .copyright-footer address a:hover {
  text-decoration: underline;
}
@media (max-width: 750px) { 
    .footer-middle img {
  width: 100%;
  height: auto;
  display: block;
}
 }


/* scroll top */

.scrollToTop {
    position: fixed;
    bottom: 50px;
    right: 50px;
    height: 64px;
    width: 64px;
    line-height: 69px;
    display: none;
    cursor: pointer;
    text-indent: 100vw;
    white-space: nowrap;
    overflow: hidden;
    text-align: center;
    background: #FFF;
    box-shadow: 0 5px 27px rgba(0,0,0,.09);
    border-radius: 50%;
    transition: all .3s ease;
    z-index: 12
}

.scrollToTop:before {
    font-family: "iconfont" !important;
    content: "\e62b";
    text-indent: 0;
    color: #fff;
    font-size: 22px;
    display: block;
    -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.scrollToTop {
    background-color: #ff8c04;
}
.scrollToTop:hover {
    color: #FFF;
    background-color: #222;
}

/*products images */
#productMainImage {
    display: table;
    width: 100%;
    min-height: 278px;
    overflow: hidden;
}
#vcenter {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #eee;
    padding: 5px;
}
#productMainImage img {
  width: 100%;
}

/*shopping cart */
.form-control-small {
  width: 50px;
}
 #cartDefaultHeading, #loginDefaultHeading, #createAcctDefaultHeading, #accountDefaultHeading, #addressBookDefaultHeading, #addressBookProcessDefaultHeading, #checkoutShippingHeading, #checkoutPaymentHeading, #checkoutConfirmDefaultHeading, #checkoutSuccessHeading, .cms-title {
    font-size: 166.6%;
    color: #444;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 30px;
  }
  #cartDefaultHeading:before, #loginDefaultHeading:before, #createAcctDefaultHeading:before, #accountDefaultHeading:before, #addressBookDefaultHeading:before, #addressBookProcessDefaultHeading:before, #checkoutShippingHeading:before, #checkoutPaymentHeading:before, #checkoutConfirmDefaultHeading:before, #checkoutSuccessHeading:before, .cms-title:before {
    content: "";
    width: 70px;
    height: 2px;
    display: inline-block;
    position: absolute;
    bottom: -10px;
    left: 0;
    background-color: #ff8c04;
  }
  #cartInstructionsDisplay {
    padding-bottom: 10px;
  }
  #shopping-box {
    margin-bottom: 0;
  }

  /* login */
  .block-box  {
  padding: 10px;
    background-color: #fafafa;
    min-height: 310px;
    border: 1px solid #ddd;
    margin-bottom: 20px;
  }
  .block-box .block-head {
  
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 15px;
    padding-bottom: 12px;
  }
  .block-box .block-head h2 {
    font-size: 16px;
  }
  #loginDefault .block-body .col-xs-12, #loginDefault .block-body .col-sm-6 {
    padding-right: 0;
    padding-left: 0;
  }
  #loginDefault .information {
    padding-bottom: 15px;
  }
  .forgotten {
    text-align: right;
    padding: 10px;
  }
  @media (max-width: 767px) {
  .btn-default {
    width: 100%;
  }
  .forgotten {
    text-align: center;
  }
}
/* button */
.search-wrapper .btn-primary, #btn-important .btn-primary {
  background: #ff8c04;
  color: #fff;
}
.search-wrapper .btn-primary:hover, #btn-important .btn-primary:hover {
  background: #ff8c04;
  color: #fff;
}
.search-wrapper .btn-primary:visited, #btn-important .btn-primary:visited {
  color: #fff;
}
.btn-default {
  background-color: #444;
  color: #fff;
}
.btn-default:hover {
  background-color: #ff8c04;
  color: #fff;
}
.btn-default:visited {
  color: #fff;
}
a.f-color, a:hover.f-color, a:visited.f-color {
  color: #fff;
}

#csNotifications {
  margin-bottom: 10px;
}