/* @font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'), url(../fonts/opensans300.woff2) format('woff2');
  unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(../fonts/opensans400.woff2) format('woff2');
  unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(../fonts/opensans700.woff2) format('woff2');
  unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: local('Open Sans Italic'), local('OpenSans-Italic'), url(../fonts/opensans400i.woff2) format('woff2');
  unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
} */
.trans {
  -webkit-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.no-effect {
  outline: none;
  border: none;
  box-shadow: none;
  border-radius: 0;
}
/* reset css */
a {
  color: #000;
}
a:hover {
  color: #8bc34a;
}
a:active,
a:focus {
  text-decoration: none;
  outline: none;
}
.dropdown-menu li > a:hover {
  background: inherit;
  outline: inherit;
  box-shadow: inherit;
  color: inherit;
}
.well {
  background: #FFF;
  box-shadow: none;
  outline: none;
  border-radius: 0;
  border-color: #e4e4e4;
}
@media (min-width: 768px) {
  .well {
    margin-bottom: 0px;
  }
}
@media (max-width: 767px) {
  .well.last {
    margin-bottom: 0;
  }
}
.modal {
  z-index: 99999;
}
.checkout-cart select.form-control,
.checkout-checkout select.form-control,
.checkout-cart textarea.form-control,
.checkout-checkout textarea.form-control,
.checkout-cart input[type="text"].form-control,
.checkout-checkout input[type="text"].form-control,
.checkout-cart input[type="password"].form-control,
.checkout-checkout input[type="password"].form-control,
.checkout-cart input[type="datetime"].form-control,
.checkout-checkout input[type="datetime"].form-control,
.checkout-cart input[type="datetime-local"].form-control,
.checkout-checkout input[type="datetime-local"].form-control,
.checkout-cart input[type="date"].form-control,
.checkout-checkout input[type="date"].form-control,
.checkout-cart input[type="month"].form-control,
.checkout-checkout input[type="month"].form-control,
.checkout-cart input[type="time"].form-control,
.checkout-checkout input[type="time"].form-control,
.checkout-cart input[type="week"].form-control,
.checkout-checkout input[type="week"].form-control,
.checkout-cart input[type="number"].form-control,
.checkout-checkout input[type="number"].form-control,
.checkout-cart input[type="email"].form-control,
.checkout-checkout input[type="email"].form-control,
.checkout-cart input[type="url"].form-control,
.checkout-checkout input[type="url"].form-control,
.checkout-cart input[type="search"].form-control,
.checkout-checkout input[type="search"].form-control,
.checkout-cart input[type="tel"].form-control,
.checkout-checkout input[type="tel"].form-control,
.checkout-cart input[type="color"].form-control,
.checkout-checkout input[type="color"].form-control {
  height: 40px;
  padding: 6px 10px;
}
.checkout-cart .payment-image,
.checkout-checkout .payment-image {
  display: none;
}
.checkout-cart .input-group .decrease,
.checkout-checkout .input-group .decrease,
.checkout-cart .input-group .increase,
.checkout-checkout .input-group .increase {
  background: #FFF;
  border-radius: 0;
}
.owl-carousel {
  margin-bottom: 0;
}
.title_style {
  font-family: 'marlboro';
  margin: 0 0 15px 0;
  font-weight: normal;
  padding: 15px 5px 15px 0;
  color: #333;
  font-size: 20px;
  line-height: 24px;
  display: inline-block;
  border-bottom: 3px solid #8bc34a;
}
.title-product {
  color: #252525;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 20px;
  margin: 0 0 8px !important;
  padding: 0 0 0 0 !important;
}
.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
  background: none;
  color: #8bc34a;
}
* {
  border-radius: 0;
  box-shadow: none;
  outline: none;
}
body {
  background: #FFF;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 24px;
}
input[type="text"].form-control:focus,
select.form-control:focus,
input[type="password"].form-control:focus,
input[type="datetime"].form-control:focus,
input[type="datetime-local"].form-control:focus,
input[type="date"].form-control:focus,
input[type="month"].form-control:focus,
input[type="time"].form-control:focus,
input[type="week"].form-control:focus,
input[type="number"].form-control:focus,
input[type="email"].form-control:focus,
input[type="url"].form-control:focus,
input[type="search"].form-control:focus,
input[type="tel"].form-control:focus,
input[type="color"].form-control:focus,
input[type="text"].form-control:active,
select.form-control:active,
input[type="password"].form-control:active,
input[type="datetime"].form-control:active,
input[type="datetime-local"].form-control:active,
input[type="date"].form-control:active,
input[type="month"].form-control:active,
input[type="time"].form-control:active,
input[type="week"].form-control:active,
input[type="number"].form-control:active,
input[type="email"].form-control:active,
input[type="url"].form-control:active,
input[type="search"].form-control:active,
input[type="tel"].form-control:active,
input[type="color"].form-control:active {
  outline: none;
  box-shadow: none;
  border-color: #000;
}
/******************************/
#top {
  font-family: Arial;
  background: #8BC34A;
  color: #FFF;
  padding: 6px 0;
  margin: 0;
  min-height: 37px;
  font-size: 11px;
}
#top a {
  color: #FFF;
  text-shadow: none;
}
#top #language .btn-group {
  margin-top: -4px;
}
#top #language .btn {
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
  box-shadow: none;
  color: #FFF;
  text-shadow: none;
  font-size: 11px;
  text-transform: uppercase;
  height: auto;
  line-height: normal;
}
#top #language .btn > img {
  margin-top: -3px;
}
#top #language .btn .text-language {
  margin-right: 2px;
}
#top #language .btn-link:focus,
#top #language .btn-link:hover {
  text-decoration: none;
  color: #8bc34a;
}
#top #language span:hover {
  text-decoration: underline;
}
#top #top-links ul {
  margin: 0;
}
#top .account-top a {
  text-transform: uppercase;
}
#top .account-top a i {
  display: none;
}
#top a:hover {
  color: #8bc34a;
  text-decoration: underline;
}
#top .dropdown-menu {
  margin-top: 10px;
  border-radius: 0;
  background: #000;
}
#top .dropdown-menu a {
  font-size: 11px;
}
.header-box {
  background: #fff;
}
.header-box .logo_menu {
  padding: 30px 0;
}
@media (min-width: 993px) {
  .header-box .header-center {
    display: inline-block;
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  .header-box .header-left {
    float: left;
  }
  .header-box .header-right {
    float: right;
  }
}
@media (max-width: 992px) {
  .header-box .logo_menu {
    padding: 10px 0;
  }
  .header-box .logo_menu .row {
    position: relative;
  }
  .header-box .logo_menu .header-right {
    width: 120px;
    float: right;
    padding-top: 0;
  }
  .header-box .logo_menu .header-left {
    position: absolute;
    width: 100%;
  }
  .header-box .logo_menu .header-left #logo {
    text-align: center;
  }
  .header-box .logo_menu .header-left #logo img {
    max-height: 35px;
    width: auto;
    margin: auto;
  }
  .header-box .logo_menu .header-center {
    z-index: 100;
    width: 60px;
    text-align: left;
  }
  .header-box .logo_menu .header-center .navbar-toggle {
    float: left;
    margin: 0;
  }
}
@media (max-width: 480px) {
  .header-box .header-left #logo {
    margin-top: -3px;
  }
  .header-box .header-center .navbar-toggle {
    padding-top: 3px;
  }
}
@media (max-width: 375px) {
  .header-box .header-left {
    padding-right: 40px;
  }
}
.search-box {
  visibility: hidden;
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 20000;
  overflow: hidden;
  position: fixed;
  background: rgba(11, 11, 11, 0.8);
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.search-box2 {
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  -webkit-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -moz-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -ms-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -o-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  transform: translateY(-20px) perspective(600px) rotateX(10deg);
}
.search-box2 h3 {
  text-transform: uppercase;
  margin: 0 0 30px 0;
  font-size: 14px;
  line-height: 24px;
}
.search-box2 #search {
  width: 100%;
  text-align: center;
}
.search-box2 #search .input-lg {
  height: 39px;
  width: 83%;
  margin: 0 auto;
  float: none;
  background: #fff;
  border: 1px solid #d5d5d5;
  border-radius: 0;
  box-shadow: none;
  outline: none;
  margin-bottom: 20px;
}
.search-box2 #search .input-lg:active,
.search-box2 #search .input-lg:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #252525;
}
.search-box2 #search .btn-lg {
  font-size: 15px;
  line-height: 18px;
  background: #8bc34a;
  color: #FFF;
  padding: 9px 28px;
  line-height: 15px;
  font-size: 13px;
  outline: none;
  border-radius: 0;
  border: 1px solid #8bc34a;
  text-shadow: none;
}
.search-box2 #search .btn-lg .fa-search {
  font-size: 15px;
}
.search-box2 .close-search {
  background-color: rgba(255, 255, 255, 0.2);
  overflow: visible;
  cursor: pointer;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #333333;
  position: absolute;
  top: -60px !important;
  right: -27px !important;
  font-size: 0 !important;
  width: 26px;
  height: 25px;
  -webkit-transition: 0.2s all ease-in-out;
  -moz-transition: 0.2s all ease-in-out;
  -ms-transition: 0.2s all ease-in-out;
  -o-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
  background-image: url(../images/black_cross.png);
  background-repeat: no-repeat;
  background-position: 7px 7px;
}
.search-box2 .close-search:hover {
  background-color: #8bc34a;
}
.search-box.show {
  opacity: 1;
  visibility: visible;
}
.search-box.show .search-box2 {
  -webkit-transform: translateY(0px) perspective(600px) rotateX(0deg);
  -moz-transform: translateY(0px) perspective(600px) rotateX(0deg);
  -ms-transform: translateY(0px) perspective(600px) rotateX(0deg);
  -o-transform: translateY(0px) perspective(600px) rotateX(0deg);
  transform: translateY(0px) perspective(600px) rotateX(0deg);
  opacity: 1;
}
.search-box2 {
  text-align: center;
  position: relative;
  display: block;
  margin: 0 auto;
  top: 50%;
  margin-top: -162px;
  background: #FFF;
  padding: 36px 10px 33px;
  background-clip: padding-box;
  background-color: #FFFFFF;
  width: 600px;
  max-width: 85%;
  -webkit-box-shadow: 0 0 0 27px rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 0 27px rgba(255, 255, 255, 0.2);
}
@media (max-width: 600px) {
  .search-box2 {
    -webkit-box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.2);
    box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.2);
  }
  .search-box2 .close-search {
    top: -45px !important;
    right: -15px !important;
  }
}
.cartnsearch {
  text-align: right;
  padding-top: 10px;
}
.cartnsearch .search-button,
.cartnsearch .btn-cart {
  display: inline-block;
}
.logo_menu .switch-search i {
  width: 33px;
  height: 33px;
  background: #c1c1c1;
  text-align: center;
  color: #FFF;
  font-size: 12px;
  cursor: pointer;
  text-decoration: none;
  line-height: 33px;
  border-radius: 30px;
  -webkit-transition: background 0.25s ease;
  -ms-transition: background 0.25s ease;
  -o-transition: background 0.25s ease;
  transition: background 0.25s ease;
}
.logo_menu .switch-search i:hover {
  background: #d2d2d2;
}
@media (max-width: 992px) {
  .logo_menu .switch-search {
    line-height: 34px;
  }
  .logo_menu .switch-search i {
    width: 25px;
    height: 25px;
    line-height: 25px;
    vertical-align: bottom;
  }
}
@media (max-width: 480px) {
  .logo_menu .switch-search {
    line-height: 26px;
  }
}
#cart {
  margin-bottom: 0;
  display: inline-block;
}
#cart > button {
  display: inline-block;
  width: auto;
  position: relative;
  background: none;
  border: none;
  border-radius: 0;
  color: #000;
  text-shadow: none;
  box-shadow: none;
  text-align: right;
  padding: 4px 0 0 17px;
}
#cart > button .text-cart {
  display: none;
}
#cart > button .num_product {
  font-size: 13px;
  color: #000;
  padding: 0 6px;
  line-height: 18px;
  display: block;
  text-align: center;
  background: #E4E4E4;
  border-radius: 10px;
  position: absolute;
  top: -10px;
  right: 0px;
}
@media (max-width: 1200px) {
  #cart > button .num_product {
    right: -10px;
    top: -5px;
  }
}
#cart > button .text-cart,
#cart > button .price {
  display: none;
}
#cart > button i.fa-shopping-cart {
  display: inline-block;
  width: 24px;
  height: 30px;
  background: url(../images/cart-icon.png);
  background-size: 100%;
  background-repeat: no-repeat;
  margin-right: 13px;
}
#cart > button i.fa-shopping-cart:before {
  content: "";
}
@media (max-width: 992px) {
  #cart > button {
    height: 37px;
    line-height: 37px;
  }
}
@media (max-width: 480px) {
  #cart > button {
    padding: 0 0 0 3px;
    line-height: 26px;
    height: 26px;
    vertical-align: bottom;
  }
  #cart > button .num_product {
    display: none;
  }
  #cart > button i.fa-shopping-cart {
    width: 20px;
    height: 25px;
    margin-right: 0;
  }
}
#cart .dropdown-menu {
  z-index: 1001;
  min-width: 400px;
  -webkit-transition: all 0.3s ease 0.25s;
  -ms-transition: all 0.3s ease 0.25s;
  -o-transition: all 0.3s ease 0.25s;
  transition: all 0.3s ease 0.25s;
  padding: 20px 25px 25px;
  background: #fff;
  border-radius: 0;
  border: 2px solid #E6E6E6;
  -webkit-box-shadow: 0px 2px 8px 1px rgba(0, 0, 0, 0.07);
  -ms-box-shadow: 0px 2px 8px 1px rgba(0, 0, 0, 0.07);
  -o-box-shadow: 0px 2px 8px 1px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0px 2px 8px 1px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 2px 8px 1px rgba(0, 0, 0, 0.07);
  font-size: 14px;
  line-height: 24px;
}
#cart .dropdown-menu .remove {
  width: 16px;
  height: 16px;
  line-height: 16px;
  border: none;
  border-radius: 10px;
  background: #c1c1c1;
  padding: 0;
  outline: none;
}
#cart .dropdown-menu .remove i {
  text-shadow: none;
  font-size: 11px;
}
#cart .dropdown-menu .btn-checkout i {
  display: none;
}
#cart .dropdown-menu .btn-checkout a {
  display: inline-block;
  width: 48%;
  padding: 10px 6px;
  font-size: 13px;
  text-align: center;
  text-transform: uppercase;
  color: #FFF;
  transition: all ease .2s;
  -moz-transition: all ease .2s;
  -webkit-transition: all ease .2s;
  -ms-transition: all ease .2s;
  -o-transition: all ease .2s;
}
#cart .dropdown-menu .btn-checkout a strong {
  font-weight: normal;
}
#cart .dropdown-menu .btn-checkout a.v-cart {
  float: left;
  background-color: #B8B8B8;
  border-color: #B8B8B8;
}
#cart .dropdown-menu .btn-checkout a.v-checkout {
  background-color: #000;
  float: right;
}
#cart .dropdown-menu .btn-checkout a:hover {
  background: #8bc34a;
  border-color: #8bc34a;
}
@media (max-width: 480px) {
  #cart .dropdown-menu {
    min-width: 325px;
    max-width: 325px;
    padding: 10px;
  }
  #cart .dropdown-menu .cart-item .image img {
    min-width: 50px;
    height: auto;
  }
  #cart .dropdown-menu li > div {
    min-width: inherit;
  }
}
@media (max-width: 450px) {
  #cart .dropdown-menu .btn-checkout a {
    text-transform: inherit;
  }
}
@media (max-width: 350px) {
  #cart .dropdown-menu {
    max-width: 290px;
    min-width: 290px;
    right: 0px;
  }
  #cart .dropdown-menu .btn-checkout {
    text-align: right;
  }
}
@media (max-width: 310px) {
  #cart .dropdown-menu {
    right: -10px;
  }
}
@media (max-width: 300px) {
  #cart .dropdown-menu {
    right: -13px;
  }
}
#cart .cart-item:last-child {
  border-bottom: 1px solid #ddd;
}
/* menu */
.navbar.menu_horizontal {
  background: none;
  border: none;
  min-height: 0;
  margin: 0;
}
.navbar.menu_horizontal .navbar-collapse > ul {
  float: none;
  text-align: center;
  text-transform: uppercase;
  /* border: solid 1px #2b53dc; */
}
.navbar.menu_horizontal .navbar-collapse > ul > li {
  float: none;
  display: inline-block;
  position: relative;
}
.navbar.menu_horizontal .navbar-collapse > ul > li > a {
  color: #c3170a;
  font-size: 13px;
  font-weight: bold;
  padding: 18px 7px 13px 6px;
  display: block;
  transition: ease all .2s;
  -moz-transition: ease all .2s;
  -webkit-transition: ease all .2s;
  -o-transition: ease all .2s;
  cursor: pointer;
}
@media (max-width: 1200px) {
  .navbar.menu_horizontal .navbar-collapse > ul > li > a {
    font-size: 14px;
    padding-left: 6px;
    padding-right: 8px;
  }
}
.navbar.menu_horizontal .navbar-collapse > ul > li a:hover,
.navbar.menu_horizontal .navbar-collapse > ul > li > a.active {
  color: #2b53dc;
}
.navbar.menu_horizontal .navbar-collapse > ul > li ul {
  position: absolute;
  left: 0;
  top: 100%;
  padding: 0;
  border: 3px solid #E6E6E6;
  min-width: 200px;
  border-radius: 0;
  box-shadow: none;
  margin: 0;
}
.navbar.menu_horizontal .navbar-collapse > ul > li ul li {
  position: relative;
}
.navbar.menu_horizontal .navbar-collapse > ul > li ul li a {
  font-size: 12px;
  line-height: 24px;
  color: #8bc34a;
  display: inline;
  padding: 8px 20px;
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-transform: uppercase;
}
.navbar.menu_horizontal .navbar-collapse > ul > li ul li a.active {
  color: #8bc34a;
}
.navbar.menu_horizontal .navbar-collapse > ul > li ul li ul {
  position: absolute;
  left: 100%;
  top: -3px;
}
.navbar.menu_horizontal .navbar-collapse > ul > li ul li:first-child {
  padding-top: 15px;
}
.navbar.menu_horizontal .navbar-collapse > ul > li ul li:last-child {
  padding-bottom: 15px;
}
.navbar.menu_horizontal .navbar-collapse > ul > li ul li.dropdown-submenu .toggle-list-button,
.navbar.menu_horizontal .navbar-collapse > ul > li ul li.dropdown-submenu .toggle-list-button2 {
  width: 30px;
  padding-left: 10px;
  height: 40px;
  right: 0;
  top: 0;
  position: absolute;
  line-height: 40px;
}
.navbar.menu_horizontal .navbar-collapse > ul > li ul li.dropdown-submenu .toggle-list-button:after,
.navbar.menu_horizontal .navbar-collapse > ul > li ul li.dropdown-submenu .toggle-list-button2:after {
  content: "\f105";
  font-family: FontAwesome;
  color: #767676;
}
.navbar.menu_horizontal .navbar-collapse > ul > li ul li.dropdown-submenu:first-child .toggle-list-button,
.navbar.menu_horizontal .navbar-collapse > ul > li ul li.dropdown-submenu:first-child .toggle-list-button2 {
  top: 15px;
}
.navbar.menu_horizontal .navbar-collapse > ul > li.dropdown .caret {
  position: absolute;
  right: 0;
  top: 0px;
  border: none;
  height: 55px;
  line-height: 58px;
  padding-left: 4px;
  margin: 0;
  width: 25px;
  z-index: 111;
  text-align: left;
}
.navbar.menu_horizontal .navbar-collapse > ul > li.dropdown .caret:before {
  content: "\f107";
  font-family: FontAwesome;
  font-size: 13px;
  color: #b9b9b9;
}
.navbar.menu_horizontal .navbar-collapse > ul > li.dropdown > a {
  padding-right: 25px;
}
@media (min-width: 1024px) {
  .navbar.menu_horizontal .navbar-collapse > ul li:hover > ul {
    display: block;
  }
}
@media (max-width: 992px) {
  .navbar.menu_horizontal .navbar-collapse > ul .caret:before,
  .navbar.menu_horizontal .navbar-collapse > ul .toggle-list-button:before,
  .navbar.menu_horizontal .navbar-collapse > ul .toggle-list-button2:before {
    font-size: 15px !important;
  }
}
.main-header-ontop {
  border-bottom: 1px solid #ddd;
  -webkit-transition: 0.4s all ease-in-out;
  -moz-transition: 0.4s all ease-in-out;
  -ms-transition: 0.4s all ease-in-out;
  -o-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
  min-height: 85px;
  box-shadow: 0px 1px 12px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 1px 12px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 1px 12px 0px rgba(0, 0, 0, 0.15);
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1111;
}
.main-header-ontop .logo_menu {
  padding: 10px 0;
}
@media (min-width: 1201px) {
  .main-header-ontop #cart > button {
    display: inline-block;
    width: auto;
    padding: 10px 5px 10px 5px;
    border: 1px dashed #DFDFDF;
    position: relative;
    float: left;
    background: #FFF;
    border-radius: 0;
    color: #000;
    text-shadow: none;
    box-shadow: none;
    min-width: 105px;
    text-align: center;
    margin-left: 15px;
  }
  .main-header-ontop #cart > button #cart-total .text-cart {
    display: none;
  }
  .main-header-ontop #cart > button #cart-total .num_product {
    font-size: 11px;
    color: #000;
    padding: 0 6px;
    line-height: 18px;
    display: block;
    text-align: center;
    background: #E4E4E4;
    border-radius: 10px;
    position: absolute;
    top: -20px;
    right: 0px;
  }
  .main-header-ontop #cart > button #cart-total .price {
    display: block;
    font-size: 11px;
  }
  .main-header-ontop #cart > button i.fa-shopping-cart {
    display: inline-block;
    width: 18px;
    height: 23px;
    position: absolute;
    top: -15px;
    right: 20px;
    margin-right: 0;
  }
  .main-header-ontop #cart > button .price {
    line-height: 25px;
  }
}
.main-header-ontop .navbar.menu_horizontal .navbar-collapse > ul > li ul {
  border-width: 1px;
}
.main-header-ontop .navbar.menu_horizontal .navbar-collapse > ul > li > a {
  font-size: 14px;
}
@media (max-width: 1200px) {
  .main-header-ontop .navbar.menu_horizontal .navbar-collapse > ul > li > a {
    font-size: 13px;
  }
}
.main-header-ontop .navbar.menu_horizontal .navbar-collapse > ul > li ul li ul {
  top: -1px;
}
@media (max-width: 992px) {
  .main-header-ontop {
    min-height: 0;
  }
}
@media (max-width: 992px) {
  .rev_slider_wrapper .tparrows {
    display: none !important;
    opacity: 0 !important;
  }
}
body.fheight {
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.wrapper.show-menu {
  width: 100% !important;
  height: 100%;
  overflow: hidden;
}
.wrapper.show-menu .navbar.menu_horizontal .navbar-collapse {
  margin-left: 0;
}
.wrapper.show-menu .logo_menu .close-header-layer {
  display: block;
  opacity: 0.5;
}
@media (max-width: 992px) {
  .close-header-layer {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 123!important;
    left: 0;
    top: 0;
    display: none;
    z-index: 3;
    background: rgba(0, 0, 0, 0.5);
  }
  .navbar.menu_horizontal .navbar-toggle {
    display: block;
  }
  .navbar.menu_horizontal .navbar-header {
    float: none;
  }
  .navbar.menu_horizontal .navbar-left,
  .navbar.menu_horizontal .navbar-right {
    float: none !important;
  }
  .navbar.menu_horizontal .navbar-toggle {
    display: block;
  }
  .navbar.menu_horizontal .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .navbar.menu_horizontal .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }
  .navbar.menu_horizontal .navbar-nav {
    float: none!important;
    margin-top: 7.5px;
  }
  .navbar.menu_horizontal .navbar-nav > li {
    float: none;
  }
  .navbar.menu_horizontal .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .navbar.menu_horizontal .collapse.in {
    display: block !important;
  }
  .navbar-inverse .navbar-toggle {
    padding: 0;
    border: 0;
    padding-top: 8px;
  }
  .navbar-inverse .navbar-toggle:focus,
  .navbar-inverse .navbar-toggle:hover {
    background-color: inherit;
  }
  .navbar-inverse .navbar-toggle .icon-bar {
    background: #fff;
    width: 26px;
    height: 4px;
  }
  .navbar-inverse .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 2px;
  }
  .navbar.menu_horizontal .navbar-collapse {
    position: fixed;
    height: 100% !important;
    overflow-y: scroll !important;
    width: 250px;
    top: 0;
    left: 0;
    padding: 0;
    background: #1a1a1a;
    z-index: 9999;
    display: block !important;
    margin-left: -250px;
    -webkit-transition: ease all .4s;
    -o-transition: ease all .4s;
    transition: ease all .4s;
  }
  .navbar.menu_horizontal .navbar-collapse > ul {
    text-align: left;
    margin: 0;
  }
  .navbar.menu_horizontal .navbar-collapse > ul > li {
    float: none;
    display: block;
    overflow: hidden;
  }
  .navbar.menu_horizontal .navbar-collapse > ul > li > a {
    color: #FFF;
    padding: 15px 25px;
    line-height: 24px;
    white-space: inherit;
  }
  .navbar.menu_horizontal .navbar-collapse > ul > li ul {
    position: inherit;
    min-width: inherit;
    border: 0;
    width: 100%;
    background-color: #2c2c2c;
    margin: 15px 0;
  }
  .navbar.menu_horizontal .navbar-collapse > ul > li ul:before {
    content: " ";
    display: block;
    left: 30px;
    top: -20px;
    border: solid transparent;
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: #2c2c2c;
    border-width: 10px 10px;
  }
  .navbar.menu_horizontal .navbar-collapse > ul > li ul li a {
    white-space: inherit;
    color: #767676;
    font-size: 12px;
    padding: 10px 10px 10px 35px;
    display: inline-block;
  }
  .navbar.menu_horizontal .navbar-collapse > ul > li ul li ul {
    margin: 0;
    position: relative;
    transition: inherit;
    left: 0;
    top: 0;
  }
  .navbar.menu_horizontal .navbar-collapse > ul > li ul li ul:before {
    display: none;
  }
  .navbar.menu_horizontal .navbar-collapse > ul > li ul li ul li:first-child,
  .navbar.menu_horizontal .navbar-collapse > ul > li ul li ul li:last-child {
    padding: 0;
  }
  .navbar.menu_horizontal .navbar-collapse > ul > li ul li ul li:last-child {
    padding-bottom: 10px;
  }
  .navbar.menu_horizontal .navbar-collapse > ul > li ul li ul li.dropdown-submenu a {
    padding-right: 40px;
  }
  .navbar.menu_horizontal .navbar-collapse > ul > li ul li .toggle-list-button,
  .navbar.menu_horizontal .navbar-collapse > ul > li ul li .toggle-list-button2 {
    height: 44px;
    line-height: 44px;
    width: 40px !important;
    top: 0 !important;
  }
  .navbar.menu_horizontal .navbar-collapse > ul > li ul li .toggle-list-button:after,
  .navbar.menu_horizontal .navbar-collapse > ul > li ul li .toggle-list-button2:after {
    content: "\f107" !important;
  }
  .navbar.menu_horizontal .navbar-collapse > ul > li ul li.dropdown a {
    padding-right: 30px;
  }
  .navbar.menu_horizontal .navbar-collapse > ul > li.dropdown .caret {
    height: 54px;
    line-height: 52px;
    width: 54px;
    padding-left: 25px;
  }
  .navbar.menu_horizontal .navbar-collapse .close-menu {
    font-size: 18px;
    width: 250px;
    padding-left: 30px;
    margin-bottom: 20px;
    background-color: #1e1e1e;
    border-bottom: none;
    margin-top: 0;
    height: 54px;
    position: relative;
  }
  .navbar.menu_horizontal .navbar-collapse .close-menu:after {
    content: "\f00d";
    font-family: FontAwesome;
    font-size: 20px;
    color: #FFF;
    position: absolute;
    height: 54px;
    width: 54px;
    line-height: 54px;
    text-align: center;
    right: 0;
    top: 0;
  }
}
/* end menu */
.fullwidthbanner-container {
  margin-bottom: 30px !important;
}
.banner_home .item {
  overflow: hidden;
  margin-bottom: 30px;
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  -ms-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.banner_home .item .promo-text {
  display: none;
}
.banner_home .item img {
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  -ms-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.banner_home .item:hover {
  background: #000;
}
.banner_home .item:hover img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
  opacity: 0.75;
}
/* newsletter-box */
.newsletter-box {
  padding-top: 63px;
  padding-right: 30px;
  padding-bottom: 32px;
  padding-left: 30px;
  border: 20px solid #e6e6e6;
  text-align: left;
  font-family: Open Sans, sans-serif;
}
.newsletter-box h3 {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 24px;
  color: #607D8B;
  margin: 0 0 10px 0;
}
.newsletter-box hr {
  height: 3px;
  margin: 6px auto !important;
  background: rgba(217, 217, 217, 0.6);
  display: inline-block;
  border: none;
  width: 50px;
}
.newsletter-box h5 {
  font-weight: 300;
  font-size: 15px;
  color: #565656;
  margin: 0 0 30px 0;
}
.newsletter-box .newsletters-btn {
  background: #8bc34a;
  border: none;
  height: 39px;
  text-transform: uppercase;
  font-size: 12px;
  padding: 9px 10px;
  text-align: center;
  width: 100%;
  max-width: 110px;
  line-height: 15px;
  color: #FFF;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity: 0.7;
}
.newsletter-box .newsletters-btn:hover {
  opacity: 1;
}
@media (min-width: 1200px) {
  .newsletter-box .form-newsletter {
    padding-top: 24px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .newsletter-box .form-newsletter {
    padding-top: 0;
  }
  .newsletter-box .form-newsletter .btnn {
    text-align: right;
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .newsletter-box {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .newsletter-box .form-newsletter {
    position: relative;
  }
  .newsletter-box .form-newsletter .txtn {
    width: 100%;
    padding-right: 140px;
    float: none;
  }
  .newsletter-box .form-newsletter .btnn {
    position: absolute;
    width: 110px;
    top: 0;
    right: 0;
    padding: 0;
  }
}
@media (max-width: 450px) {
  .newsletter-box {
    padding: 25px 0;
    border-width: 10px;
  }
  .newsletter-box h3 {
    font-size: 20px;
  }
  .newsletter-box .form-newsletter {
    position: relative;
  }
  .newsletter-box .form-newsletter .txtn {
    width: 100%;
    padding-right: 15px;
    float: none;
  }
  .newsletter-box .form-newsletter .btnn {
    position: relative;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 10px;
  }
}
/*end  newsletter-box */
/* title-box */
.title-box {
  background: #ffffff url("http://simicovncom855.chiliweb.org/image/catalog/56dc4a15263cf.jpg");
  text-align: center;
  color: #fff;
  background-attachment: fixed !important;
  border-top: 1px solid #ddd;
  border-bottom: 0;
  font-size: 13px;
  padding: 50px 0;
}
.breadcrumb {
  margin: 4px 0 0px 0;
  background: transparent;
  border: 0;
  padding: 0;
  color: #FFF;
}
.breadcrumb li a {
  color: #c3170a;
}
.breadcrumb li:last-child a {
  color: #ffffff;
}
.title-style {
  color: #c3170a;
  font-family: "Times News Roman";
  font-size: 34px;
  line-height: 42px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 0;
}
@media (max-width: 1024px) {
  .title-style {
    font-size: 20px;
    line-height: 30px;
  }
}
/* end title-box */
/* content */
#content p {
  line-height: 1.8;
}
#content.content-information {
  padding-top: 30px;
}
/* end content */
.categories-ms,
.product-ms {
  padding-top: 30px;
}
/* add contact*/
.add_contact {
  border: 1px #ebebeb solid;
  padding: 15px 10px;
  margin: 2em 0 1em 0;
}
@media (max-width: 991px) {
  .add_contact .item-content {
    margin-bottom: 10px;
  }
  .add_contact .item-content:last-child {
    margin-bottom: 0;
  }
}
/* end add contact*/
/* sidebar-navigation */
.sidebar-navigation {
  margin-bottom: 35px;
}
.sidebar-navigation .cate_panel {
  border-top: 1px solid #8bc34a;
  border-bottom: 1px solid #ddd;
  margin: 0 0 0 0;
  padding: 9px 18px 20px;
  text-align: left;
  color: #fff;
  font-weight: bold;
  font-family: Arial;
  font-size: 14px;
  text-transform: uppercase;
  background-color: #8bc34a;
}
.sidebar-navigation .cate_ul a {
  text-decoration: none;
  -webkit-transition: color .25s ease;
  -moz-transition: color .25s ease;
  -o-transition: color .25s ease;
  -ms-transition: color .25s ease;
  transition: color .25s ease;
  color: #fff;
  cursor: pointer;
  position: relative;
  display: block;
  padding: 17px 10px 10px;
  border: 0;
  background: #8bc34a;
}
.sidebar-navigation .cate_ul a:hover {
  border: 0;
  background: transparent;
  border-bottom: 1px solid #E9E9E9;
  color: #8bc34a;
}
/* end sidebar-navigation */
.common-home .product_module {
  margin-top: 70px;
}
.common-home .product_module .product-thumb {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .common-home .product_module .product-thumb {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .common-home .product_module .product-thumb {
    max-width: 345px;
    margin: 0 auto 30px auto;
  }
}
@media (min-width: 451px) and (max-width: 992px) {
  .common-home .product_module {
    margin-top: 30px;
  }
}
@media (max-width: 450px) {
  .common-home .product_module {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.product_module {
  margin-bottom: 35px;
}
.product_module .title {
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-size: 24px;
  text-transform: uppercase;
  margin: 0 0 10px 0;
  font-weight: bold;
  color: #252525;
  line-height: normal;
}
@media (max-width: 450px) {
  .product_module .title {
    font-size: 18px;
  }
}
.product_module .title:after {
  content: " ";
  width: 50px;
  margin: 10px auto 20px auto;
  display: block;
  height: 3px;
  background: rgba(217, 217, 217, 0.5);
}
@media (min-width: 768px) {
  .product_module .tooltip {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .categories-ms .equal {
    display: flex;
    flex-wrap: wrap;
  }
  .categories-ms .equal > div[class*='col-'] {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .categories-ms .product-thumb {
    max-width: 345px;
    margin: 0 auto 40px auto;
  }
}
.product-thumb {
  text-align: center;
  margin-bottom: 40px;
}
.product-thumb .image {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}
.product-thumb .image img {
  margin: 0 auto;
}
.product-thumb .image .sale {
  display: inline-block;
  position: absolute;
  top: 7px;
  left: 0;
  z-index: 50;
  width: 68px;
  height: 68px;
  background: #8bc34a;
  border-radius: 100%;
}
.product-thumb .image .sale:before {
  content: "sale";
  color: #FFF;
  text-transform: uppercase;
  border-top: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
  margin: auto;
  line-height: 68px;
}
.product-thumb .image .button-group {
  position: absolute;
  bottom: 0;
  left: 0;
  border: none;
  background: rgba(26, 26, 26, 0.85);
  color: #fff;
  width: 100%;
  padding: 6px 0 4px;
  height: 35px;
  -webkit-transform: translateY(35px);
  -moz-transform: translateY(35px);
  -ms-transform: translateY(35px);
  -o-transform: translateY(35px);
  transform: translateY(35px);
  -webkit-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.product-thumb .image .button-group button {
  width: 50%;
  float: left;
  background: none;
  border: none;
  font-size: 11px;
  text-transform: uppercase;
  text-align: center;
  -webkit-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.product-thumb .image .button-group button:hover {
  color: #8bc34a;
}
.product-thumb .image:hover .button-group {
  -webkit-transform: translateY(0) !important;
  -moz-transform: translateY(0) !important;
  -ms-transform: translateY(0) !important;
  -o-transform: translateY(0) !important;
  transform: translateY(0) !important;
}
.product-thumb .caption {
  font-family: Open Sans, sans-serif;
}
.product-thumb .caption h4 {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 14px;
  line-height: 15px;
}
.product-thumb .caption h4 a {
  color: #8bc34a;
  -webkit-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.product-thumb .caption h4 a:hover {
  color: #767676;
}
.product-thumb .caption .rating {
  margin-bottom: 5px;
}
.product-thumb .caption .price {
  font-family: Arial;
  margin: 0 0 10px 0;
}
.product-thumb .caption .price .price-old {
  display: block;
  margin: 0;
  font-size: 12px;
  color: #000;
  line-height: normal;
  text-decoration: line-through;
}
.product-thumb .caption .price .price-new {
  display: block;
  font-size: 14px;
  color: #8bc34a;
  font-weight: normal;
}
.product-thumb .add-cart {
  background: #FFF;
  border: 1px solid #CBCBCB;
  text-align: center;
  font-size: 14px;
  padding: 6px 18px;
  text-transform: uppercase;
  color: #000;
  -webkit-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.product-thumb .add-cart i {
  display: none;
}
.product-thumb .add-cart:hover {
  border-color: #000;
}
@media (max-width: 1024px) {
  .product-thumb .image .button-group {
    position: relative;
    transform: inherit;
    overflow: hidden;
    height: inherit;
    padding: 0;
  }
  .product-thumb .image .button-group button {
    line-height: 30px;
  }
  .product-thumb .image .button-group i {
    display: none;
  }
}
/* show in tab */
.show-in-tab-mod {
  margin-top: 70px;
  margin-bottom: 35px;
}
.show-in-tab-mod .show-in-tab > .nav-tabs {
  text-align: center;
  border: 0;
  margin: 0;
}
.show-in-tab-mod .show-in-tab > .nav-tabs li {
  float: none;
  display: inline-block;
}
.show-in-tab-mod .show-in-tab > .nav-tabs li a {
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-size: 24px;
  margin: 0 0 10px 0;
  padding: 0;
  color: #8BC34A;
  line-height: normal;
  text-transform: uppercase;
  font-weight: bold;
}
.show-in-tab-mod .show-in-tab > .nav-tabs li a:after {
  content: " ";
  width: 50px;
  margin: 10px auto 20px auto;
  display: block;
  height: 3px;
  background: rgba(217, 217, 217, 0.5);
}
@media (max-width: 475px) {
  .show-in-tab-mod .show-in-tab > .nav-tabs li a {
    font-size: 18px;
  }
}
@media (max-width: 350px) {
  .show-in-tab-mod .show-in-tab > .nav-tabs li a {
    font-size: 15px;
  }
}
.show-in-tab-mod .show-in-tab > .nav-tabs li:hover {
  border: 0;
}
.show-in-tab-mod .show-in-tab > .nav-tabs li + li {
  margin-left: 30px;
}
.show-in-tab-mod .show-in-tab > .nav-tabs > li.active {
  border: 0;
}
.show-in-tab-mod .show-in-tab > .nav-tabs > li.active a {
  color: #8BC34A;
}
.show-in-tab-mod .show-in-tab > .nav-tabs > li.active a:after {
  background: #8bc34a;
}
@media (max-width: 550px) {
  .show-in-tab-mod .show-in-tab > .nav-tabs {
    border: 0;
  }
  .show-in-tab-mod .show-in-tab > .nav-tabs li,
  .show-in-tab-mod .show-in-tab > .nav-tabs > li.active {
    width: 100%;
    display: block;
  }
  .show-in-tab-mod .show-in-tab > .nav-tabs li + li {
    margin-left: 0;
  }
  .show-in-tab-mod .show-in-tab > .nav-tabs li + li a {
    margin-top: 10px;
  }
}
.show-in-tab-mod .product-thumb {
  clear: both;
}
.show-in-tab-mod .owl-car-tab .owl-wrapper-outer {
  max-height: inherit !important;
}
.show-in-tab-mod .owl-controls .owl-buttons div {
  display: none;
}
@media (max-width: 992px) {
  .show-in-tab-mod {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .show-in-tab-mod {
    margin-top: 0;
  }
}
@media (max-width: 479px) {
  .show-in-tab-mod .product-thumb {
    margin-bottom: 0;
  }
}
/* product list */
.product-list .product-thumb {
  text-align: left;
  margin-bottom: 40px;
  overflow: hidden;
}
.product-list .product-thumb .image {
  width: 250px;
  float: left;
  margin-bottom: 0;
}
.product-list .product-thumb .image .sale {
  text-align: center;
}
.product-list .product-thumb .caption {
  margin-left: 280px;
  text-align: left;
}
.product-list .product-thumb .caption h4 {
  margin: 6px 0 2px 0;
}
.product-list .product-thumb .caption .price {
  margin-bottom: 5px;
}
.product-list .product-thumb .caption .price .price-old {
  margin-bottom: 1px;
}
.product-list .product-thumb .caption .rating {
  margin-bottom: 10px;
}
.product-list .product-thumb .description {
  display: block;
}
.product-list .product-thumb .add-cart {
  margin-left: 30px;
  text-align: left;
}
/*wishlist - compare */
.price2 {
  font-family: Arial;
}
.price2 .price-old {
  font-size: 12px;
  color: #000;
  text-decoration: line-through;
}
.price2 .price-new {
  color: #8bc34a;
  font-size: 14px;
  line-height: 24px;
}
.wishlist-tbl .desc2 {
  max-width: 400px;
  word-wrap: break-word;
}
.wishlist-tbl .w120 {
  min-width: 120px;
}
.button-box {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .wishlist-tbl .desc2 {
    word-wrap: break-word;
    white-space: normal !important;
  }
  .price2 .price-old,
  .price2 .price-new {
    display: block;
  }
}
@media (max-width: 400px) {
  .button-box2 {
    overflow: hidden;
  }
  .button-box2 .pull-left {
    margin-bottom: 10px;
  }
  .button-box2 .pull-left,
  .button-box2 .pull-right {
    width: 100%;
    float: none;
    text-align: center;
  }
}
.checkout-checkout .qc-quantity .input-group-btn .decrease,
.checkout-checkout .qc-quantity .input-group-btn .increase {
  border-color: #d8d8d8;
  color: #000;
  padding: 0 10px;
  width: 40px;
}
.checkout-checkout .qc-quantity .input-group-btn .decrease:hover,
.checkout-checkout .qc-quantity .input-group-btn .increase:hover,
.checkout-checkout .qc-quantity .input-group-btn .decrease:active,
.checkout-checkout .qc-quantity .input-group-btn .increase:active,
.checkout-checkout .qc-quantity .input-group-btn .decrease:focus,
.checkout-checkout .qc-quantity .input-group-btn .increase:focus {
  border-color: #d8d8d8;
  outline: none;
  box-shadow: none;
}
/*end wishlist - compare */
/* error page */
.error-page {
  text-align: center;
}
.error-page img {
  max-width: 400px;
  width: 100%;
  margin-bottom: 20px;
}
.error-page .text {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
}
/*end error page */
/* product left */
.product_left .product-module .title {
  border-top: 1px solid #000;
  border-bottom: 1px solid #ddd;
  margin: 0 0 10px 0;
  padding: 20px 0 20px;
  text-align: left;
  color: #8bc34a;
  font-weight: bold;
  font-family: Arial;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 24px;
}
.product_left .product-module .product-thumb {
  padding: 20px 0;
  border-bottom: 1px solid #ddd;
  margin: 0;
  overflow: hidden;
}
.product_left .product-module .product-thumb .sale,
.product_left .product-module .product-thumb .rating,
.product_left .product-module .product-thumb .add-cart,
.product_left .product-module .product-thumb .button-group {
  display: none;
}
.product_left .product-module .product-thumb .image {
  width: 72px;
  float: left;
  margin: 0 15px 0 0;
  padding: 5px;
  border: 1px solid #ddd;
}
.product_left .product-module .product-thumb .image img {
  margin: 0;
  padding: 0;
}
.product_left .product-module .product-thumb .caption {
  text-align: left;
  margin-left: 87px;
}
.product_left .product-module .product-thumb .caption h4 {
  margin: 0 0 8px 0;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
}
.product_left .product-module .product-thumb .caption h4 a {
  color: #000;
}
.product_left .product-module .product-thumb .caption h4 a:hover {
  color: #8bc34a;
}
.product_left .product-module .product-thumb .caption .price .price-old {
  font-size: 13px;
}
.product_left .product-module .product-thumb .caption .price .price-new {
  font-size: 14px;
}
/* product left */
/* product in footer */
.product_footer .product-module .product-thumb {
  padding: 6px 0 7px;
  margin: 0;
  overflow: hidden;
}
.product_footer .product-module .product-thumb .sale,
.product_footer .product-module .product-thumb .rating,
.product_footer .product-module .product-thumb .add-cart,
.product_footer .product-module .product-thumb .button-group {
  display: none;
}
.product_footer .product-module .product-thumb .image {
  width: 52px;
  float: left;
  margin: 0 15px 0 0;
  padding: 5px;
  border: 1px solid #ddd;
}
.product_footer .product-module .product-thumb .image img {
  margin: 0;
  padding: 0;
}
.product_footer .product-module .product-thumb .caption {
  text-align: left;
  margin-left: 65px;
}
.product_footer .product-module .product-thumb .caption h4 {
  margin: 2px 0 5px 0;
}
.product_footer .product-module .product-thumb .caption .price {
  margin-bottom: 0;
}
.product_footer .product-module .product-thumb .caption .price .price-old {
  font-size: 13px;
}
.product_footer .product-module .product-thumb .caption .price .price-new {
  font-size: 14px;
}
/* end product footer */
/* product details */
.product_name {
  font-size: 30px;
  line-height: 1.6;
  text-transform: uppercase;
  color: #333;
  margin: 0 0 10px 0;
}
.single-product-description .info {
  color: #8bc34a;
}
.single-product-description .old-price {
  font-size: 20px;
  color: #000;
}
.single-product-description .regular-price {
  color: #8bc34a;
  font-weight: normal;
  font-size: 30px;
}
.single-product-description .rating .fa-stack {
  line-height: 12px;
}
.single-pro-thumb .thubm-caro {
  padding: 0 20px;
}
.single-pro-thumb .thubm-caro .owl-buttons .owl-prev {
  right: auto;
  left: 0;
}
.single-pro-thumb .thubm-caro .owl-buttons .owl-next {
  right: 0;
  left: auto;
}
.single-pro-thumb .thubm-caro img {
  border: 1px solid #D5D5D5;
  margin: 0 auto;
}
.bg-ms-product .nav-tabs {
  border: 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.bg-ms-product .nav-tabs li a {
  border: 0;
  margin: 10px 30px 10px 0;
  padding: 0;
  line-height: 24px;
  text-transform: uppercase;
  position: relative;
}
.bg-ms-product .nav-tabs li a:hover {
  color: #8bc34a;
  background: transparent;
  border: 0;
}
.bg-ms-product .nav-tabs > li.active > a {
  color: #555;
  cursor: default;
  background-color: transparent;
  border: 0;
}
.bg-ms-product .nav-tabs > li.active > a:after {
  content: '';
  display: block;
  width: 100%;
  height: 36px;
  border-bottom: 3px solid #3d3d3d;
  position: absolute;
  top: -11px;
  left: 0;
}
.bg-ms-product .nav-tabs > li.active > a:before {
  content: '';
  display: block;
  bottom: -18px;
  left: 50%;
  margin-left: -4px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-top-color: #000;
  border-width: 4px 4px;
}
.bg-ms-product .nav-tabs > li.active > a:hover {
  color: #8bc34a;
}
.zoomWrapper {
  margin: 0 auto;
  position: relative;
}
.zoomWrapper img {
  width: 100%!important;
  height: auto;
}
@media (max-width: 1024px) {
  .zoomContainer {
    display: none;
  }
}
@media (max-width: 767px) {
  .single-product-image {
    margin-bottom: 20px;
  }
}
/* review */
#tab-review .table > tbody > tr > td,
#tab-review .table > tbody > tr > th,
#tab-review .table > tfoot > tr > td,
#tab-review .table > tfoot > tr > th,
#tab-review .table > thead > tr > td,
#tab-review .table > thead > tr > th {
  padding: 8px 4px;
  text-align: left;
}
/* related */
.area-title h3 {
  font-size: 22px;
  margin: 0 0 15px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #ddd;
  text-align: center;
  padding: 20px 0;
  font-weight: 400;
  text-transform: uppercase;
}
.featured-item {
  clear: both;
}
.featured-item .owl-item {
  padding-left: 15px;
  padding-right: 15px;
}
.featured-item .owl-buttons .owl-prev,
.featured-item .owl-buttons .owl-next {
  background: transparent;
  width: 40px;
  height: 40px;
  color: #ccc;
  text-align: center;
  line-height: 40px;
  position: absolute;
  top: -55px;
  margin-top: -20px;
}
.featured-item .owl-buttons div {
  opacity: .7!important;
}
.featured-item .owl-buttons div i {
  font-size: 40px!important;
  color: #333;
  text-shadow: none;
  margin: 0;
}
.featured-item .product-thumb {
  margin-bottom: 0;
}
/* product details */
footer {
  padding-top: 50px;
}
footer #footer_top {
  margin-bottom: 50px;
}
footer #footer_top h2,
footer #footer_top h3,
footer #footer_top h4.title {
  color: #000;
  padding: 0 0 14px;
  margin: 0 0 16px 0;
  font-family: Arial;
  font-size: 14px;
  line-height: 24px;
  border-bottom: 1px solid #3F3F3F;
  text-transform: uppercase;
}
footer #footer_top h4.title a {
  color: #000;
}
footer #footer_top .menu_vertical .vertical-name > .navbar-collapse li a {
  color: #787878;
  transition: ease all .25s;
  font-size: 14px;
  padding: 0;
}
footer #footer_top .menu_vertical .vertical-name > .navbar-collapse li a:before {
  content: "\f005";
  font-family: FontAwesome;
  color: #8bc34a;
  font-size: 10px;
  margin-right: 7px;
}
footer #footer_top .menu_vertical .vertical-name > .navbar-collapse li a:hover {
  color: #000;
}
footer #footer_top .menu_vertical .vertical-name > .navbar-collapse li + li {
  padding-top: 14px;
}
@media (min-width: 768px) and (max-width: 991px) {
  footer #footer_top .vertical_footer .row,
  footer #footer_top .vertical_footer .row > div[class*='col-'] {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex: 1 0 auto;
  }
  footer #footer_top .vertical_footer .row {
    display: flex;
    flex-wrap: wrap;
  }
  footer #footer_top .vertical_footer .row > div[class*='col-'] {
    display: flex;
    flex-direction: column;
  }
  footer #footer_top .vertical_footer .row > div[class*='col-']:nth-child(-n+2) {
    margin-bottom: 30px;
  }
}
footer #footer_top .product-module .product-layout-custom .medium:first-child .product-thumb {
  padding-top: 5px;
}
footer #footer_top .product-module .product-layout-custom .medium + .medium .product-thumb {
  border-top: 1px solid #CCC;
}
footer #footer_bottom {
  color: #767676;
  line-height: 1.8;
  font-size: 12px;
}
footer #footer_bottom a {
  color: #767676;
  -webkit-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
footer #footer_bottom a:hover {
  color: #8bc34a !important;
  text-decoration: underline;
}
footer #footer_bottom .in-footer-bottom {
  padding: 30px 0;
  border-top: 3px solid #ddd;
}
footer #footer_bottom .chili a {
  color: #767676 !important;
}
footer #footer_bottom .chili a:hover {
  color: #8bc34a !important;
  text-decoration: underline;
}
@media (max-width: 767px) {
  footer #footer_top {
    margin-bottom: 0;
  }
  footer #footer_top h2,
  footer #footer_top h3,
  footer #footer_top h4.title {
    padding: 0 0 5px;
  }
  footer #footer_top .menu_vertical .vertical-name h4 {
    margin-bottom: 0;
  }
  footer #footer_top .menu_vertical .vertical-name h4 .btn-open-mobile i {
    display: inherit;
    padding-right: 5px;
    cursor: pointer;
  }
  footer #footer_top .menu_vertical .vertical-name > .navbar-collapse {
    border: 0;
    visibility: visible;
    padding-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
    transition: inherit;
  }
  footer #footer_top .product_footer .row div[class*='col-'] {
    margin-bottom: 15px;
  }
  footer #footer_bottom .in-footer-bottom {
    padding: 15px 0;
  }
  footer #footer_bottom .copyright {
    text-align: center;
    padding-bottom: 5px;
  }
  footer #footer_bottom .chili {
    text-align: center;
  }
}
/*# sourceMappingURL=style.css.map */

@media (min-width:0px) and (max-width: 767px) {
  #logo img { width: 80px; }

}
@media (min-width:1199px) and (max-width: 2000px) {
  .main-header-ontop #logo img {
    top: -8px;
    width: 80px;
  }
  #logo img {
    position: absolute;
    top: -23px;
    width: 100px;
  }
}

.button-group {
    display: none;
}

span.price-tax {
    display: none;
}

.product_latest .product-layout-custom .medium:nth-child(4n+5){
	clear: both;
}
span.promo-text {
    display: none;
}
.des2 { display: none !important; }