/*========================================================
                   Bootstrap Reset
=========================================================*/
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css);
@import url(//fonts.googleapis.com/css?family=Roboto:400,500,700&subset=latin,cyrillic-ext);
button, .btn {
  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; }
  button::-moz-focus-inner, .btn::-moz-focus-inner {
    border: none;
    padding: 0; }
  button:focus, .btn:focus {
    outline: none; }

label, input, button, select, textarea {
  font-size: 13px;
  color: #374046; }
  @media (min-width: 768px) and (max-width: 991px) {
    label, input, button, select, textarea {
      font-size: 10px; } }

label {
  font-weight: bold;
  cursor: default; }

textarea {
  resize: none; }

blockquote {
  font-size: inherit;
  line-height: inherit; }

select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
  font-size: 13px;
  border-radius: 0;
  box-shadow: none; }

select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control, .input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover, .input-group-addon {
  font-size: 12px; }

input[type="checkbox"], input[type="checkbox"]:focus, input[type="radio"], input[type="radio"]:focus {
  outline: none; }

.bootstrap-datetimepicker-widget td.day:hover,
.bootstrap-datetimepicker-widget td.minute:hover,
.bootstrap-datetimepicker-widget td.second:hover,
.bootstrap-datetimepicker-widget thead tr:first-child th:hover,
.bootstrap-datetimepicker-widget td span:hover {
  background-color: transparent; }
.bootstrap-datetimepicker-widget .timepicker {
  margin-top: 5px; }
  .bootstrap-datetimepicker-widget .timepicker td > span {
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin: 5px 0; }
    .bootstrap-datetimepicker-widget .timepicker td > span:hover {
      color: #00b297; }

.bootstrap-datetimepicker-widget td.day.active,
.bootstrap-datetimepicker-widget td.day.active:hover {
  background: #00b297;
  color: #fff;
  cursor: inherit; }

.container > .alert,
.breadcrumb + .alert {
  position: fixed;
  z-index: 1000; }

.alert {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 8px 14px 8px 14px;
  z-index: 30;
  color: #fff;
  border-radius: 0; }
  .alert i {
    font-size: 21px;
    margin-right: 5px; }
  .alert a {
    text-decoration: underline; }
    .alert a:hover {
      text-decoration: none;
      color: #fff; }
  .alert button.close {
    color: #fff; }
    .alert button.close:hover, .alert button.close:focus {
      opacity: 1;
      color: #fff; }

.alert-success {
  background-color: #00b297;
  border: 1px solid #48B151; }
  .alert-success a {
    color: #000; }
    .alert-success a:visited {
      color: #000; }
    .alert-success a:hover, .alert-success a:focus, .alert-success a:active {
      color: #000; }

.alert-danger {
  background-color: #F3515C;
  border-color: #D4323D; }

.alert-info {
  background-color: #FE9126;
  border-color: #E4752B; }

.alert-warning {
  background-color: #EC710D;
  border-color: #D45634; }

.pagination {
  margin: 0; }

.pagination > li:last-child > a, .pagination > li:last-child > span, .pagination > li:first-child > a, .pagination > li:first-child > span {
  border-radius: 0; }

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  background-color: #00b297;
  border-color: #00b297;
  color: #fff; }

.pagination > li > a, .pagination > li > span {
  color: #99a4ab;
  border-color: #ebecec; }

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  z-index: 1; }

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
  background: #00b297;
  border-color: #00b297;
  color: #fff; }

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background: none;
  text-decoration: none; }

.table thead td {
  text-transform: uppercase;
  font-weight: bold;
  color: #323232 !important;
  font-size: 13px;
  background-color: #F9F9F9; }

.table th,
.table td {
  padding: 20px;
  border-color: #D7D7D7;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background: none; }

.table .btn {
  margin: 2px; }

.block-compare .table th, .block-compare .table td {
  padding: 7px; }

.panel-group .panel, .panel, .table-bordered, .table-bordered thead:first-child tr:first-child > th:last-child, .table-bordered tbody:first-child tr:first-child > td:last-child, .table-bordered tbody:first-child tr:first-child > th:last-child, .table-bordered thead:first-child tr:first-child > th:first-child, .table-bordered tbody:first-child tr:first-child > td:first-child, .table-bordered tbody:first-child tr:first-child > th:first-child, .table-bordered thead:last-child tr:last-child > th:first-child, .table-bordered tbody:last-child tr:last-child > td:first-child, .table-bordered tbody:last-child tr:last-child > th:first-child, .table-bordered tfoot:last-child tr:last-child > td:first-child, .table-bordered tfoot:last-child tr:last-child > th:first-child {
  border-radius: 0; }

.table-bordered, .table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
  border-color: #ebecec; }

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
  border-top: none; }

.table-responsive > .table > thead > tr > th, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > td {
  white-space: normal; }

.table > tbody + tbody {
  border-top: none; }

.panel strong {
  color: #455058; }

.panel-default {
  border-color: #ebecec; }

.panel-body {
  background: #f9f9f9; }

.panel-heading {
  padding: 20px; }

a.addthis_button_tweet {
  width: 85px !important; }

.addthis_button_facebook_like {
  line-height: 20px; }

html[lang="de"] a.addthis_button_tweet {
  width: 97px !important; }

html[lang="ru"] a.addthis_button_tweet {
  width: 101px !important; }

.fancybox-close, .fancybox-prev span, .fancybox-next span {
  opacity: 0.8; }

.fancybox-close:hover, .fancybox-prev span:hover, .fancybox-next span:hover {
  opacity: 1; }

.text-danger {
  color: red;
  font-size: 16px; }

.buttons input[type="checkbox"] {
  position: relative;
  top: 2px; }

.tooltip {
  z-index: 10000; }

.product-image .polaroid .magnificent-area {
  z-index: 2 !important; }
.product-image .polaroid .magnificent-viewport {
  z-index: 1 !important; }

/*========================================================
                      Main Styles
=========================================================*/
body {
  font: 400 12px/22px "Roboto", sans-serif;
  color: #99a4ab;
  background: #f2f2f2; }

h1, h2, h4, h5, h6 {
  color: #374046;
  margin: 0 0 20px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.2em; }


h3 {
  color: #374046;
  margin: 0 0 0px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.2em; }



/* Override the bootstrap defaults */
h1 {
  font-size: 22px;
  margin-bottom: 30px; }

h2 {
  font-size: 20px;
  margin-bottom: 25px; }

h3 {
  font-size: 18px; }

h4 {
  font-size: 16px;
  margin-bottom: 15px; }

h5 {
  font-size: 14px;
  margin-bottom: 15px; }

h6 {
  font-size: 12px;
  margin-bottom: 10px; }

.green {
  color: green; }

a {
  font: inherit;
  color: #00b297;
  text-decoration: none;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease; }
  a:active {
    background-color: transparent; }
  a:visited, a:focus {
    color: #00b297;
    outline: none;
    text-decoration: none; }
  a:hover {
    text-decoration: none;
    color: #008ea0; }

p a:hover {
  text-decoration: underline; }

img {
  max-width: 100%;
  height: auto; }

legend {
  font-size: 18px;
  padding: 7px 0 15px; }

label {
  font-size: 12px;
  font-weight: 500; }

.input-group .input-group-addon {
  height: 30px; }

.nav-tabs {
  margin-bottom: 15px; }

div.required .control-label:before {
  content: '* ';
  color: #F00;
  font-weight: bold; }

td .price, .price b, .tx-price {
  font-size: 14px;
  color: #374046;
  font-weight: 500;
  padding-bottom: 0; }

.price s {
  font-size: 14px;
  color: #99a4ab; }

.fancybox-wrap .price {
  margin-bottom: 20px; }

.fa {
  line-height: inherit; }

/*========================================================
                      Header styles
=========================================================*/
.header {
  color: #fff;
  background: #d1d1d3 !important;
  padding-top: 39px;
  margin-bottom: 30px;
  line-height: 0; }
  .header .box-cart {
    float: right; }
  .header .logo {
    float: left; }
  .header .top-menu {
    display: inline-block;
    float: right;
    position: relative; }
    .header .top-menu > span {
      display: inline-block;
      cursor: pointer;
      color: #fff;
      font-size: 34px;
      line-height: 28px;
      vertical-align: top;
      height: 40px;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none; }
      .header .top-menu > span i {
        margin-right: -5px; 
        color: #414c54; 
        }
      .header .top-menu > span:hover {
        color: #00b297; }
    .header .top-menu .toggle_cont {
      display: none;
      position: absolute;
      z-index: 20;
      width: 270px;
      font-size: 16px;
      line-height: 19px;
      color: #99a4ab;
      right: 0;
      background: #fff;
      -webkit-box-shadow: 0 0 13px rgba(0, 0, 0, 0.09);
      -moz-box-shadow: 0 0 13px rgba(0, 0, 0, 0.09);
      box-shadow: 0 0 13px rgba(0, 0, 0, 0.09); }
      .header .top-menu .toggle_cont .top-block {
        display: inline-block;
        width: 100%;
        padding: 18px 25px 14px 30px;
        text-align: left; }
        .header .top-menu .toggle_cont .top-block ul li {
          width: 100%;
          padding: 12px 0 13px;
          font-size: 16px;
          line-height: 19px; }
          .header .top-menu .toggle_cont .top-block ul li a {
            color: #99a4ab; }
            .header .top-menu .toggle_cont .top-block ul li a:visited {
              color: #99a4ab; }
              .header .top-menu .toggle_cont .top-block ul li a:visited i {
                color: #dadee1; }
            .header .top-menu .toggle_cont .top-block ul li a:hover, .header .top-menu .toggle_cont .top-block ul li a:focus, .header .top-menu .toggle_cont .top-block ul li a:active {
              color: #374046; }
              .header .top-menu .toggle_cont .top-block ul li a:hover i, .header .top-menu .toggle_cont .top-block ul li a:focus i, .header .top-menu .toggle_cont .top-block ul li a:active i {
                color: #00b297; }
            .header .top-menu .toggle_cont .top-block ul li a i {
              color: #dadee1;
              font-size: 24px;
              line-height: 19px;
              vertical-align: top;
              margin-right: 8px;
              -moz-transition: 0.3s all ease;
              -o-transition: 0.3s all ease;
              -webkit-transition: 0.3s all ease;
              transition: 0.3s all ease; }
        .header .top-menu .toggle_cont .top-block + .top-block {
          border-top: 1px solid #ebecec; }
    .header .top-menu.active > span i:before {
      content: '\e051'; }
  .header .btn-group {
    vertical-align: top; }
    .header .btn-group.open .dropdown-toggle {
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none; }
  .header .dropdown-menu {
    color: #99a4ab;
    background: #fff;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: 0 0 13px rgba(0, 0, 0, 0.09);
    -moz-box-shadow: 0 0 13px rgba(0, 0, 0, 0.09);
    box-shadow: 0 0 13px rgba(0, 0, 0, 0.09);
    font-size: 12px;
    line-height: 14px; }
    .header .dropdown-menu > li > button:hover,
    .header .dropdown-menu > li > a:hover {
      color: #00b297; }

.header .top-menu .toggle_cont .top-block .box-language, .header .top-menu .toggle_cont .top-block .box-currency {
  padding: 7px 0 13px; }
  .header .top-menu .toggle_cont .top-block .box-language ul, .header .top-menu .toggle_cont .top-block .box-currency ul {
    padding-top: 5px; }
    .header .top-menu .toggle_cont .top-block .box-language ul li, .header .top-menu .toggle_cont .top-block .box-currency ul li {
      padding: 15px 0 0; }

/*================   Top Links style   ===============*/
.nav > ul {
  padding: 0;
  margin: 0; }
.nav a i {
  display: none; }
.nav a:hover, .nav a .active {
  color: #374046; }

/*================  CURRENCY AND LANGUAGE BOXES ===============*/
.box-language .open .dropdown-toggle,
.box-currency .open .dropdown-toggle,
.box-language .dropdown-toggle:hover,
.box-currency .dropdown-toggle:hover {
  color: #00b297;
  box-shadow: none; }
  .box-language .open .dropdown-toggle:after,
  .box-currency .open .dropdown-toggle:after,
  .box-language .dropdown-toggle:hover:after,
  .box-currency .dropdown-toggle:hover:after {
    color: #00b297; }

.box-language .dropdown-toggle,
.box-currency .dropdown-toggle {
  display: block;
  font-size: 16px;
  text-transform: capitalize;
  cursor: pointer;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease; }
  .box-language .dropdown-toggle:after,
  .box-currency .dropdown-toggle:after {
    display: inline-block;
    color: #dadee1;
    content: '\e071';
    vertical-align: top;
    font: 400 30px/21px "material-design";
    height: 19px; }
.box-language .btn-group.open .dropdown-toggle:after,
.box-currency .btn-group.open .dropdown-toggle:after {
  content: '\e073'; }

.box-currency .dropdown-menu,
.box-language .dropdown-menu {
  position: relative;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding: 0;
  margin: 0; }
  .box-currency .dropdown-menu li,
  .box-language .dropdown-menu li {
    width: 100%;
    display: block; }
    .box-currency .dropdown-menu li a, .box-currency .dropdown-menu li button,
    .box-language .dropdown-menu li a,
    .box-language .dropdown-menu li button {
      text-align: left;
      display: inline-block;
      padding: 0;
      font-size: 14px;
      line-height: 16px;
      color: #99a4ab;
      text-transform: capitalize; }
      .box-currency .dropdown-menu li a:hover, .box-currency .dropdown-menu li a:active, .box-currency .dropdown-menu li a:focus, .box-currency .dropdown-menu li button:hover, .box-currency .dropdown-menu li button:active, .box-currency .dropdown-menu li button:focus,
      .box-language .dropdown-menu li a:hover,
      .box-language .dropdown-menu li a:active,
      .box-language .dropdown-menu li a:focus,
      .box-language .dropdown-menu li button:hover,
      .box-language .dropdown-menu li button:active,
      .box-language .dropdown-menu li button:focus {
        color: #374046;
        background: none; }

/********** Swipe menu ******************/
.toprow-1 {
  color: #fff;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 90;
  display: none;
  background: #374046;
  border-bottom: 1px solid #455058; }

.swipe-control {
  border-right: 1px solid #455058;
  display: block;
  height: 50px;
  vertical-align: top;
  text-align: center;
  width: 64px;
  z-index: 100; }
  .swipe-control i {
    line-height: 50px;
    font-size: 30px;
    vertical-align: top;
    color: #fff;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease; }
  .swipe-control:hover i, .swipe-control.active i {
    color: #00b297; }

.swipe {
  display: block;
  overflow: hidden;
  position: fixed;
  top: 50px;
  width: 237px;
  z-index: 101;
  bottom: 0;
  left: -237px;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease; }
  .swipe .swipe-menu {
    height: 100%;
    overflow-y: auto; }

.swipe ul {
  padding: 0;
  margin: 0; }
  .swipe ul li {
    list-style-type: none; }
    .swipe ul li a {
      display: block;
      padding: 10px 20px;
      color: #fff;
      border-top: 1px solid #455058;
      font-size: 14px;
      line-height: 25px;
      text-transform: uppercase;
      background: #374046; }
      .swipe ul li a i, .swipe ul li a:before {
        font-size: 21px;
        color: #fff;
        margin-right: 9px;
        -moz-transition: 0.3s all ease;
        -o-transition: 0.3s all ease;
        -webkit-transition: 0.3s all ease;
        transition: 0.3s all ease; }
      .swipe ul li a:hover {
        background-color: #00b297;
        color: #fff; }
        .swipe ul li a:hover i, .swipe ul li a:hover:before {
          color: #fff; }

.swipe .foot li a:before {
  content: "\f05a";
  font-family: "FontAwesome";
  display: inline-block; }

.ind .swipe {
  display: block;
  left: 0; }
.ind #page {
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 88; }
.ind .shadow {
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 88; }

.swipe .foot li + li a:before {
  content: "\f0d1"; }
.swipe .foot li + li + li a:before {
  content: "\f06a"; }
.swipe .foot li + li + li + li a:before {
  content: "\f085"; }

.swipe .foot.foot-1 li a:before {
  content: "\f0ac"; }
.swipe .foot.foot-1 li + li a:before {
  content: "\f079"; }
.swipe .foot.foot-1 li + li + li a:before {
  content: "\f0e8"; }

.swipe .foot.foot-2 li a:before {
  content: "\f02c"; }
.swipe .foot.foot-2 li + li a:before {
  content: "\f06b"; }
.swipe .foot.foot-2 li + li + li a:before {
  content: "\f0c0"; }
.swipe .foot.foot-2 li + li + li + li a:before {
  content: "\f0a3"; }

.swipe .foot.foot-3 li a:before {
  content: "\f0cb"; }
.swipe .foot.foot-3 li + li a:before {
  content: "\f003"; }

@media (max-width: 767px) {
  .toprow-1 {
    display: block; } }
/*========================================================
               Responsive Header styles
=========================================================*/
@media (min-width: 1200px) {
  .header .menu-block div.pull-left, .header .menu-block div.pull-right {
    width: 270px; }
  .header .menu-block .search-block {
    width: 430px; } }
@media (min-width: 768px) {
  .header .menu-block {
    display: inline-block;
    width: 100%;
    margin-top: 26px;
    background: #374046;
    -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.19);
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.19); }
    .header .menu-block .pull-left, .header .menu-block .pull-right {
      width: 23%; }
    .header .menu-block .menu {
      width: 270px; }
    .header .menu-block.scroll-fix {
      margin-top: 0; } }
@media (min-width: 768px) and (max-width: 991px) {
  .menu-block .menu-icon .menu-icon2 {
    font-size: 16px;
    padding-left: 15px;
    padding-right: 10px; }
    .menu-block .menu-icon:after .menu-icon2:after {
      width: .8em; }

  .header .top-menu .toggle_cont .top-block ul li {
    font-size: 14px;
    line-height: 16px;
    padding: 5px 0; }
    .header .top-menu .toggle_cont .top-block ul li a i {
      font-size: 19px;
      line-height: 16px; }

  .box-language .dropdown-toggle,
  .box-currency .dropdown-toggle {
    font-size: 14px;
    line-height: 16px; }
    .box-language .dropdown-toggle:after,
    .box-currency .dropdown-toggle:after {
      height: 16px;
      line-height: 16px; } }
@media (max-width: 767px) {
  .header {
    padding-top: 50px;
    background: #00b297; }
    .header .menu-block .pull-left, .header .menu-block .pull-right {
      float: none !important; }
    .header .top-menu {
      margin-top: 15px; }
      .header .top-menu .toggle_cont {
        width: 200px; }
    .header .search {
      float: none; }
    .header .box-currency {
      margin-right: 0;
      padding: 0; }
    .header .box-language .dropdown-toggle,
    .header .box-currency .dropdown-toggle {
      font-size: 15px;
      line-height: 16px; }
      .header .box-language .dropdown-toggle:after,
      .header .box-currency .dropdown-toggle:after {
        font-size: 24px;
        line-height: 17px;
        height: 16px; }
    .header .logo {
      margin-top: 20px;
      margin-bottom: 25px;
      max-width: 80%; }
      .header .logo img {
        display: inline-block; }
    .header .box-cart {
      margin: 0; }
    .header .nav {
      margin-top: 0; }
      .header .nav ul {
        display: none; }
    .header .nav__primary {
      margin-top: 15px;
      background: none; } }
/*========================================================
                      Content styles
=========================================================*/
#page {
  background: #fff;
  overflow: hidden; }

/*==================  Marked List  ======================*/
.box.account ul,
.box.affilate ul {
  padding: 0;
  list-style-type: none; }
  .box.account ul a,
  .box.affilate ul a {
    position: relative;
    display: inline-block;
    padding: 7px 0;
    font-size: 14px;
    line-height: 16px;
    color: #99a4ab;
    vertical-align: top; }
    .box.account ul a:visited,
    .box.affilate ul a:visited {
      color: #99a4ab; }
    .box.account ul a:hover, .box.account ul a:focus, .box.account ul a:active,
    .box.affilate ul a:hover,
    .box.affilate ul a:focus,
    .box.affilate ul a:active {
      color: #00b297; }
    .box.account ul a:before,
    .box.affilate ul a:before {
      content: '\f054';
      margin-right: 10px;
      font-weight: 400;
      font-size: 10px;
      line-height: 16px;
      vertical-align: top;
      font-family: "FontAwesome";
      color: #00b297;
      -moz-transition: 0.3s all ease;
      -o-transition: 0.3s all ease;
      -webkit-transition: 0.3s all ease;
      transition: 0.3s all ease; }

.site-map-page #content ul,
.manufacturer-content div,
#content ul.list-unstyled {
  margin: 0;
  list-style-type: none; }
  .site-map-page #content ul li,
  .manufacturer-content div li,
  #content ul.list-unstyled li {
    line-height: 16px;
    padding: 7px 0; }
  .site-map-page #content ul a,
  .manufacturer-content div a,
  #content ul.list-unstyled a {
    position: relative;
    font-size: 14px;
    line-height: 16px;
    color: #99a4ab;
    vertical-align: top; }
    .site-map-page #content ul a:visited,
    .manufacturer-content div a:visited,
    #content ul.list-unstyled a:visited {
      color: #99a4ab; }
    .site-map-page #content ul a:hover, .site-map-page #content ul a:focus, .site-map-page #content ul a:active,
    .manufacturer-content div a:hover,
    .manufacturer-content div a:focus,
    .manufacturer-content div a:active,
    #content ul.list-unstyled a:hover,
    #content ul.list-unstyled a:focus,
    #content ul.list-unstyled a:active {
      color: #00b297; }
    .site-map-page #content ul a:before,
    .manufacturer-content div a:before,
    #content ul.list-unstyled a:before {
      content: '\f054';
      margin-right: 10px;
      font-weight: 400;
      font-size: 10px;
      line-height: 16px;
      vertical-align: top;
      font-family: "FontAwesome";
      color: #00b297;
      -moz-transition: 0.3s all ease;
      -o-transition: 0.3s all ease;
      -webkit-transition: 0.3s all ease;
      transition: 0.3s all ease; }

.manufacturer-content div {
  line-height: 16px; }

#content ul.list-unstyled + h2 {
  margin-top: 30px; }

.site-map-page #content ul {
  padding-left: 0;
  font-size: 14px;
  color: #374046; }
  .site-map-page #content ul ul {
    padding: 10px 0 0 25px; }

#content .product-info ul.list-unstyled a:before {
  display: none; }

@media (max-width: 767px) {
  aside {
    margin-top: 20px; }
    aside .container {
      padding: 0;
      width: 100%; } }
/*==================   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; }
  .lazy.lazy-loaded {
    background: none; }
    .lazy.lazy-loaded img {
      opacity: 1; }

.search-block {
  display: inline-block;
  width: 33%;

/* width: 54%; */

  padding: 10px; }
  .search-block .search {
    position: relative;
    display: inline-block;
    background: #fff;
    padding-left: 40px;
    width: 100%; }
    .search-block .search:before {
      position: absolute;
      top: 0;
      left: 13px;
      color: #c2c5c8;
      vertical-align: top;
      content: '\e13d';
      font: 400 24px/30px "material-design"; }
    .search-block .search input {
      color: #99a4ab;
      display: block;
      float: left;
      margin: 0;
      font-size: 12px;
      line-height: 24px;
      width: 59%;
      height: 30px;
      padding: 4px 5px 4px;
      background: #fff;
      border: none;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      .search-block .search input::-webkit-input-placeholder {
        color: #99a4ab;
        opacity: 1; }
      .search-block .search input:-moz-placeholder {
        color: #99a4ab;
        opacity: 1; }
      .search-block .search input::-moz-placeholder {
        color: #99a4ab;
        opacity: 1; }
      .search-block .search input:-ms-input-placeholder {
        color: #99a4ab;
        opacity: 1; }
    .search-block .search button {
      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: #fff;
      background: #00b297;
      font-size: 16px;
      line-height: 19px;
      text-transform: uppercase;
      padding: 5px 20px 6px;
      float: right; }
      .search-block .search button::-moz-focus-inner {
        border: none;
        padding: 0; }
      .search-block .search button:visited {
        color: #fff;
        background: #00b297; }
    .search-block .search button:hover, .search-block .search button:active, .search-block .search button:focus {
      color: #fff;
      background: #07e3ff; }

#livesearch_search_results {
  margin: 3px 0 0;
  padding: 5px;
  position: absolute;
  top: 100%;
  width: 100%;
  left: 0;
  background-color: #fff;
  -webkit-box-shadow: 0 0 13px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0 0 13px rgba(0, 0, 0, 0.09);
  box-shadow: 0 0 13px rgba(0, 0, 0, 0.09);
  list-style-type: none;
  z-index: 12;
  font-size: 14px;
  line-height: 22px; }
  #livesearch_search_results li img {
    float: left;
    margin-right: 10px; }
    #livesearch_search_results li img.loading {
      background: #f5f5f5; }
  #livesearch_search_results li:hover, #livesearch_search_results li.highlighted {
    background-color: #00b297; }
    #livesearch_search_results li:hover a, #livesearch_search_results li:hover a:visited, #livesearch_search_results li.highlighted a, #livesearch_search_results li.highlighted a:visited {
      color: #fff; }
  #livesearch_search_results a, #livesearch_search_results a:visited {
    display: block;
    padding: 5px;
    color: #99a4ab; }
    #livesearch_search_results a:before, #livesearch_search_results a:after, #livesearch_search_results a:visited:before, #livesearch_search_results a:visited:after {
      display: table;
      content: "";
      line-height: 0; }
    #livesearch_search_results a:after, #livesearch_search_results a:visited:after {
      clear: both; }

@media (min-width: 992px) and (max-width: 1199px) {
  .search-block .search input {
    width: 73%; } }
@media (min-width: 768px) and (max-width: 991px) {
  #livesearch_search_results li img {
    display: none !important; }

  .search-block .search input {
    width: 67%; }
  .search-block .search button {
    font-size: 14px;
    line-height: 16px;
    padding-top: 7px;
    padding-bottom: 7px; } }
@media (max-width: 767px) {
  .search-block {
    width: 100%;
    padding: 0;
    margin-bottom: 20px; }
    .search-block .search button {
      background: #374046; }
      .search-block .search button:visited {
        background: #374046; }
      .search-block .search button:hover, .search-block .search button:focus, .search-block .search button:active {
        background: #455058; }
    .search-block .search input {
      width: 77%; } }
@media (max-width: 590px) {
  .search-block .search input {
    width: 71%; } }
@media (max-width: 480px) {
  .search-block .search input {
    width: 55%; } }
/*================  Cart DropDown ===============*/
.cart .dropdown-menu {
  z-index: 1001;
  min-width: 270px;
  max-height: 500px;
  overflow: auto;
  margin-top: 0;
  padding: 10px 10px 5px; }
  .cart .dropdown-menu img {
    max-width: 50px; }
  .cart .dropdown-menu table {
    margin-bottom: 10px; }
  .cart .dropdown-menu .btn-default, .cart .dropdown-menu .btn-primary {
    margin: 0 0 5px 5px; }

.box-cart .btn-danger {
  border: 0;
  padding: 0;
  color: #d3d1d1;
  font-size: 13px;
  background: none; }
  .box-cart .btn-danger:hover {
    color: #374046;
    background: none; }

.cart ul > li:first-child tr {
  border-bottom: 1px solid #ebecec; }

.cart td {
  font-size: 13px; }
  .cart td strong {
    font-size: 12px; }

.cart .total td {
  border: none;
  padding: 2px;
  color: #374046; }
  .cart .total td + td {
    font-weight: 500; }
.cart .price-cart {
  color: #374046; }

.cart .table.total tr.last td strong,
.cart .table.total tr.last td,
.cart .table.total tr:last-child td strong,
.cart .table.total tr:last-child td {
  font-size: 18px;
  color: #00b297; }

/*========================================================
               Responsive Header styles
=========================================================*/
@media (min-width: 1200px) {
  html[lang="de"] .cart > button strong {
    font-size: 16px; }

  html[lang="ru"] .cart > button strong {
    font-size: 18px; } }
@media (min-width: 768px) {
  .box-cart {
    position: relative;
    display: inline-block;
    line-height: 22px;
    width: 100%; }
    .box-cart a:hover img {
      opacity: .5; }
    .box-cart .btn {
      margin-bottom: 7px; }

  .cart {
    position: relative;
    width: 100%; }
    .cart > button {
      color: #fff;
      background: #929292;
      width: 100%;
      font-size: 14px;
      line-height: 16px;
      padding: 12px 10px 12px 18px;
      height: 50px;
      text-align: left; }
      .cart > button strong {
        text-transform: uppercase;
        font-weight: 400;
        font-size: 20px;
        line-height: 26px;
        margin-right: 5px; }
      .cart > button i.material-design-shopping232 {
        font: 400 26px/26px "material-design";
        margin: 0 3px 0 0;
        color: #000;
        vertical-align: top; }
      .cart > button i.material-design-drop25 {
        font: 400 32px/26px "material-design";
        position: absolute;
        color: #000;
        top: 12px;
        right: 17px;
        width: .8em; }
    .cart .cart-total2 {
      display: none; }
    .cart.open button i.material-design-drop25:before {
      content: '\e073'; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .cart > button {
    font-size: 12px;
    line-height: 14px;
    padding-left: 15px;
    padding-right: 10px; }
    .cart > button strong {
      font-size: 12px;
      line-height: 14px; }
    .cart > button i, .cart > button strong, .cart > button span, .cart > button i.material-design-shopping232 {
      vertical-align: middle; }
    .cart > button i.material-design-drop25 {
      right: 10px; } }
@media (min-width: 768px) and (max-width: 991px) {
  .cart > button {
    font-size: 13px;
    line-height: 16px;
    padding-left: 15px;
    padding-right: 10px; }
    .cart > button strong {
      display: none; }
    .cart > button i, .cart > button strong, .cart > button span, .cart > button i.material-design-shopping232 {
      vertical-align: middle; }
    .cart > button i.material-design-drop25 {
      right: 10px; } }
@media (max-width: 767px) {
  .cart {
    position: fixed;
    top: 0;
    right: 0;
    margin: 0;
    z-index: 91; }
    .cart > button {
      color: #fff;
      line-height: 50px;
      min-width: 90px;
      text-align: left;
      height: 50px;
      padding: 0 10px 0 15px;
      border-left: 1px solid #455058; }
      .cart > button strong, .cart > button .cart-total {
        display: none; }
      .cart > button i.material-design-shopping232 {
        font: 400 26px/50px "material-design";
        color: #fff;
        vertical-align: top; }
      .cart > button i.material-design-drop25 {
        font: 400 26px/50px "material-design";
        width: .8em;
        text-align: center;
        color: #fff;
        float: right; }
      .cart > button .cart-total2 {
        display: inline-block; }
    .cart .dropdown-menu {
      max-height: 269px;
      overflow: auto; }
    .cart > button:hover i.material-design-shopping232, .cart.open i.material-design-shopping232 {
      color: #00b297; } }
/*========================================================
                      Product
=========================================================*/
/* ===================   Product Layout   =================== */
.product-layout {
  margin-bottom: 30px; }

.common-home .product-layout {
  margin-bottom: 34px; }

/* ===================   Product Image   =================== */
.product-thumb .image {
  position: relative;
  margin-bottom: 0; }
  .product-thumb .image > a {
    display: block; }
    .product-thumb .image > a img {
      -moz-transition: 0.5s all ease;
      -o-transition: 0.5s all ease;
      -webkit-transition: 0.5s all ease;
      transition: 0.5s all ease;
      margin: 0 auto; }

.box .product-thumb .image,
.product-grid .product-thumb .image {
  padding: 20px 20px 19px; }

/* ===================   Product Caption   =================== */
.product-thumb {
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease; }
  .product-thumb .name {
    margin-bottom: 8px; }
  .product-thumb .description, .product-thumb .description-small {
    margin-bottom: 10px; }

/* ==================    Product List, Product Grid    =================== */
.product-list .product-thumb .caption,
.product-list .product-thumb .cart-button {
  overflow: hidden; }

.product-list .description-small,
.product-grid .description {
  display: none; }

.box .product-thumb .cart-button,
.product-grid .product-thumb .cart-button {
  position: absolute;
  background: #fff;
  bottom: 0;
  display: none;
  width: 100%;
  padding: 0 20px 15px;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease; }
.box .product-thumb:hover,
.product-grid .product-thumb {
  padding-bottom: 19px;
  margin-bottom: -19px;
  z-index: 2; }
  .box .product-thumb:hover .cart-button,
  .product-grid .product-thumb:hover .cart-button {
    display: block;
    z-index: 2; }

.product-list .product-thumb {
  text-align: left; }
  .product-list .product-thumb .image {
    overflow: hidden;
    float: left;
    margin-right: 30px;
    width: 33%;
    max-width: 270px;
    padding: 20px;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease; }
    .product-list .product-thumb .image:hover {
      -webkit-box-shadow: 0 0 13px rgba(0, 0, 0, 0.09);
      -moz-box-shadow: 0 0 13px rgba(0, 0, 0, 0.09);
      box-shadow: 0 0 13px rgba(0, 0, 0, 0.09); }
  .product-list .product-thumb .caption {
    padding: 0; }
  .product-list .product-thumb .cart-button .product-btn-add {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
    vertical-align: top;
    margin-right: 5px; }
  .product-list .product-thumb .cart-button .row {
    width: auto;
    display: inline-block;
    margin: 5px 0 0; }
    .product-list .product-thumb .cart-button .row button {
      width: 70px;
      display: inline-block;
      margin-left: 5px;
      margin-right: 5px; }

.product-grid .product-thumb .image {
  float: none; }

/* ==================   SALE, NEW Message   =================== */
.sale, .new_pr {
  position: absolute;
  pointer-events: none;
  top: -27px;
  left: -27px;
  background: #f34235;
  color: #fff;
  font-size: 12px;
  padding-top: 75px;
  line-height: 14px;
  width: 100px;
  height: 100px;
  text-align: center;
  vertical-align: top;
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.7071067811865483, M12=0.7071067811865467, M21=-0.7071067811865467, M22=0.7071067811865483, SizingMethod='auto expand')";
  filter: progid:DXImageTransform.Microsoft.Matrix( M11=0.7071067811865483, M12=0.7071067811865467, M21=-0.7071067811865467, M22=0.7071067811865483, SizingMethod='auto expand');
  margin-left: -23px;
  margin-top: -23px; }

.new_pr {
  color: #fff;
  background: #00b297; }

/* ===================   Product Price    =================== */
.price-new, .price-old, .price {
  display: inline-block;
  color: #374046;
  font-size: 18px;
  line-height: 22px;
  font-weight: 500; }

.product-thumb .price {
  margin-bottom: 20px; }

.price-old {
  color: #99a4ab;
  text-decoration: line-through; }

.price-section .price-new,
.price-section .price-old {
  font-size: 30px;
  color: #00b297;
  line-height: 36px; }

.price-section .price-old {
  color: #99a4ab;
  font-size: 20px;
  line-height: 24px; }

.price-section .reward {
  display: block;
  margin-top: 10px; }

.price-tax {
  font-size: 12px; }

.price-total {
  font-weight: bold; }

.prod-stock {
  color: #6BA239; }

.product-thumb .price-tax {
  color: #999;
  font-size: 12px;
  display: block; }
.product-thumb .caption {
  padding-left: 20px;
  padding-right: 20px; }

.box .cart-button .rating,
.product-grid .cart-button .rating {
  padding-top: 2px; }
.box .cart-button .row .one-third,
.product-grid .cart-button .row .one-third {
  display: inline-block;
  float: left;
  padding: 0 5px;
  width: 33.3333%; }
  .box .cart-button .row .one-third .product-btn,
  .product-grid .cart-button .row .one-third .product-btn {
    width: 100%; }

.product-grid .cart-button .row .product-btn,
.related-slider .cart-button .product-btn {
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
  width: 70px;
  float: none; }

.product-thumb .product-btn, .btn.btn-icon {
  background: none;
  border: none;
  cursor: pointer;
  display: inline-block;
  margin: 0 0 15px;
  outline: none;
  outline-offset: 0;
  padding: 0;
  vertical-align: top; }
  .product-thumb .product-btn i, .btn.btn-icon i {
    display: inline-block;
    position: relative;
    width: 100%;
    color: #fff;
    background: #e7eaec;
    border: none;
    display: inline-block;
    font-size: 26px;
    line-height: 26px;
    padding: 7px 5px;
    height: 40px;
    text-align: center;
    transition: all 0.3s ease 0s; }
    .product-thumb .product-btn i.material-design-shuffle24, .btn.btn-icon i.material-design-shuffle24 {
      font-size: 30px; }
  .product-thumb .product-btn:hover, .product-thumb .product-btn:active, .product-thumb .product-btn:focus, .btn.btn-icon:hover, .btn.btn-icon:active, .btn.btn-icon:focus {
    background: none; }
    .product-thumb .product-btn:hover i, .product-thumb .product-btn:active i, .product-thumb .product-btn:focus i, .btn.btn-icon:hover i, .btn.btn-icon:active i, .btn.btn-icon:focus i {
      color: #00b297; }

.product-thumb .product-btn i.material-design-rate,
.fancybox-wrap .cart-button i.material-design-rate {
  font-size: 42px; }

.box .cart-button .row,
.product-grid .cart-button .row {
  margin: 0 -5px; }

.box .product-thumb,
.product-grid .product-thumb {
  text-align: center;
  overflow: hidden; }
  .box .product-thumb:hover,
  .product-grid .product-thumb:hover {
    -webkit-box-shadow: 0 0 13px rgba(0, 0, 0, 0.09);
    -moz-box-shadow: 0 0 13px rgba(0, 0, 0, 0.09);
    box-shadow: 0 0 13px rgba(0, 0, 0, 0.09); }

.common-home .box {
  position: relative; }

.owl-carousel .owl-buttons div i {
  font-size: 36px; }

.owl-carousel .owl-buttons .owl-prev {
  left: -27px !important; }
.owl-carousel .owl-buttons .owl-next {
  right: -27px !important; }

.common-home .box .owl-carousel {
  background: none; }
  .common-home .box .owl-carousel .owl-wrapper-outer {
    padding-top: 10px;
    padding-bottom: 185px;
    margin-bottom: -185px; }
  .common-home .box .owl-carousel .owl-controls .owl-buttons .owl-prev,
  .common-home .box .owl-carousel .owl-controls .owl-buttons .owl-next {
    top: 28.9%; }

.owl-carousel .owl-buttons div:hover {
  color: #00b297; }

.product-thumb .product-btn-add,
#product .product-btn-add,
.fancybox-wrap .product-btn-add {
  color: #fff;
  background: #00b297;
  border: none;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
  height: 50px;
  margin-bottom: 20px;
  outline: medium none;
  outline-offset: 0;
  padding: 12px 10px;
  text-align: center;
  text-transform: uppercase;
  vertical-align: top;
  width: 100%;
  -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.19);
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.19); }
  .product-thumb .product-btn-add:hover,
  #product .product-btn-add:hover,
  .fancybox-wrap .product-btn-add:hover {
    background-color: #000; }
  .product-thumb .product-btn-add span,
  #product .product-btn-add span,
  .fancybox-wrap .product-btn-add span {
    line-height: 26px;
    vertical-align: top; }
  .product-thumb .product-btn-add i,
  #product .product-btn-add i,
  .fancybox-wrap .product-btn-add i {
    color: #f2f2f2;
    font-size: 26px;
    line-height: 26px;
    margin-right: 5px;
    vertical-align: top; }

.fancybox-wrap .image a {
  margin-top: 5px;
  display: inline-block;
  max-width: 100%;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease; }
  .fancybox-wrap .image a:hover {
    -webkit-box-shadow: 0 0 13px rgba(0, 0, 0, 0.09);
    -moz-box-shadow: 0 0 13px rgba(0, 0, 0, 0.09);
    box-shadow: 0 0 13px rgba(0, 0, 0, 0.09); }
.fancybox-wrap .cart-button {
  margin-bottom: 10px; }
  .fancybox-wrap .cart-button .product-btn-add {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 10px 10px 0; }
  .fancybox-wrap .cart-button .btn.btn-icon {
    width: 70px;
    margin: 5px 10px 10px 0; }

/* ===================   Product Rating   =================== */
.rating .fa-stack i {
  font-size: 13px; }

.fa-stack {
  font-size: 13px;
  line-height: 16px;
  width: 0.9em;
  height: 16px;
  vertical-align: top; }
  .fa-stack i {
    color: #d3d1d1; }
    .fa-stack i.active {
      color: #00b297; }

.table-compare td.rating .fa-stack,
.table-compare td.rating .fa-stack-2x {
  width: 1em;
  height: 1em;
  font-size: 1em; }

.product-info {
  font-size: 14px; }
  .product-info .rating-section {
    margin-bottom: 10px; }
    .product-info .rating-section .fa-stack {
      vertical-align: middle; }

/*===================== Related Products ========================*/
.related-products {
  text-align: center; }
  .related-products .product-thumb .image {
    padding: 20px; }
  .related-products .product-thumb .cart-button {
    padding: 0 20px 16px; }
  .related-products .product-thumb:hover {
    -webkit-box-shadow: 0 0 13px rgba(0, 0, 0, 0.09);
    -moz-box-shadow: 0 0 13px rgba(0, 0, 0, 0.09);
    box-shadow: 0 0 13px rgba(0, 0, 0, 0.09); }

.related-slider .owl-wrapper-outer {
  padding-top: 10px;
  padding-bottom: 0px; }

/* ===================   Product Quickview   =================== */
.quick_info {
  display: none; }

.fancybox-skin:hover .fancybox-nav span {
  visibility: visible; }

.fancybox-nav {
  height: 40px;
  top: 50%;
  width: 40px; }

.fancybox-next {
  right: -60px; }

.fancybox-prev {
  left: -60px; }

.quickview_description {
  overflow: auto;
  max-height: 300px;
  border: 1px solid #ebecec;
  padding: 10px;
  margin-top: 15px; }

.quickview_description iframe,
.product-desc iframe {
  width: 40% !important;
  height: 200px !important;
  float: left;
  margin-right: 2em; }

.quickview-style .inf {
  font-size: 14px;
  margin-bottom: 10px; }
.quickview-style .cart-button {
  margin-top: 10px; }
  .quickview-style .cart-button .btn {
    padding: 0;
    border-radius: 50%;
    width: 38px;
    height: 38px;
    line-height: 38px;
    text-align: center; }
.quickview-style .rating {
  margin-top: 5px; }

/*========================================================
               Responsive Styles Product
=========================================================*/
@media (min-width: 1200px) and (max-width: 1240px) {
  .owl-carousel .owl-buttons .owl-prev {
    left: -8px !important; }
  .owl-carousel .owl-buttons .owl-next {
    right: -9px !important; } }
@media (min-width: 992px) and (max-width: 1010px) {
  .owl-carousel .owl-buttons .owl-prev {
    left: -10px !important; }
  .owl-carousel .owl-buttons .owl-next {
    right: -12px !important; } }
@media (min-width: 768px) and (max-width: 796px) {
  .owl-carousel .owl-buttons .owl-prev {
    left: -10px !important; }
  .owl-carousel .owl-buttons .owl-next {
    right: -10px !important; } }
@media (max-width: 1199px) {
  .product-thumb .button-group button, .product-thumb .button-group button + button {
    width: 33.33%; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .fancybox-wrap .cart-button .btn.btn-icon,
  .product-grid .cart-button .row .product-btn,
  .product-list .product-thumb .cart-button .row button,
  .related-slider .cart-button .product-btn {
    width: 50px; } }
@media (min-width: 768px) and (max-width: 991px) {
  .fancybox-wrap .cart-button .btn.btn-icon,
  .product-grid .cart-button .row .product-btn,
  .product-list .product-thumb .cart-button .row button,
  .related-slider .cart-button .product-btn {
    width: 53px; }

  .product-grid .cart-button .product-btn-add span,
  aside .box .cart-button .product-btn-add span {
    display: none; }

  aside .product-thumb .product-btn i.material-design-rate {
    text-indent: -8px; }
  aside .product-thumb .product-btn i.material-design-shuffle24 {
    text-indent: -2px; }

  .fancybox-wrap .cart-button .product-btn-add {
    padding-left: 12px;
    padding-right: 12px; }

  .box .price-new, .box .price-old, .box .price, .product-grid .price-new, .product-grid .price-old, .product-grid .price, .product-list .price-new, .product-list .price-old, .product-list .price {
    font-size: 14px;
    line-height: 16px; }

  .box .product-thumb .image, .product-grid .product-thumb .image {
    padding: 5px; }
  .box .product-thumb .caption, .box .product-thumb .cart-button, .product-grid .product-thumb .caption, .product-grid .product-thumb .cart-button {
    padding-left: 15px;
    padding-right: 15px; } }
@media (min-width: 768px) {
  .box .box-content .last {
    clear: left; }

  .fancybox-next {
    right: -30px; }

  .fancybox-prev {
    left: -30px; } }
@media (max-width: 767px) {
  .box, .product-grid {
    text-align: center; }

  .common-home .box .owl-carousel .owl-buttons .owl-prev {
    left: 0 !important; }

  .common-home .box .owl-carousel .owl-buttons .owl-next {
    right: 0 !important; }

  .common-home .box .owl-carousel .owl-wrapper-outer {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important; }

  .box .product-thumb,
  .product-grid .product-thumb {
    max-width: 270px;
    display: inline-block;
    padding-bottom: 175px; }
    .box .product-thumb .cart-button,
    .product-grid .product-thumb .cart-button {
      display: block; }
    .box .product-thumb:hover,
    .product-grid .product-thumb:hover {
      padding-bottom: 175px;
      margin-bottom: 0;
      z-index: 1; }
      .box .product-thumb:hover .cart-button,
      .product-grid .product-thumb:hover .cart-button {
        z-index: 1; }

  #content .product-layout.product-grid {
    width: 50%;
    max-width: 300px;
    display: inline-block;
    float: none;
    vertical-align: top; }

  .quickview_description iframe,
  .product-desc iframe {
    float: none;
    width: 100% !important;
    margin: 0 0 2em; }

  .block-grid {
    text-align: center; }

  .product-grid .product-thumb .image {
    float: none;
    margin: 0 0 15px;
    width: 100%;
    vertical-align: top; }

  .product-layout {
    margin-bottom: 20px; }

  .related-slider .product-thumb {
    display: inline-block;
    max-width: 270px; }
  .related-slider.owl-carousel .owl-buttons .owl-prev {
    left: 0 !important; }
  .related-slider.owl-carousel .owl-buttons .owl-next {
    right: 0 !important; } }
.tooltip {
  pointer-events: none; }

@media (max-width: 600px) {
  .quickview_description iframe,
  .product-desc iframe {
    height: 240px !important; }

  .product-list {
    margin-bottom: 30px; }
    .product-list .product-thumb {
      text-align: center; }
      .product-list .product-thumb .description {
        margin-bottom: 20px; }
      .product-list .product-thumb .image {
        display: inline-block;
        float: none;
        margin: 0 0 15px 0;
        width: 100%; } }
@media (max-width: 540px) {
  #content .product-layout {
    width: 100%;
    float: none; } }
@media only screen and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) and (orientation: landscape) {
  .box .product-thumb,
  .product-grid .product-thumb {
    padding-bottom: 0 !important; }
    .box .product-thumb .cart-button,
    .product-grid .product-thumb .cart-button {
      position: relative;
      display: block; }
    .box .product-thumb:hover,
    .product-grid .product-thumb:hover {
      padding-bottom: 0 !important;
      margin-bottom: 0 !important; } }
@media only screen and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) and (orientation: portrait) {
  .box .product-thumb,
  .product-grid .product-thumb {
    padding-bottom: 0 !important;
    margin-bottom: 5px; }
    .box .product-thumb .cart-button,
    .product-grid .product-thumb .cart-button {
      position: relative;
      display: block; }
    .box .product-thumb:hover,
    .product-grid .product-thumb:hover {
      padding-bottom: 0;
      margin-bottom: 0; } }
/*========================================================
                         Box
=========================================================*/
.box {
  margin-bottom: 30px; }
  .box .box-heading {
    margin: 0 0 10px;
    text-align: center; }
    .box .box-heading h3 {
      margin: 0;
      font: 500 18px/22px "Roboto", sans-serif; }

.common-home .box .box-heading {
  border-top: 1px solid #ebecec;
  padding-top: 36px;
  margin-bottom: 15px; }
.common-home .box .owl-item {
  position: relative; }

aside .box .product-layout {
  width: 100%;
  margin-top: 30px; }
  aside .box .product-layout:first-child {
    margin-top: 0; }
  aside .box .product-layout .box-carousel > div {
    margin-bottom: 20px; }

/*========================================================
                    Responsive Box
=========================================================*/
@media (max-width: 767px) {
  .common-home #container .box {
    display: inline-block;
    width: 100%; }

  .box .cart-button .row .one-third {
    float: none;
    display: inline-block; }
    .box .cart-button .row .one-third.btn-quickview {
      display: none; }

  aside .box .box-content {
    display: none; }
  aside .box .product-layout .box-carousel > div {
    display: inline-block;
    max-width: 300px;
    padding: 0 15px; }

  aside .box .box-heading {
    position: relative;
    cursor: pointer;
    padding: 14px 20px;
    background: #455058;
    line-height: 22px; }
    aside .box .box-heading h3 {
      color: #fff; }
    aside .box .box-heading:after {
      content: '\f055';
      position: absolute;
      right: 0;
      top: 0;
      color: #00b297;
      font-size: 22px;
      line-height: 50px;
      padding-right: 20px;
      font-family: "FontAwesome"; }
    aside .box .box-heading:hover:after {
      color: #07e3ff; }
    aside .box .box-heading.active:after {
      content: '\f056'; }

  .product-list .product-thumb .cart-button .product-btn-add {
    margin-left: 5px; } }
@media (max-width: 602px) {
  #content div.product-layout.product-grid {
    width: 100%;
    max-width: 100%; } }
/*========================================================
                        Buttons
=========================================================*/
.buttons {
  margin: 1em 0; }
  .buttons:before, .buttons:after {
    display: table;
    content: "";
    line-height: 0; }
  .buttons:after {
    clear: both; }

.input-group-btn .btn {
  padding: 8px 12px; }
  .input-group-btn .btn i {
    font-size: 15px;
    line-height: 18px; }

/* ================   Default Buttons BEGIN   =============== */
.btn:visited,
.btn-default,
.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger,
.btn {
  font-size: 14px;
  line-height: 16px;
  color: #99a4ab;
  background: #e7eaec;
  text-shadow: none;
  border-radius: 0;
  border: none;
  padding: 12px 15px;
  outline: none; }

.btn:hover,
.btn:focus {
  color: #00b297;
  background: #e7eaec; }

/*================   Product Buttons BEGIN   ===============*/
.product-btn {
  color: #99a4ab;
  background: #e7eaec;
  padding: 7px 20px;
  font-size: 14px;
  line-height: 26px; }
  .product-btn i {
    display: inline-block;
    margin-right: 6px;
    font-size: 26px;
    line-height: 26px;
    vertical-align: top;
    width: .8em; }
    .product-btn i.material-design-rate {
      font-size: 42px;
      margin-right: 0; }
  .product-btn:hover {
    color: #00b297;
    background: #e7eaec; }

.product-btn-add {
  background-color: #00b297;
  color: #fff;
  padding: 10px 20px; }
  .product-btn-add:hover {
    background-color: #000; }

.btn-primary {
  color: #fff;
  background-color: #00b297; }
  .btn-primary:visited {
    color: #374046;
    background-color: #00b297; }
  .btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    color: #fff;
    background-color: #00b297; }

/* ================   Compare Button  =============== */
.nav-cat .btn {
  margin-bottom: 10px; }

/* ================   Product page buttons  =============== */
.product-buttons {
  margin: 0 -5px 20px;
  padding: 0; }
  .product-buttons:before, .product-buttons:after {
    display: table;
    content: "";
    line-height: 0; }
  .product-buttons:after {
    clear: both; }
  .product-buttons li {
    float: left;
    width: 50%;
    padding: 0 5px;
    list-style: none; }
    .product-buttons li button {
      width: 100%; }

.product_page #button-cart {
  width: 100%;
  margin-bottom: 0; }

/*========================================================
                 Responsive styles Buttons
=========================================================*/
@media (max-width: 1199px) {
  .button-view {
    margin-top: 10px; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .account-wishlist table td .btn {
    padding: 10px; } }
@media (min-width: 768px) and (max-width: 991px) {
  .table-bordered > tbody > tr > .text-right {
    padding: 5px; }

  .account-wishlist table td .btn {
    padding: 6px; } }
@media (max-width: 767px) {
  .button-view {
    display: none; } }
@media (max-width: 410px) {
  .account-address .table td a {
    display: block; }
    .account-address .table td a + a {
      margin-top: 5px; } }
@media (max-width: 400px) {
  .buttons .pull-left, .buttons .pull-right {
    float: none !important;
    margin-top: 10px; } }
/*=================== Menu gadget ===================*/
.menu-icon {
  position: relative;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 20px;
  line-height: 22px;
  height: 50px;
  padding: 13px 7px 13px 20px;
  text-transform: uppercase;
  background: #455058; }
  .menu-icon:after {
    float: right;
    content: "\e071";
    font-family: "material-design";
    margin-top: 0;
    display: inline-block;
    text-align: center;
    width: 1.25em;
    font-size: 30px;
    color: #00b297; }
  .menu-icon.active:after {
    content: "\e073"; }



.menu-icon2 {
  position: relative;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 20px;

  padding: 13px 7px 13px 20px;
  text-transform: uppercase;
  background: #455058; }

 .menu-icon2:after {
    float: right;
    content: "\e071";
    font-family: "material-design";
    margin-top: 0;
    display: inline-block;
    text-align: center;
    width: 1.25em;
    font-size: 30px;
    color: #00b297; }
  .menu-icon2.active:after {
    content: "\e073"; }
    

    
.menu-gadget {
  color: #929da5;
  font-size: 16px;
  line-height: 19px; }

.menu-gadget.mobile {
  display: none; }

.menu-gadget .menu ul ul a {
  padding-left: 20px; }

.menu-gadget.full .menu {
  display: none;
  position: absolute;
  z-index: 20;
  -webkit-box-shadow: 0 0 13px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0 0 13px rgba(0, 0, 0, 0.09);
  box-shadow: 0 0 13px rgba(0, 0, 0, 0.09); }

.menu-gadget .menu {
  padding: 12px 0 17px;
  margin: 0;
  background: #fff; }
  .menu-gadget .menu ul {
    width: auto;
    padding: 10px 0 0;
    display: none; }
  .menu-gadget .menu li {
    position: relative;
    list-style-type: none;
    padding: 13px 25px 12px 30px;
    display: block; }
    .menu-gadget .menu li a {
      font-size: 16px;
      line-height: 19px;
      display: inline-block;
      color: #929da5;
      vertical-align: top; }
    .menu-gadget .menu li li {
      padding-left: 0;
      padding-top: 7px;
      padding-bottom: 8px; }
      .menu-gadget .menu li li a {
        font-size: 14px;
        line-height: 16px;
        vertical-align: top; }
      .menu-gadget .menu li li.active > a, .menu-gadget .menu li li > a:hover, .menu-gadget .menu li li a.active {
        color: #00b297; }
    .menu-gadget .menu li.active > a, .menu-gadget .menu li > a:hover, .menu-gadget .menu li a.active {
      color: #455058; }

.menu-gadget .menu > li.parent {
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease; }
  .menu-gadget .menu > li.parent.open-menu {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    margin-top: 18px;
    margin-bottom: 14px;
    padding-top: 26px;
    padding-bottom: 22px; }
  .menu-gadget .menu > li.parent li i {
    line-height: 16px;
    height: 16px; }

.menu-gadget .menu li i {
  font-size: 28px;
  line-height: 22px;
  height: 19px;
  color: #dadee1;
  vertical-align: top;
  cursor: pointer; }
  .menu-gadget .menu li i:hover {
    color: #00b297; }

/*========================================================
               Responsive Header styles
=========================================================*/
@media (min-width: 768px) and (max-width: 991px) {
  .menu-block .menu-gadget .menu li {
    padding-top: 5px;
    padding-bottom: 5px; }
    .menu-block .menu-gadget .menu li.parent {
      padding-top: 10px;
      padding-bottom: 10px; }
    .menu-block .menu-gadget .menu li a {
      font-size: 14px; } }
@media (max-width: 767px) {
  .menu-gadget.full {
    display: none; }

  .menu-gadget.mobile {
    display: block;
    margin-bottom: 20px; }
    .menu-gadget.mobile .menu {
      display: none; } }
/*========================================================
                      Menu styles
=========================================================*/
.nav__primary .menu {
  display: inline-block; }
  .nav__primary .menu:before, .nav__primary .menu:after {
    display: table;
    content: "";
    line-height: 0; }
  .nav__primary .menu:after {
    clear: both; }
  .nav__primary .menu > li {
    position: relative;
    float: left; }

.nav__primary {
  padding: 0; }
  .nav__primary ul {
    list-style: none;
    margin: 0;
    padding: 0; }

/*================ Menu  ===============*/
.nav__primary .menu li {
  position: relative; }
  .nav__primary .menu li.sfHover > a, .nav__primary .menu li > a:hover, .nav__primary .menu li > a.active {
    background: #f2f2f2;
    color: #000; }
.nav__primary .menu li > a {
  display: block; }

/*================ Sub-menu lvl1  ===============*/
.nav__primary .menu ul {
  display: none;
  position: absolute;
  z-index: 109;
  left: 0;
  top: 100%;
  width: 100%;
  margin-top: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/*================ Sub-menu lvl1 item  ===============*/
.nav__primary .menu ul li {
  position: relative; }
.nav__primary .menu ul a {
  display: inline-block; }
.nav__primary .menu ul li.active > a, .nav__primary .menu ul a:hover, .nav__primary .menu ul li.sfHover > a {
  color: #374046; }

/*================ Sub-menu lvl2 ===============*/
.nav__primary .menu ul ul {
  left: 100%;
  top: 0;
  margin-left: 15px;
  margin-top: 0; }
  .nav__primary .menu ul ul:before {
    display: none; }

.nav__primary .menu > li > .sf-with-ul {
  position: relative; }
  .nav__primary .menu > li > .sf-with-ul:before {
    position: absolute;
    left: 50%;
    top: 62%;
    margin-left: -6px;
    content: '\f0d7';
    font: 400 12px/12px 'FontAwesome'; }

.nav__primary .menu ul > li > .sf-with-ul {
  position: relative; }
  .nav__primary .menu ul > li > .sf-with-ul:before {
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -7px;
    content: '\f054';
    font: 400 14px/14px 'FontAwesome'; }

.sfHover .sfHover .sf-with-ul:before {
  content: '\f078'; }

/*==================  Stuck menu  ======================*/
@media (min-width: 992px) {
  .scroll-fix {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99; } }
/*========================================================
                      Banners
=========================================================*/
.banners > div {
  margin-bottom: 64px; }
  .banners > div .banner-box {
    line-height: 0; }
    .banners > div .banner-box a {
      position: relative;
      display: inline-block;
      max-width: 100%; }
      .banners > div .banner-box a img {
        position: relative;
        max-width: 100%; }
      .banners > div .banner-box a .s-desc {
        position: static;
        width: 100%;
        top: 100%;
        text-align: center; }
        .banners > div .banner-box a .s-desc .hover-tx {
          position: absolute;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0;
          width: 100%;
          height: 100%;
          background: rgba(0, 187, 211, 0.8);
          padding-top: 15%;
          opacity: 0;
          -moz-transition: 0.3s all ease;
          -o-transition: 0.3s all ease;
          -webkit-transition: 0.3s all ease;
          transition: 0.3s all ease; }
          .banners > div .banner-box a .s-desc .hover-tx .tx {
            display: inline-block;
            font-size: 37px;
            line-height: 45px;
            margin-bottom: 15px;
            color: #fff; }
            .banners > div .banner-box a .s-desc .hover-tx .tx span {
              color: #00b297; }
          .banners > div .banner-box a .s-desc .hover-tx .link {
            display: inline-block;
            font-size: 16px;
            line-height: 19px;
            color: #fff;
            text-decoration: underline; }
        .banners > div .banner-box a .s-desc .desc {
          position: absolute;
          display: inline-block;
          color: #00b297;
          font-size: 20px;
          line-height: 24px;
          margin-top: 15px;
          text-transform: uppercase;
          transform: translateX(-50%);
          -webkit-transform: translateX(-50%);
          left: 50%;
          white-space: nowrap; }
      .banners > div .banner-box a:hover .s-desc .hover-tx {
        opacity: 1; }

/*========================================================
                   Responsive Banners
=========================================================*/
@media (min-width: 992px) and (max-width: 1199px) {
  .banners > div {
    margin-bottom: 51px; }
    .banners > div .banner-box a .s-desc .hover-tx span.tx {
      font-size: 30px;
      line-height: 36px;
      margin-bottom: 12px; }
    .banners > div .banner-box a .s-desc span.link {
      font-size: 14px;
      line-height: 16px; }
    .banners > div .banner-box a .s-desc span.desc {
      font-size: 18px;
      line-height: 22px;
      margin-top: 12px; } }
@media (min-width: 768px) and (max-width: 991px) {
  .banners > div {
    margin-bottom: 41px; }
    .banners > div .banner-box a .s-desc .hover-tx span.tx {
      font-size: 24px;
      line-height: 29px;
      margin-bottom: 8px; }
    .banners > div .banner-box a .s-desc span.link {
      font-size: 13px;
      line-height: 16px; }
    .banners > div .banner-box a .s-desc span.desc {
      font-size: 16px;
      line-height: 19px;
      margin-top: 10px; } }
@media (max-width: 767px) {
  .banners.row {
    text-align: center; }
    .banners.row > div {
      max-width: 300px;
      display: inline-block; } }
/*========================================================
                      HTML boxes
=========================================================*/
.box_html.banners > div {
  margin-bottom: 10px; }
  .box_html.banners > div > div {
    position: relative; }
  .box_html.banners > div .banner-box {
    text-align: center;
    margin-bottom: 23px; }
    .box_html.banners > div .banner-box a {
      display: inline;
      position: relative;
      margin-bottom: 15px; }
      .box_html.banners > div .banner-box a > div {
        position: relative; }
        .box_html.banners > div .banner-box a > div .hover-bg {
          position: absolute;
          top: 0;
          left: 0;
          content: '';
          display: inline-block;
          width: 100%;
          height: 100%;
          -moz-transition: 0.3s all ease;
          -o-transition: 0.3s all ease;
          -webkit-transition: 0.3s all ease;
          transition: 0.3s all ease; }
        .box_html.banners > div .banner-box a > div .s-desc {
          position: absolute;
          width: 100%;
          top: 0;
          padding-top: 15%;
          text-transform: uppercase;
          opacity: 0;
          -moz-transition: 0.3s all ease;
          -o-transition: 0.3s all ease;
          -webkit-transition: 0.3s all ease;
          transition: 0.3s all ease; }
          .box_html.banners > div .banner-box a > div .s-desc .tx {
            display: inline-block;
            font-size: 37px;
            line-height: 45px;
            margin-bottom: 15px;
            color: #fff; }
            .box_html.banners > div .banner-box a > div .s-desc .tx span {
              color: #00b297; }
          .box_html.banners > div .banner-box a > div .s-desc .link {
            display: inline-block;
            font-size: 16px;
            line-height: 19px;
            color: #fff;
            text-decoration: underline; }
      .box_html.banners > div .banner-box a:hover .hover-bg {
        background: rgba(0, 187, 211, 0.8); }
      .box_html.banners > div .banner-box a:hover .s-desc {
        opacity: 1; }
    .box_html.banners > div .banner-box .desc {
      display: inline-block;
      color: #00b297;
      font-size: 20px;
      line-height: 24px;
      margin-top: 15px;
      text-transform: uppercase; }

/*========================================================
               Responsive HTML boxes
=========================================================*/
@media (min-width: 992px) and (max-width: 1199px) {
  .box_html.banners > div .banner-box a > div .s-desc .tx {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 12px; }
  .box_html.banners > div .banner-box a > div .s-desc .link {
    font-size: 14px;
    line-height: 16px; }
  .box_html.banners > div .banner-box a .desc {
    font-size: 18px;
    line-height: 22px;
    margin-top: 12px; } }
@media (min-width: 768px) and (max-width: 991px) {
  .box_html.banners > div .banner-box a > div .s-desc {
    padding-top: 12%; }
    .box_html.banners > div .banner-box a > div .s-desc .tx {
      font-size: 24px;
      line-height: 29px;
      margin-bottom: 8px; }
    .box_html.banners > div .banner-box a > div .s-desc .link {
      font-size: 13px;
      line-height: 16px; }
  .box_html.banners > div .banner-box a .desc {
    font-size: 16px;
    line-height: 19px;
    margin-top: 10px; } }
@media (max-width: 767px) {
  .box_html.banners > .row {
    text-align: center; }
    .box_html.banners > .row > div {
      max-width: 300px;
      display: inline-block; } }
/* ===================   Breadcrumb   =================== */
.breadcrumb {
  margin: 0 0 30px;
  padding: 10px 20px;
  border-radius: 0;
  border: 1px solid #ebecec;
  color: #374046;
  background: #fff;
  font-size: 14px;
  line-height: 18px; }
  .breadcrumb a {
    display: inline-block;
    color: #374046; }
    .breadcrumb a:visited {
      color: #374046; }
    .breadcrumb a:hover, .breadcrumb a:active, .breadcrumb a:focus {
      color: #00b297; }
  .breadcrumb > li {
    position: relative;
    white-space: nowrap; }
    .breadcrumb > li.last span {
      color: #00b297; }

.name {
  font-size: 14px;
  line-height: 16px;
  color: #00b297; }
  .name a {
    color: #00b297; }
    .name a:visited {
      color: #00b297; }
    .name a:hover, .name a:active, .name a:focus {
      color: #374046; }

#list-view,
#grid-view {
  padding: 0;
  margin: 0 5px;
  background: none;
  box-shadow: none;
  color: #e7eaec;
  font-size: 27px;
  line-height: 30px; }

#list-view.active,
#grid-view.active,
#list-view:hover,
#grid-view:hover {
  color: #00b297; }

/* ===================   Product Page   =================== */
.product-section, .product-content-columns {
  margin-bottom: 3em; }

.product-share {
  height: 32px;
  margin-top: 1em; }

.review-form-title {
  text-align: center; }
  .review-form-title h3 {
    cursor: pointer;
    position: relative;
    border-bottom: 1px solid #ebecec;
    padding: 0 10px 5px;
    display: inline-block;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease; }
    .review-form-title h3:before {
      position: absolute;
      bottom: -20px;
      left: 50%;
      width: 0;
      height: 0;
      border: 10px solid transparent;
      border-top-color: #ebecec;
      content: '';
      margin-left: -10px; }
    .review-form-title h3:hover {
      color: #00b297; }

.rating-section a {
  cursor: pointer; }

.product-review-form {
  display: none; }

/* ===================   Product Gallery   =================== */
.product-gallery:before, .product-gallery:after {
  display: table;
  content: "";
  line-height: 0; }
.product-gallery:after {
  clear: both; }
.product-gallery .product-image {
  cursor: pointer;
  float: left;
  width: 84%;
  padding-left: 15px; }
.product-gallery .bx-wrapper {
  margin: 0 !important; }
.product-gallery .image-thumb {
  float: left;
  width: 16%; }

#default_gallery .image-thumb {
  float: left;
  padding: 0 1em 0 0;
  width: 18%; }
#default_gallery .product-image {
  width: 81.6%;
  padding: 0; }

.product-gallery .image-thumb .bx-wrapper .bx-prev,
.product-gallery .image-thumb .bx-wrapper .bx-next {
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
  height: 30px;
  line-height: 28px;
  background: rgba(231, 234, 236, 0.9);
  text-align: center;
  margin: 0;
  color: #fff; }
  .product-gallery .image-thumb .bx-wrapper .bx-prev:hover,
  .product-gallery .image-thumb .bx-wrapper .bx-next:hover {
    background: #00b297; }

.product-gallery .image-thumb .bx-wrapper .bx-prev {
  top: 0;
  bottom: auto; }

.product-gallery .image-thumb li a {
  border: 1px solid #ebecec;
  display: block; }
  .product-gallery .image-thumb li a:hover, .product-gallery .image-thumb li a.active {
    border-color: #00b297; }

.image-additional {
  margin: 0;
  padding: 0;
  list-style-type: none; }

.product-reviews .review-item {
  margin-bottom: 3em; }

.review-score .fa-stack {
  width: 1.2em;
  height: 1.2em;
  margin-bottom: 10px; }
  .review-score .fa-stack i {
    font-size: 1.2em; }

.product-title {
  margin: 0 0 15px;
  color: #374046; }

.reward-block span {
  display: block; }

#product .input-group[class*="col-"] {
  padding-left: 15px;
  padding-right: 15px; }
#product h3 {
  margin-top: 10px; }

.general_info .product-section,
.general_info .price-section {
  margin: 0 0 5px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ebecec; }

#full_gallery {
  display: none; }
  #full_gallery .bx-viewport {
    padding-right: 1px; }
  #full_gallery #gallery li {
    border: 1px solid #ebecec; }

@media (max-width: 1199px) {
  #full_gallery {
    display: block; }
    #full_gallery .bx-viewport {
      padding-right: 2px; }

  .product-gallery {
    visibility: hidden;
    height: 0; }
    .product-gallery .image-thumb, .product-gallery .product-image {
      height: 0; }

  .bx-wrapper .bx-controls-direction a {
    background: #fff;
    border: 1px solid #ebecec;
    color: #374046;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    width: 40px;
    font-size: 18px;
    font-family: "FontAwesome"; }
    .bx-wrapper .bx-controls-direction a i {
      display: none; }
    .bx-wrapper .bx-controls-direction a:hover {
      border-color: #00b297;
      background: #00b297;
      color: #fff; }

  .bx-wrapper .bx-controls-direction .bx-prev:before {
    content: '\f104'; }

  .bx-wrapper .bx-controls-direction .bx-next:before {
    content: '\f105'; } }
/* ===================   Sub Category on Category Page   =================== */
.box-subcat {
  padding: 0;
  margin: 0;
  list-style-type: none; }
  .box-subcat li {
    text-align: center;
    margin-bottom: 30px; }
    .box-subcat li .image {
      margin-bottom: 15px; }
      .box-subcat li .image a {
        display: inline-block;
        max-width: 100%;
        padding: 20px;
        -moz-transition: 0.3s all ease;
        -o-transition: 0.3s all ease;
        -webkit-transition: 0.3s all ease;
        transition: 0.3s all ease; }
        .box-subcat li .image a:hover {
          border-color: #00b297;
          -webkit-box-shadow: 0 0 13px rgba(0, 0, 0, 0.09);
          -moz-box-shadow: 0 0 13px rgba(0, 0, 0, 0.09);
          box-shadow: 0 0 13px rgba(0, 0, 0, 0.09); }
    .box-subcat li.first-in-line {
      clear: left; }

@media (max-width: 767px) {
  .box-subcat li {
    text-align: left;
    float: left;
    width: 50%; }
    .box-subcat li .image {
      display: inline-block;
      float: left;
      margin-right: 15px;
      width: 40%; }
      .box-subcat li .image a {
        padding: 5px; }
    .box-subcat li:nth-child(2n+1) {
      clear: both; } }
@media (max-width: 500px) {
  .box-subcat li {
    width: 100%;
    float: none;
    clear: both; } }
/* ===================   Product Filter  =================== */
.product-filter {
  border-top: 1px solid #ebecec;
  border-bottom: 1px solid #ebecec;
  padding: 20px 0;
  margin-bottom: 20px; }
  .product-filter label {
    font-size: 13px;
    padding-top: 7px; }

.nav-cat {
  margin-bottom: 13px; }
  .nav-cat .nam-page {
    margin: 5px 0 5px 10px; }

/* ========   BLOCK COMPARE   ============= */
.compare-block {
  margin-bottom: 20px; }

.compare-block .image {
  margin-right: 10px; }

.compare-block .remove a {
  font-size: 19px;
  line-height: normal; }

.compare-info {
  width: 100%; }

.block-compare {
  position: relative;
  overflow: hidden; }

@media (max-width: 991px) {
  .product-compare .table-responsive {
    overflow-x: scroll; }

  .table.table-bordered {
    margin-bottom: 10px; } }
/* ===================   About Page   =================== */
.extra-wrap {
  overflow: hidden; }

.terms_conditions_page p {
  margin-bottom: 20px; }

.about-page.excerpt {
  margin-bottom: 30px; }

.recent-posts {
  text-align: center; }
  .recent-posts > div {
    margin-bottom: 20px; }

/* ===================   Number   =================== */
.dropcap {
  background: none repeat scroll 0 0 #00b297;
  color: #fff;
  font-size: 30px;
  line-height: 30px;
  margin: 0 20px 30px 0;
  padding: 17px;
  display: block;
  float: left; }

img.alignleft {
  float: left;
  margin-right: 20px; }

/* ===================   Divider   =================== */
.sm_hr {
  height: 1px;
  background-color: #e0e0e0;
  margin: 50px 0; }

/* ===================   Thumbnail   =================== */
.thumbnail {
  background: #fff;
  padding: 0;
  max-width: 254px;
  margin: 0 auto 12px;
  border-radius: 0;
  border: none; }
  .thumbnail > a {
    display: inline-block;
    max-width: 100%;
    padding: 12px;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease; }
    .thumbnail > a:hover {
      -webkit-box-shadow: 0 0 13px rgba(0, 0, 0, 0.09);
      -moz-box-shadow: 0 0 13px rgba(0, 0, 0, 0.09);
      box-shadow: 0 0 13px rgba(0, 0, 0, 0.09); }

.img-thumbnail {
  border: 0;
  background-color: #f9f9f9;
  padding: 0;
  border-radius: 0; }

.human_info .thumbnail {
  float: left;
  margin-right: 20px; }

.clear {
  clear: both;
  margin: 0;
  padding: 0;
  font-size: 0;
  border: 0;
  line-height: 0; }

@media (max-width: 500px) {
  img.alignleft, .human_info .thumbnail {
    float: none;
    margin: 0 auto 20px; } }
/* ===================   Testimonials   =================== */
.testimonials .testi-item {
  margin-bottom: 30px; }
.testimonials .testi-meta {
  line-height: 18px;
  padding-left: 50px; }
.testimonials .user {
  text-transform: uppercase;
  font-size: 12px;
  color: #374046; }
.testimonials blockquote {
  border: 1px solid #ebecec;
  margin-bottom: 15px;
  position: relative; }
  .testimonials blockquote:after {
    content: '';
    position: absolute;
    display: block;
    background: url(../image/testi_arr.png) no-repeat left top;
    width: 21px;
    height: 20px;
    bottom: -20px;
    left: 20px; }

/* ===================   Privacy Policy  =================== */
.privacy_page.table td {
  border-top: 0;
  padding: 0 30px 30px; }
  .privacy_page.table td:first-child {
    text-align: right; }
.privacy_page tr > td + td {
  border-left: 1px solid #ebecec; }

.privacy_page h4 {
  max-width: 300px;
  float: right;
  font-size: 16px; }

/* ===================   Site Map Page  =================== */
.site-map-page #content ul {
  list-style-type: none; }
  .site-map-page #content ul li {
    padding: 7px 0; }
  .site-map-page #content ul a {
    font-size: 14px; }

/* ===================   Manufacturer List  =================== */
.manufacturer-list {
  border: 1px solid #ebecec;
  margin-bottom: -1px; }
  .manufacturer-list .manufacturer-heading {
    background: none repeat scroll 0 0 #f9f9f9;
    border-bottom: 1px solid #ebecec;
    font-size: 15px;
    font-weight: bold;
    padding: 5px; }
    .manufacturer-list .manufacturer-heading span {
      background: none repeat scroll 0 0 #00b297;
      color: #fff;
      display: inline-block;
      font-size: 25px;
      text-align: center;
      text-transform: uppercase;
      width: 50px;
      height: 50px;
      line-height: 50px; }
  .manufacturer-list .manufacturer-content {
    padding: 20px; }

/* ===================   Account Page  =================== */
.well {
  background-color: #f9f9f9;
  border: 1px solid #ebecec;
  margin-bottom: 30px;
  padding: 30px;
  border-radius: 0;
  box-shadow: none; }
  .well .heading {
    margin-bottom: 20px; }
    .well .heading:before, .well .heading:after {
      display: table;
      content: "";
      line-height: 0; }
    .well .heading:after {
      clear: both; }
    .well .heading i {
      color: #00b297;
      float: left;
      font-size: 56px;
      margin-right: 14px;
      line-height: 60px; }
    .well .heading h2 {
      font-size: 23px;
      color: #374046;
      margin: 0 0 5px; }
    .well .heading strong {
      font-weight: normal;
      font-style: italic; }
  .well p {
    border-bottom: 1px solid #ebecec;
    padding: 10px 0 20px; }
  .well a {
    margin-top: 20px; }

@media (min-width: 768px) and (max-width: 991px) {
  .well .heading {
    text-align: center; }
    .well .heading h2 {
      font-size: 17px; }
    .well .heading i {
      float: none; } }
.datepicker .prev, .datepicker .next, .datepicker .day, .datepicker .year, .datepicker .month, .datepicker .picker-switch {
  cursor: pointer;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease; }
  .datepicker .prev:hover, .datepicker .prev.active, .datepicker .next:hover, .datepicker .next.active, .datepicker .day:hover, .datepicker .day.active, .datepicker .year:hover, .datepicker .year.active, .datepicker .month:hover, .datepicker .month.active, .datepicker .picker-switch:hover, .datepicker .picker-switch.active {
    color: #00b297;
    background: transparent; }
.datepicker th {
  text-align: center; }

.radio {
  line-height: 22px; }

/* fixed colum left + content + right*/
@media (min-width: 768px) {
  #column-left .product-layout .col-md-3 {
    width: 100%; }

  #column-left + #content .product-layout .col-md-3 {
    width: 50%; }

  #column-left + #content + #column-right .product-layout .col-md-3 {
    width: 100%; }

  #content + #column-right .product-layout .col-md-3 {
    width: 100%; } }
input#input-voucher,
input#input-coupon {
  display: inline-block;
  width: 45%;
  margin-right: 5px; }

/*========================================================
                         Footer
=========================================================*/
footer {
  position: relative;
  z-index: 1;
  color: #444444;
  background: #f2f2f2;
  padding-top: 45px;
  margin-top: 40px; }
  footer h5 {
    color: #444444;
    font-size: 18px;
    line-height: 22px; }
    footer h5 + ul {
      margin-top: 10px; }
  footer ul li {
    font-size: 14px;
    line-height: 16px;
    padding: 9px 0; }
    footer ul li a {
      color: #757575; }
      footer ul li a:visited {
        color: #000; }
      footer ul li a:hover, footer ul li a:focus, footer ul li a:active {
        color: #00b297; }
  footer ul.social-list {
    display: inline-block;
    margin: 4px 0 10px 0; }
    footer ul.social-list li {
      padding: 0;
      margin-left: 21px;
      float: left; }
      footer ul.social-list li:first-child {
        margin-left: 0; }
      footer ul.social-list li a {
        color: #00b297; }
        footer ul.social-list li a i {
          color: #00b297; }
        footer ul.social-list li a:visited {
          color: #00b297; }
          footer ul.social-list li a:visited i {
            color: #00b297; }
        footer ul.social-list li a:hover, footer ul.social-list li a:focus, footer ul.social-list li a:active {
          color: #000; }
          footer ul.social-list li a:hover i, footer ul.social-list li a:focus i, footer ul.social-list li a:active i {
            color: #000; }

.common-home footer {
  margin-top: 7px; }

.copyright br {
  display: none; }

.copyright {
  margin-top: 31px;
  border-top: 1px solid #00b297;
  padding-bottom: 23px; }
  .copyright > .container {
    padding-top: 13px; }
    .copyright > .container a {
      color: #b4f5fd; }
      .copyright > .container a:visited {
        color: #b4f5fd; }
      .copyright > .container a:hover, .copyright > .container a:focus, .copyright > .container a:active {
        color: #00b297; }

/*========================================================
                    Responsive  Footer
=========================================================*/
@media (min-width: 992px) and (max-width: 1199px) {
  footer h5 {
    font-size: 16px;
    line-height: 19px; } }
@media (min-width: 768px) and (max-width: 991px) {
  footer h5 {
    font-size: 14px;
    line-height: 16px; } }
@media (max-width: 767px) {
  footer > .container {
    display: none; }

  footer {
    text-align: center;
    padding-top: 0; }
    footer .copyright {
      border: none;
      margin-top: 0; } }
@media (max-width: 500px) {
  footer {
    text-align: center; }
    footer .copyright .pull-left, footer .copyright .pull-right {
      float: none !important; }
    footer .copyright .pull-left {
      margin-bottom: 10px; } }
/*==================     ToTop     ======================*/
.toTop {
  width: 40px;
  height: 40px;
  line-height: 36px;
  text-align: center;
  font-size: 26px;
  color: #00b297;
  background: #e7eaec;
  position: fixed;
  right: 66px;
  bottom: 100px;
  display: none;
  overflow: hidden;
  text-decoration: none;
  z-index: 20; }
  .toTop:hover {
    text-decoration: none;
    color: #fff;
    background: #00b297; }

.toTop:visited, .toTop:focus, .toTop:active {
  color: #00b297; }

@media only screen and (max-width: 1399px) {
  .toTop {
    display: none !important; } }
/*========================================================
                  Responsive Styles
=========================================================*/
@media (min-width: 1200px) {
  .container {
    width: 1200px; } }
@media (max-width: 1199px) {
  .table th, .table td {
    padding: 8px; }

  input#input-voucher,
  input#input-coupon {
    display: inline-block;
    margin: 0 0 5px 0;
    width: 100%; }

  #collapse-voucher #collapse-coupon .btn {
    padding-left: 10px;
    padding-right: 10px; }
  #collapse-voucher #collapse-coupon label {
    width: 100%;
    padding: 0;
    margin-bottom: 5px; } }
@media (min-width: 768px) and (max-width: 991px) {
  .panel-body input + span {
    margin-top: 5px;
    display: inline-block; } }
@media (max-width: 767px) {
  .table-responsive {
    border: none; }
    .table-responsive .table-bordered {
      border: 1px solid #ebecec; }

  .delivery_page .table {
    font-size: 13px; } }
@media (max-width: 410px) {
  #accordion .table td,
  #accordion .table thead td {
    font-size: 9px;
    word-wrap: break-word; } }
@media (max-width: 370px) {
  .table.privacy_page td {
    padding: 8px; }

  .delivery_page .table td,
  .delivery_page .table th {
    padding: 6px; } }
