/*@media (min-width:1600px){.container{
width:1440px;
} */
.btn-primary.quickview  {display:none!important;}
.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    z-index: 2;
    color: #fff;
    background-color: #2e1e69;
    border-color: #2e1e69;
}
 .product-filter .show .sbHolder {
    width: 66px;
    min-width: 66px;
}
.nav.nav-tabs > li > a {
    padding: 5px;
    font: 500 16px/32px"Ubuntu",sans-serif;
    white-space: nowrap;
    margin-bottom: -1px;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    color: #2e1e69;
}
.nav-tabs>li>a:hover {
    border-color: #fff #fff #fff;
}
.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: #fff;
}
/*============MODULE CATEGORY ==================*/
.box-category ul {
  list-style: none;
  padding: 0px;
  margin: 0px; }

.box-category > ul {
  padding: 0; }
  .box-category > ul > li {
    margin: 0;
    padding: 0;
    border: none;
    position: relative;
    box-shadow: unset;
    border-radius: 0;
    border-bottom: 1px solid #eaeaea; }
  .box-category > ul > li > a {
    display: block;
    font-weight: 400;
    line-height: 100%;
    padding: 14px 47px 14px 15px;
    line-height: 100%;
    text-transform: capitalize;
    margin: 0; }
  .box-category > ul > li:last-child {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border: none; }
  .box-category > ul > li:last-child > a {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px; }
  .box-category > ul > li:hover > a {
    color: #fe5722; }
  .box-category > ul > li:hover .head a {
    color: #fff; }
  .box-category > ul > li ul {
    margin-left: 20px; }
  .box-category > ul > li a.accordion-toggle {
    width: 25px;
    height: 25px;
    line-height: 25px;
    border-radius: 3px;
    background-color: #2e1e69;
    color: #fff;
    }
  .box-category > ul > li a.accordion-toggle:hover {
    background-color: #fe5722; }

.box-category ul li a.active {
  color: #fe5722; }

.box-category ul li .head .show:before {
  content: "\f107";
  display: inline-block;
  font: normal normal normal 14px/1 'FontAwesome'; }

.box-category ul li .head .accordion-toggle:before {
  content: "\f105";
  font: normal normal normal 14px/1 'FontAwesome'; }

.box-category ul li .head {
  display: block;
  position: absolute;
  top: 8px;
  line-height: 20px;
  right: 15px;
  text-align: center; }
  .box-category ul li .head a:hover {
    color: #fff; }

.box-category ul li ul li {
  padding: 0px 0px 0px 5px; }

.box-category ul ul {
  margin-bottom: 20px; }

.box-category ul ul li a {
  padding: 5px 0;
  font-size: 13px; }

.box-category ul li ul li a:before {
  font-family: 'FontAwesome';
  transition: all 0.3s ease;
  content: "\f105";
  margin: 0 5px 0; }

.box-category ul li ul li a:hover:before {
  margin-right: 10px; }
h3.modtitle {
    display: none;
}
/*============/MODULE CATEGORY ==================*/
.reward-block {
    margin-top: 20px;
}
/*==================   Lazy Img    ======================*/
/*.lazy{display:block;position:relative;height:0;overflow:hidden;background:transparent url(../image/lazy-loader.gif) no-repeat center center;}
.lazy img{position:absolute;top:0;left:0;width:100%;height:auto;z-index:0;-moz-transition:1s all ease;-o-transition:1s all ease;-webkit-transition:1s all ease;transition:1s all ease;opacity:0;-webkit-backface-visibility:hidden;}
.lazy.lazy-loaded{background:none;}
.lazy.lazy-loaded img{opacity:1;}
.search{display:inline-block;position:relative;}
.search input[type="text"]{color:#333;display:inline-block;font-family:"Open Sans",sans-serif;width:100%;font-weight:400;height:40px;padding:11px 30px 11px 15px;background:#fff;border:1px solid #e0e0e0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;}
[dir="rtl"] .search input[type="text"]{padding-left:30px;padding-right:15px;}
.search input[type="text"]:focus{outline:none;}
.search input[type="text"]::-webkit-input-placeholder{color:#333;opacity:1;}
.search input[type="text"]:-moz-placeholder{color:#333;opacity:1;}
.search input[type="text"]::-moz-placeholder{color:#333;opacity:1;}
.search input[type="text"]:-ms-input-placeholder{color:#333;opacity:1;}
.search button,.search button:focus,.search button:active{background:none;border:none;display:inline-block;padding:0;outline:none;outline-offset:0;cursor:pointer;-webkit-appearance:none;-moz-transition:0.3s all ease;-o-transition:0.3s all ease;-webkit-transition:0.3s all ease;transition:0.3s all ease;color:#333;}
.search button::-moz-focus-inner,.search button:focus::-moz-focus-inner,.search button:active::-moz-focus-inner{border:none;padding:0;}
.search button:hover,.search button:focus:hover,.search button:active:hover{color:#2e1e69;}
a.top-search{cursor:pointer;display:inline-block;margin-top:2px;}
a.top-search span{vertical-align:top;}
html[lang="ru"] a.top-search span{display:none;}
html[lang="de"] a.top-search span{display:none;}
a.top-search i{font-size:25px;vertical-align:top;}
a.top-search,a.top-search:visited,a.top-search:focus{color:#1a1a1a;}
a.top-search.active,a.top-search.active:hover,a.top-search:hover{color:#2e1e69;}
a.top-search.active i:before{content:'\ec2a';}
#search{display:none;opacity:0;line-height:0;position:absolute;right:0;top:32px;width:0;z-index:21;}
html[dir="rtl"] #search{left:0;right:auto;}
#search .inner .button-search{position:absolute;display:inline-block;top:0;font-size:18px;line-height:38px;height:40px;width:30px;text-align:center;right:0;}
#search .inner .button-search i{line-height:38px;}
[dir="rtl"] #search .inner .button-search{right:auto;left:0;}
#search .inner .button-search, #search .inner .button-search:visited{color:#2e1e69;}
#search .inner .button-search:hover, #search .inner .button-search:focus, #search .inner .button-search:active{color:#333;}
#livesearch_search_results{margin:0;padding:15px;position:absolute;top:100%;width:100%;left:0;text-align:left;color:#fff;background:rgba(255,255,255,0.7);-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;list-style-type:none;z-index:20;font-size:14px;line-height:16px;max-height:500px;overflow-y:auto;overflow-x:hidden;}
[dir="rtl"] #livesearch_search_results{text-align:right;}
#livesearch_search_results li{transition:none;-moz-transition:0.3s background-color ease;-o-transition:none;-webkit-transition:0.3s background-color ease;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;}
#livesearch_search_results li a, #livesearch_search_results li a:visited{color:#000;text-transform:none;-moz-transition:none;-o-transition:none;-webkit-transition:none;transition:none;transition:none;-moz-transition:0.3s color ease;-o-transition:none;-webkit-transition:0.3s color ease;}
#livesearch_search_results li img{float:left;margin-right:10px;max-width:80px;}
[dir="rtl"] #livesearch_search_results li img{float:right;margin-right:0;margin-left:10px;}
#livesearch_search_results li img.loading{background:#f5f5f5;}
#livesearch_search_results li:hover, #livesearch_search_results li:visited:hover, #livesearch_search_results li:focus:hover{background-color:#2e1e69;}
#livesearch_search_results li:hover a, #livesearch_search_results li:visited:hover a, #livesearch_search_results li:focus:hover a{color:#fff;}
#livesearch_search_results a{display:block;padding:10px;color:#fff;}
#livesearch_search_results a:before, #livesearch_search_results a:after{display:table;content:"";line-height:0;}
#livesearch_search_results a:after{clear:both;}
#livesearch_search_results a:visited{color:#fff;}*/
/*========================================================               Responsive styles=========================================================*/
.box-currency.pull-right, nav#top-links {margin-top:10px;}
/*body em {font-family: 'Open-sans';}*/
div#collapse-shipping-method p strong {
    display: none;
}
/*.header.megamenu ul.sf-menu.sf-js-enabled.sf-arrows li:hover {background:#ff9800;}*/
.header.megamenu ul.sf-menu.sf-js-enabled.sf-arrows li a span:hover {color:#0d4bbc;}
.col-inner.pull-center {
    text-align: center;
}