@charset "UTF-8";
/*========================================================
                   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,300&subset=cyrillic,latin);
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: #333333;
}
@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 {
  z-index: 999 !important;
}
.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: #00bbd3;
}

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

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

.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: #55C65E;
  border: 1px solid #48B151;
}

.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: #00bbd3;
  border-color: #00bbd3;
  color: #FFF;
}

.pagination > li > a, .pagination > li > span {
  color: #333333;
}

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
  background: #333333;
  border-color: #333333;
  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;
}

.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: #e4e4e4;
}

.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-heading {
  padding: 20px;
}

.addthis_button_tweet {
  width: 100px !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: #F00;
}

.has-error * + .text-danger {
  margin-top: 5px;
}

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

.tooltip {
  z-index: 10000;
}

/*========================================================
                      Main Styles
=========================================================*/
body {
  font: 400 14px/23px "Roboto", sans-serif;
  color: #888888;
  background: #f4f4f4;
}




h1, h2, h3, h4, h5, h6 {
  color: #333333;
  margin: 10px 0 20px;
  line-height: normal;
}

/* Override the bootstrap defaults */
h1 {
  font-size: 33px;
}

h2 {
  font-size: 27px;
}

h3 {
  font-size: 21px;
}

h4 {
  font-size: 15px;
}

h5 {
  font-size: 12px;
}

h6 {
  font-size: 10.2px;
}

a {
  font: inherit;
  color: inherit;
  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: inherit;
  outline: none;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: #00bbd3;
}

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

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

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

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

.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 {
  font-size: 18px;
  padding-bottom: 0;
}

.fa {
  line-height: inherit;
}

.tm-login-form + .tm-login-form {
  margin-top: 10px;
}
.tm-login-form + button {
  margin-top: 11px;
}
.tm-login-form label {
  display: none;
}
.tm-login-form input {
  padding: 6px 15px;
  height: 50px;
}
.tm-login-form input, .tm-login-form input:focus {
  border: 1px solid #e4e4e4;
}
.tm-login-form input:focus {
  box-shadow: none;
  outline: none;
}

.tooltip-inner {
  background: #ff6c2a;
}

[class][class].tooltip-arrow {
  border-top-color: #ff6c2a;
}

.bootstrap-datetimepicker-widget, #at20mc, #at15s {
  z-index: 99 !important;
}

.product-share .addthis_default_style > a, .product-share .addthis_default_style > a * {
  font-size: 5px !important;
  line-height: 5px !important;
}

/*========================================================
                      Header styles
=========================================================*/
.header {
  position: relative;
  background: #fff;
  box-shadow: 0 0 11px rgba(0, 0, 0, 0.12);
  padding-top: 8px;
}
.header .toggle-wrap, .header .box-language, .header .box-currency, .header .box-cart, .header .search, .header .nav {
  float: right;
}
.header .logo {
  float: left;
}
* + .header .box-currency, * + .header .box-language {
  margin-top: 14px;
}
.header * + .box-language {
  margin-right: 5px;
}
.header * + .box-currency {
  margin-right: 23px;
}
.header .dropdown-menu {
  background: #FFF;
  border-radius: 0;
  margin: 0;
  padding: 0;
  border: 1px solid #e4e4e4;
}
.header .dropdown-menu > li > button:hover, .header .dropdown-menu > li > a:hover {
  background: #00bbd3;
  color: #fff;
}
.header .toggle-wrap {
  position: relative;
  z-index: 10;
  background: #fff;
}
.header .toggle-wrap .toggle {
  position: relative;
  display: inline-block;
  text-align: center;
  width: 50px;
  height: 50px;
  background: #fff;
  z-index: 1;
}
.header .toggle-wrap .toggle.active {
  color: #00bbd3;
  box-shadow: 0 0 13px 2px rgba(0, 0, 0, 0.09);
}
.header .toggle-wrap .toggle:before {
  font-size: 26px;
  line-height: 55px;
}
.header .toggle-wrap .toggle_cont {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  width: 233px;
  height: auto;
  background: #fff;
  padding: 19px 21px 11px;
  box-shadow: 0 0 13px 2px rgba(0, 0, 0, 0.09);
}
.header .toggle-wrap .toggle_cont form + a {
  margin-top: 9px;
}
.header .toggle-wrap .toggle_cont:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 15px;
  z-index: 1;
  background: #fff;
}
.header .toggle-wrap .toggle_cont button, .header .toggle-wrap .toggle_cont a {
  display: block;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 16px;
  line-height: 16px;
  padding: 17px 5px;
}
.header .toggle-wrap .toggle_cont button:hover, .header .toggle-wrap .toggle_cont a:hover {
  background: #ff6c2a;
}
.header .toggle-wrap .toggle_cont button {
  background: #4bae4f;
}
.header .toggle-wrap .toggle_cont a {
  background: #00bbd3;
}
.header .toggle-wrap .toggle_cont ul {
  padding: 0;
}
.header .toggle-wrap .toggle_cont ul > li {
  display: block;
}
.header .toggle-wrap .toggle_cont ul > li + li {
  margin-top: 9px;
}

/*================   Top Links style   ===============*/
.nav {
  overflow: hidden;
  padding-left: 15px;
}
.nav > ul {
  margin: 0;
  color: #fff;
  display: block;
}
.nav > ul > li {
  background: #b50a47;
  padding: 0;
}
.nav > ul > li + li {
  background: #b50a47;
}
.nav > ul > li + li + li {
  background: #b50a47;
}
.nav > ul > li + li + li + li {
  background: #b50a47;
}
.nav > ul > li + li + li + li + li {
  background: #b50a47;
}
.nav > ul li {
  width: 20%;
  float: left;
  text-align: center;
  height: 60px;
  -moz-transition: 0.3s transform ease;
  -o-transition: 0.3s transform ease;
  -webkit-transition: 0.3s transform ease;
  transition: 0.3s transform ease;
}
.nav > ul li > a {
  height: 100%;
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
  padding-top: 25px;
  text-transform: uppercase;
  display: block;
}
html[lang="ru"] .nav > ul li > a {
  font-size: 12px;
  line-height: 12px;
}
.nav > ul li:hover {
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
}
.nav > ul li:hover > a {
  color: #fff;
}

/*================  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: #00bbd3;
  box-shadow: none;
}

.box-language .dropdown-toggle,
.box-currency .dropdown-toggle {
  display: block;
  text-align: center;
  font-size: 12px;
  line-height: 12px;
  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;
  content: '\f0d7';
  margin-left: 8px;
  font-size: 15px;
  font-weight: 400;
  font-family: "FontAwesome";
  color: #dcdcdc;
}

.box-currency .dropdown-menu,
.box-language .dropdown-menu {
  top: 28px;
}
.box-currency .dropdown-menu a, .box-currency .dropdown-menu button,
.box-language .dropdown-menu a,
.box-language .dropdown-menu button {
  text-align: left;
  display: block;
  padding: 5px 5px 5px 10px;
  width: 100%;
  font-size: 13px;
  text-transform: capitalize;
  color: #333333;
}

/********** Swipe menu ******************/
.toprow-1 {
  color: #333333;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000;
  display: none;
  background: #f4f4f4;
  border-bottom: 1px solid #e4e4e4;
}

.swipe-control {
  border-right: 1px solid #e4e4e4;
  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;
  -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: #00bbd3;
}

.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: #333333;
  border-top: 1px solid #e4e4e4;
  line-height: 25px;
  background: #f4f4f4;
}
.swipe ul li a i, .swipe ul li a:before {
  font-size: 21px;
  color: #333333;
  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: transperent;
  color: #00bbd3;
}
.swipe ul li a:hover i, .swipe ul li a:hover:before {
  color: #00bbd3;
}

.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: 992px) and (max-width: 1199px) {
  .header .logo {
    max-width: 213px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .header .logo {
    max-width: 159px;
  }

  .nav > ul li a {
    font-size: 14px;
    line-height: 14px;
  }
}
@media (max-width: 767px) {
  .header {
    padding-top: 50px;
  }
  .header .search {
    float: none;
    width: 100%;
  }
  * + .header .search {
    margin-top: 31px;
  }
  .header .logo {
    float: none;
    text-align: center;
    margin-top: 15px;
  }
  .header .logo img {
    display: inline-block;
  }
  .header .box-cart {
    border: none;
    float: none;
    margin-top: 0;
  }
  .header .nav {
    margin-top: 0;
  }
  .header .nav ul {
    display: none;
  }
  .header .nav__primary {
    margin-top: 15px;
    background: none;
  }
}
/*========================================================
                      Content styles
=========================================================*/
#page {
  background: #f4f4f4;
  overflow: hidden;
}

.content_bottom {
  margin-top: 30px;
}

/*==================  Marked List  ======================*/
.box.account ul, .box.affilate ul {
  padding: 0;
  list-style-type: none;
}
.box.account ul a, .box.affilate ul a {
  position: relative;
  border-bottom: 1px solid #DADADA;
  display: block;
  padding: 13px 15px;
}
.box.account ul a:before, .box.affilate ul a:before {
  content: '\f054';
  margin-right: 10px;
  font-weight: 400;
  font-size: 10px;
  font-family: "FontAwesome";
  color: #00bbd3;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.box.account ul a:hover, .box.affilate ul a:hover {
  color: #00bbd3;
}

.site-map-page #content ul, .manufacturer-content div, #content ul.list-unstyled {
  margin: 0;
  list-style-type: none;
}
.site-map-page #content ul a, .manufacturer-content div a, #content ul.list-unstyled a {
  position: relative;
}
.site-map-page #content ul a:before, .manufacturer-content div a:before, #content ul.list-unstyled a:before {
  content: '\f105';
  margin-right: 5px;
  font-weight: 400;
  font-size: 15px;
  font-family: "FontAwesome";
  color: #00bbd3;
}

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

#content > *:first-child {
  margin-top: 0;
}
#content > .container {
  max-width: 100%;
}

@media (max-width: 767px) {
  aside {
    margin-top: 20px;
  }
  aside .container {
    padding: 0;
    width: 100%;
  }

  #content [class*="col-sm-"] + [class*="col-sm-"] {
    margin-top: 20px;
  }
}
/*==================   Lazy Img    ======================*/
.lazy {
  display: block;
  position: relative;
  height: 0;
  overflow: hidden;
  background: transparent url(../image/lazy-loader.gif) no-repeat center center;
}
.lazy img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 0;
  -moz-transition: 1s all ease;
  -o-transition: 1s all ease;
  -webkit-transition: 1s all ease;
  transition: 1s all ease;
  opacity: 0;
}
.lazy.lazy-loaded {
  background: none;
}
.lazy.lazy-loaded img {
  opacity: 1;
}

.search {
  position: relative;
  width: 270px;
}
* + .search {
  margin-right: 31px;
}
@media (max-width: 1199px) {
  .search {
    width: 297px;
  }
}
@media (max-width: 991px) {
  .search {
    width: 233px;
  }
}
.search input {
  color: #00bbd3;
  display: block;
  margin: 0;
  font-size: 18px;
  line-height: 24px;
  width: 100%;
  height: 50px;
  padding: 14px 70px 14px 20px;
  background: #fff;
  border: 1px solid #e4e4e4;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.search input:focus {
  outline: none;
}
.search input::-webkit-input-placeholder {
  color: #00bbd3;
  opacity: 1;
}
.search input:-moz-placeholder {
  color: #00bbd3;
  opacity: 1;
}
.search input::-moz-placeholder {
  color: #00bbd3;
  opacity: 1;
}
.search input:-ms-input-placeholder {
  color: #00bbd3;
  opacity: 1;
}
.search button, .search button:focus, .search button:active {
  background: none;
  border: none;
  display: inline-block;
  padding: 0;
  outline: none;
  outline-offset: 0;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  color: #c5c5c5;
  font: 400 26px/26px "material-design";
  background: #f4f4f4;
  border: 1px solid #e4e4e4;
}
.search button::-moz-focus-inner, .search button:focus::-moz-focus-inner, .search button:active::-moz-focus-inner {
  border: none;
  padding: 0;
}
.search button:before, .search button:focus:before, .search button:active:before {
  content: "";
}
.search button:hover, .search button:focus:hover, .search button:active:hover {
  color: #00bbd3;
}

#livesearch_search_results {
  margin: 3px 0 0;
  padding: 5px;
  position: absolute;
  top: 100%;
  width: 100%;
  left: 0;
  background-color: #FFF;
  list-style-type: none;
  z-index: 12;
  font-size: 14px;
}
#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: #00bbd3;
}
#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: #333333;
}
#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: 768px) and (max-width: 991px) {
  #livesearch_search_results li img {
    display: none !important;
  }
}
/*================ Box Cart  ===============*/
.box-cart {
  position: relative;
  border: 1px solid #e4e4e4;
}
.box-cart .btn-danger {
  border: 0;
  padding: 0;
  color: #333;
  font-size: 13px;
  background: none;
}
.box-cart .btn-danger:hover {
  color: #00bbd3;
  background: none;
}
.box-cart a:hover img {
  opacity: .5;
}
.box-cart .btn {
  margin-bottom: 7px;
}

/*================  Cart  ===============*/
.cart {
  position: relative;
}
.cart i, .cart strong, .cart span {
  vertical-align: middle;
}
.cart > button {
  padding: 10px 36px 10px 20px;
}
.cart > button strong, .cart > button i {
  color: #b50a47;
}
.cart > button i {
  font-size: 26px;
  line-height: 26px;
  -moz-transition: 0.3s color ease;
  -o-transition: 0.3s color ease;
  -webkit-transition: 0.3s color ease;
  transition: 0.3s color ease;
}
.cart > button strong, .cart > button span {
  text-transform: uppercase;
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
}
.cart > button strong {
  font-weight: 500;
}
.cart > button:hover i {
  color: #fec006;
}
.cart i + strong {
  margin-left: 10px;
}
.cart strong + span {
  margin-left: 31px;
}

/*================  Cart DropDown ===============*/
.cart .dropdown-menu {
  z-index: 1001;
  min-width: 260px;
  padding: 10px 10px 5px;
  top: 50px;
  right: 0;
  overflow: auto;
  max-height: 570px;
}
.cart .dropdown-menu .btn-danger {
  box-shadow: none;
}
.cart .dropdown-menu .name > a {
  color: #00bbd3;
}
.cart .dropdown-menu .name > a:hover {
  color: #fec006;
}
.cart .dropdown-menu img {
  max-width: 50px;
}
.cart .dropdown-menu table {
  margin-bottom: 10px;
}

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

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

.cart .total td {
  border: none;
  padding: 2px;
  color: #333333;
}
.cart .price-cart {
  color: #333333;
}

.cart .table.total tr:nth-child(4) td strong,
.cart .table.total tr:nth-child(4) td {
  font-size: 20px;
  color: #00bbd3;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .cart {
    position: fixed;
    top: 0;
    right: 20px;
    margin: 0;
    z-index: 10000;
  }
  .cart > button {
    padding-right: 0;
  }
  .cart > button strong {
    display: none;
  }
  .cart > button strong + span {
    margin-left: 10px;
  }
  .cart > button span {
    color: #333333;
  }
  .cart .dropdown-menu {
    max-height: 300px;
  }
}
/*========================================================
                      Product
=========================================================*/
/* ===================   Product Layout   =================== */
.product-thumb .name + .description {
  margin-top: 1px;
}
.product-thumb .description + .price {
  margin-top: 6px;
}
.product-thumb * + .cart-button {
  margin-top: 10px;
}

/* ===================   Product Image   =================== */
.product-thumb .image {
  position: relative;
  padding: 15px;
}
.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;
}
.product-thumb .image > a:hover img {
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/* ===================   Product Caption   =================== */
.product-thumb {
  position: relative;
  z-index: 0;
  -moz-transition: 0.5s box-shadow ease;
  -o-transition: 0.5s box-shadow ease;
  -webkit-transition: 0.5s box-shadow ease;
  transition: 0.5s box-shadow ease;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  background: #fff;
  overflow: hidden;
}
.product-thumb .caption {
  padding: 0 5%;
}
.product-thumb .name {
  font-size: 16px;
  line-height: 24px;
  color: #00bbd3;
}
.product-thumb .name > a:hover {
  color: #fec006;
}
.product-thumb .description {
  font-size: 12px;
  line-height: 21px;
}
.product-thumb .btn-wrap {
  -moz-transition: 0.3s opacity ease;
  -o-transition: 0.3s opacity ease;
  -webkit-transition: 0.3s opacity ease;
  transition: 0.3s opacity ease;
  opacity: 0;
}
.product-thumb:hover {
  z-index: 1;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.11);
}
.product-thumb:hover .btn-wrap {
  opacity: 1;
}

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

.product-list .product-thumb .image {
  float: left;
  margin-right: 30px;
  width: 30%;
}

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

.product-grid, .product-list {
  margin-bottom: 30px;
}

/* ==================   SALE, NEW Message   =================== */
.sale, .new_pr {
  font-size: 12px;
  line-height: 12px;
  display: inline-block;
  position: absolute;
  top: 12px;
  background-color: #f34235;
  color: #fff;
  padding: 7px 12px;
  z-index: 9;
  text-transform: uppercase;
  letter-spacing: -0.048px;
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.sale:before, .sale:after, .new_pr:before, .new_pr:after {
  content: '';
  position: absolute;
  left: 98.9%;
  border-style: solid;
  display: inline-block;
}
.sale:before, .new_pr:before {
  bottom: 0;
  border-width: 12.5px 0px 0px 5px;
  border-color: transparent transparent transparent #f34235;
}
.sale:after, .new_pr:after {
  top: 0;
  border-width: 12.5px 5px 0px 0px;
  border-color: #f34235 transparent transparent;
}

.sale {
  left: 11%;
}
html[lang="de"] .sale, html[lang="ru"] .sale {
  top: 15px;
}

.new_pr {
  left: 40%;
  background-color: #00bbd3;
}
.new_pr:before {
  border-color: transparent transparent transparent #00bbd3;
}
.new_pr:after {
  border-color: #00bbd3 transparent transparent;
}
aside .new_pr {
  left: 11%;
}

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

.price-old {
  font-weight: 300;
  text-decoration: line-through;
  vertical-align: top;
  color: #888888;
}

.price-section .price-new, .price-section .price-old {
  font-size: 30px;
  color: #ff6c2a;
  line-height: 30px;
  display: inline-block;
}

.price-section .price-old {
  font-size: 20px;
  line-height: 30px;
  color: #888888;
}

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

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

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

.price s {
  font-size: 15px;
}

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

.product-thumb .price-tax {
  color: #999;
  font-size: 12px;
  display: block;
}

/* ===================   Product Rating   =================== */
.rating {
  -moz-transition: 0.3s opacity ease;
  -o-transition: 0.3s opacity ease;
  -webkit-transition: 0.3s opacity ease;
  transition: 0.3s opacity ease;
}

.rating .fa-stack i {
  font-size: 11px;
}

.fa-stack {
  font-size: 11px;
  line-height: 20px;
  width: 0.9em;
}
.fa-stack i {
  color: #fec006;
}
.fa-stack .fa-star-o {
  color: #888888;
}
.fa-stack .fa-star + .fa-star-o {
  color: #fec006;
}

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

/* ===================   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 #e4e4e4;
  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 (max-width: 1200px) {
  .product-thumb .button-group button, .product-thumb .button-group button + button {
    width: 33.33%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .product-thumb .name {
    font-size: 14px;
    line-height: 18px;
  }
}
@media (min-width: 768px) {
  .box .box-content .last {
    clear: left;
  }

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

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

  .product-list .caption, .product-list .cart-button {
    text-align: left;
  }
  .product-list .caption {
    padding: 5% 5% 0px;
  }
  .product-list .cart-button {
    padding: 0 5%;
  }
}
@media (max-width: 767px) {
  .product-thumb {
    padding-bottom: 15px;
  }
  .product-thumb:hover {
    box-shadow: none;
  }

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

  .product-list .product-thumb .image,
  .product-grid .product-thumb .image {
    float: none;
    margin: 0 0 15px;
    width: 100%;
  }

  .product-layout {
    margin-bottom: 20px;
  }
}
@media (max-width: 600px) {
  .quickview_description iframe,
  .product-desc iframe {
    height: 240px !important;
  }
}
@media (max-width: 540px) {
  #content .product-layout {
    width: 50%;
    margin: 10px 0 !important;
  }
}
/*========================================================
                         Box
=========================================================*/

.box {
  margin-top: 30px;
}
.box .box-heading {
  background: #eee;
}
.box .box-heading h3 {
  margin: 0;
  font: 500 20px/25px "Roboto", sans-serif;
  text-transform: uppercase;
  padding: 17px 19px 18px;
}

aside .box:first-child {
  margin-top: 0;
}
aside .box.specials .box-heading, aside .box.bestsellers .box-heading, aside .box.featured .box-heading, aside .box.latest .box-heading {
  background: #fec006;
}
aside .box.account .box-heading {
  background: #ff6c2a;
}
aside .box.facebook .box-heading {
  background: #673ab7;
}
aside .box.manufacturer .box-heading {
  background: #4bae4f;
}
aside .box.category .box-heading {
  background: #b50a47;
}
aside .box .box-heading h3 {
  color: #fff;
}
@media (min-width: 768px) {
  aside .box .box-heading h3 {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  aside .box .box-heading h3 {
    font-size: 15px;
    line-height: 20px;
  }
}
aside .box .product-layout, aside .box .box-carousel {
  width: 100%;
  margin: 0;
  overflow: hidden;
}
aside .box .product-layout:first-child, aside .box .box-carousel:first-child {
  border-top: none;
}
aside .box .product-layout .product-thumb, aside .box .box-carousel .product-thumb {
  padding-top: 3%;
  padding-bottom: 5%;
  height: auto !important;
  border-top: 1px solid #e4e4e4;
}
aside .box .product-layout .product-thumb:before, aside .box .product-layout .product-thumb:after, aside .box .box-carousel .product-thumb:before, aside .box .box-carousel .product-thumb:after {
  display: table;
  content: "";
  line-height: 0;
}
aside .box .product-layout .product-thumb:after, aside .box .box-carousel .product-thumb:after {
  clear: both;
}
aside .box .product-layout .image, aside .box .box-carousel .image {
  float: left;
  width: 45%;
  margin-top: 45px;
}
aside .box .product-layout .caption, aside .box .product-layout .cart-button, aside .box .box-carousel .caption, aside .box .box-carousel .cart-button {
  float: right;
  width: 55%;
  text-align: left;
  padding: 0 5% 0 0;
}
aside .box .product-layout .cart-button, aside .box .box-carousel .cart-button {
  text-align: center;
}
@media (max-width: 375px) {
  aside .box .product-layout .cart-button, aside .box .box-carousel .cart-button {
    float: none;
    width: 100%;
  }
}
aside .box .product-layout .rating, aside .box .box-carousel .rating {
  opacity: 0;
}
aside .box .product-layout .description + .price, aside .box .box-carousel .description + .price {
  margin-top: 6px;
}
aside .box .product-layout .description,
aside .box .product-layout .cart-button .product-btn-add,
aside .box .product-layout .cart-button .product-btn, aside .box .box-carousel .description,
aside .box .box-carousel .cart-button .product-btn-add,
aside .box .box-carousel .cart-button .product-btn {
  display: none;
}
@media (max-width: 767px) {
  aside .box .product-layout .description,
  aside .box .product-layout .cart-button .product-btn-add,
  aside .box .product-layout .cart-button .product-btn, aside .box .box-carousel .description,
  aside .box .box-carousel .cart-button .product-btn-add,
  aside .box .box-carousel .cart-button .product-btn {
    display: inline-block;
  }
}
aside .box .product-layout .price-old, aside .box .box-carousel .price-old {
  display: block;
  margin-top: 7px;
}
aside .box .product-layout .quickview, aside .box .box-carousel .quickview {
  position: absolute;
  left: 4px;
  top: 5px;
  opacity: 0;
  margin: 0;
}
aside .box .product-layout:first-child, aside .box .box-carousel:first-child {
  margin-top: 0;
}
aside .box .product-layout:hover .quickview, aside .box .product-layout:hover .rating {
  opacity: 1;
}
aside .box.manufacturer .info > li {
  border-top: 1px solid #e4e4e4;
}
aside .box.manufacturer .info > li:first-child {
  border: none;
}
aside .box.manufacturer .info > li > a {
  position: relative;
  font-size: 16px;
  display: block;
  color: #494949;
  background-color: #eee;
  line-height: 16px;
  padding: 22px 20px;
  text-transform: uppercase;
  font-weight: 500;
  margin: 0;
}
aside .box.manufacturer .info > li > a:hover {
  color: #4bae4f;
  background: #e8e8e8;
}

aside .box .box-carousel .product-thumb:hover .rating, aside .box .box-carousel .product-thumb:hover .quickview {
  opacity: 1;
}

/*========================================================
                    Responsive Box
=========================================================*/
@media (min-width: 768px) {
  aside {
    margin-top: -60px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .box.info .box-content ul a {
    padding: 13px 5px;
  }
}
@media (max-width: 767px) {
  aside .box .box-heading {
    position: relative;
    cursor: pointer;
  }
  aside .box .box-heading:after {
    content: '\f055';
    position: absolute;
    right: 20px;
    top: 18px;
    font-size: 21px;
    font-family: "FontAwesome";
    color: #fff;
  }
  aside .box .box-heading.active:after {
    content: '\f056';
  }

  aside .facebook .box-content {
    text-align: center;
  }
  aside .facebook .box-content .fb_iframe_widget {
    display: inline-block;
  }
}
/*========================================================
                        Buttons
=========================================================*/
.buttons {
  margin: 1em 0;
}
.buttons:before, .buttons:after {
  display: table;
  content: "";
  line-height: 0;
}
.buttons:after {
  clear: both;
}

.input-group-btn .btn {
  padding: 7px 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;
  color: #fff;
  background: #4bae4f;
  text-shadow: none;
  border-radius: 0;
  border: none;
  padding: 12px 16px;
  outline: none;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.11);
  text-transform: uppercase;
}

button.btn-primary,
button.btn-danger {
  margin-top: 3px;
}

button.btn-primary + a.btn-danger {
  margin-top: 3px;
  padding: 12px 17px;
}

.btn:hover,
.btn:focus {
  background: #378c3a;
  color: #fff;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.11);
}

/*================   Product Buttons BEGIN   ===============*/
.product-btn,
.product-btn-add,
.product-thumb .quickview {
  font-size: 16px;
  line-height: 16px;
  text-transform: uppercase;
  display: inline-block;
}
.product-btn i, .product-btn span,
.product-btn-add i,
.product-btn-add span,
.product-thumb .quickview i,
.product-thumb .quickview span {
  vertical-align: middle;
}
.product-btn i,
.product-btn-add i,
.product-thumb .quickview i {
  color: #ff6c2a;
  font-size: 26px;
  line-height: 26px;
}

.product-btn,
.product-thumb .quickview {
  background-color: transparent;
  text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.11);
  color: #fff;
  margin: 10px 20px;
}
.product-btn:hover, .product-btn:active,
.product-thumb .quickview:hover,
.product-thumb .quickview:active {
  background: transparent;
  text-shadow: 0 0 0 rgba(0, 0, 0, 0.11);
}

.product-btn-add {
  width: 80% !important;
  background-color: #ffffff;
  color: #428bca;
  padding: 6px 0;
  border: 1px solid rgba(0, 0, 0, 0.473);
  border-radius: 4px;
}
.product-btn-add i {
  color: #000;
}






/* ================   Compare Button  =============== */
.nav-cat .btn {
  padding: 15px 20px;
  font-size: 18px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .nav-cat .btn {
    margin-top: 15px;
  }
}

/* ================   Product page buttons  =============== */
.product-buttons {
  margin: 0 -5px 1em;
  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%;
  border: 1px solid #e4e4e4;
  margin: 0;
  padding: 9px 0;
  height: 50px;
}

.product_page #button-cart {
  width: 100%;
  height: 50px;
}

/*========================================================
                 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;
  }

  .product-btn,
  .product-thumb .quickview {
    margin: 10px 19px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .table-bordered > tbody > tr > .text-right {
    padding: 5px;
  }

  .account-wishlist table td .btn {
    padding: 6px;
  }

  .product-btn,
  .product-thumb .quickview {
    margin: 10px 10px;
  }

  .product-btn-add {
    font-size: 12px;
    line-height: 12px;
  }
}
@media (max-width: 767px) {
  .button-view {
    display: none;
  }

  .product-thumb .quickview {
    display: none;
  }
}
@media (max-width: 420px) {
  .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-weight: 400;
  font-size: 20px;
  font-family: "Roboto", sans-serif;
  line-height: 30px;
  padding: 10px 17px;
  background: #00bbd3;
}
.menu-icon.active:after {
  content: "\f106";
}
.menu-icon:after {
  float: right;
  content: "\f107";
  font-family: "FontAwesome";
  margin-top: 0;
  display: inline-block;
  text-align: center;
  width: 1.25em;
  font-size: 26px;
  color: #fff;
}

.menu-gadget {
  display: none;
  margin: 15px 0;
}

.menu-gadget .menu ul ul a {
  padding-left: 60px !important;
}

.menu-gadget .menu {
  padding: 0;
  margin: 0;
}
.menu-gadget .menu ul {
  width: auto;
  padding: 0;
  display: none;
}
.menu-gadget .menu li {
  position: relative;
  list-style-type: none;
}
.menu-gadget .menu li i {
  position: absolute;
  display: block;
  top: 8px;
  right: 5px;
  height: 24px;
  width: 24px;
  font-size: 21px;
  padding: 0 20px;
  cursor: pointer;
  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;
}
.menu-gadget .menu li i:hover {
  color: #e5e5e5;
}
.menu-gadget .menu li.active > a, .menu-gadget .menu li > a:hover {
  background: #f00;
  color: #ff0;
}
.menu-gadget .menu a {
  padding: 10px 15px;
  display: block;
  border-top: 1px solid #e5e5e5;
  color: #fff;
  font-size: 14px;
  background: #000;
}
.menu-gadget .menu li li a {
  padding: 10px 15px 10px 45px;
}
.menu-gadget .menu li li:last-child {
  padding-bottom: 0;
}
.menu-gadget .menu li li li a {
  padding: 10px 15px 10px 35px;
}

.menu-gadget .menu li i.fa-angle-up:before {
  content: "???" !important;
}

/*========================================================
                      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 .menu > li + li {
  margin-left: 20px;
}

.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: #333333;
}

/*================ 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';
}

@media (max-width: 767px) {
  .nav__primary .menu {
    display: none;
  }

  .menu-gadget {
    display: block;
  }
}
/*==================  Stuck menu  ======================*/
.stuck-menu {
  width: auto !important;
  margin-bottom: 31px;
}
* + .stuck-menu {
  margin-top: 8px;
}

@media only screen and (min-width: 991px) {
  .scroll-fix {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    border-bottom: 1px solid #e4e4e4;
    background: #f5f5f5;
    padding: 10px 0;
    margin-top: 0;
  }
}
@media only screen and (max-width: 991px) {
  .stuck-menu {
    position: static;
  }
  .stuck-menu + .stuck-menu {
    display: none;
  }
}
/**************TM BOX CATEGORY***********************/
aside .box.category {
  width: 100%;
  float: none;
  padding: 0;
}

.box.category {
  position: relative;
  overflow: visible;
}
.box.category .category_menu > li {
  position: relative;
  border-top: 1px solid #e4e4e4;
}
.box.category .category_menu > li:first-child {
  border: none;
}
.box.category .category_menu > li > a {
  position: relative;
  font-size: 16px;
  display: block;
  color: #494949;
  background-color: #eee;
  line-height: 16px;
  padding: 22px 20px;
  text-transform: uppercase;
  font-weight: 500;
  margin: 0;
}
.box.category .category_menu > li > a:hover {
  color: #00bbd3;
  background: #e8e8e8;
}
.box.category .category_menu > li:active > ul, .box.category .category_menu > li:hover > ul {
  opacity: 1;
  visibility: visible;
}

.common-home .box.category .category_menu > li > ul {
  left: 102%;
  top: 0;
}

.box.category .category_menu > li > ul {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 107%;
  top: 0;
  padding: 0;
  background-color: #e8e8e8;
  padding: 49px 20px 47px 42px;
  width: 895px;
  z-index: 97;
  display: block;
  -moz-transition: 0.6s all ease;
  -o-transition: 0.6s all ease;
  -webkit-transition: 0.6s all ease;
  transition: 0.6s all ease;
}
@media (max-width: 1199px) {
  .box.category .category_menu > li > ul {
    width: 723px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .box.category .category_menu > li > ul {
    width: 560px;
  }
}
.box.category .category_menu > li > ul > li {
  display: block;
  float: left;
  list-style-type: none;
  width: 25%;
}
.box.category .category_menu > li > ul > li + li {
  margin-left: 83px;
}
@media (max-width: 1199px) {
  .box.category .category_menu > li > ul > li + li {
    margin-left: 50px;
  }
}
.box.category .category_menu > li > ul > li ul {
  list-style: none;
  padding: 0;
}
.box.category .category_menu > li > ul > li ul li + li {
  margin-top: 9px;
}
.box.category .category_menu > li > ul > li li {
  padding: 5px 0;
  line-height: 20px;
}
.box.category .category_menu > li > ul > li b {
  display: block;
  margin-bottom: 10px;
}
.box.category .category_menu > li > ul > li b a {
  font-size: 14px;
  line-height: 14px;
  text-transform: none;
  color: #888;
  font-weight: 400;
}
.box.category .category_menu > li > ul > li a {
  font-size: 14px;
  color: #888888;
}
.box.category .category_menu > li > ul > li a:hover {
  color: #00bbd3;
}
.box.category .category_menu > li > ul > li img {
  max-width: 135px;
  background-color: #fff;
}

/*========================================================
                      Banners
=========================================================*/
[class*="banner-"] {
  padding: 0;
}
[class*="banner-"] .banner-box {
  position: relative;
}
[class*="banner-"] .banner-box:before, [class*="banner-"] .banner-box:after {
  display: table;
  content: "";
  line-height: 0;
}
[class*="banner-"] .banner-box:after {
  clear: both;
}
[class*="banner-"] .banner-box > a {
  display: block;
}
[class*="banner-"] .banner-box .s-desc {
  position: absolute;
  top: 0;
  left: 0;
}

.banner-1, .banner-2, .banner-3, .banner-4, .banner-5, .banner-6 {
  position: relative;
  z-index: 0;
  float: left;
}
.banner-1 .img-responsive, .banner-2 .img-responsive, .banner-3 .img-responsive, .banner-4 .img-responsive, .banner-5 .img-responsive, .banner-6 .img-responsive {
  float: right;
}
.banner-1 h2, .banner-1 p, .banner-1 span, .banner-2 h2, .banner-2 p, .banner-2 span, .banner-3 h2, .banner-3 p, .banner-3 span, .banner-4 h2, .banner-4 p, .banner-4 span, .banner-5 h2, .banner-5 p, .banner-5 span, .banner-6 h2, .banner-6 p, .banner-6 span {
  margin: 0;
  color: #fff;
  font-weight: 400;
}
.banner-1 p, .banner-2 p, .banner-3 p, .banner-4 p, .banner-5 p, .banner-6 p {
  max-width: 320px;
  font-size: 14px;
  line-height: 23px;
}
.banner-1 span, .banner-2 span, .banner-3 span, .banner-4 span, .banner-5 span, .banner-6 span {
  font-size: 34px;
  line-height: 34px;
  display: block;
}

.banner-1, .banner-3, .banner-4, .banner-5, .banner-6 {
  -moz-transition: 0.3s box-shadow ease;
  -o-transition: 0.3s box-shadow ease;
  -webkit-transition: 0.3s box-shadow ease;
  transition: 0.3s box-shadow ease;
}
.banner-1 .s-desc h2, .banner-3 .s-desc h2, .banner-4 .s-desc h2, .banner-5 .s-desc h2, .banner-6 .s-desc h2 {
  -moz-transition: 0.3s color ease;
  -o-transition: 0.3s color ease;
  -webkit-transition: 0.3s color ease;
  transition: 0.3s color ease;
}
.banner-1:hover, .banner-3:hover, .banner-4:hover, .banner-5:hover, .banner-6:hover {
  z-index: 1;
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.11);
}
.banner-1:hover .s-desc h2, .banner-3:hover .s-desc h2, .banner-4:hover .s-desc h2, .banner-5:hover .s-desc h2, .banner-6:hover .s-desc h2 {
  color: #673ab7;
}

.banner-1 {
  background: #ff6c2a;
  width: 65.51724137931034%;
}
.banner-1 .s-desc {
  padding: 6.7% 0px 0px 8.6%;
}
.banner-1 h2 {
  font-size: 56px;
  line-height: 56px;
  text-transform: capitalize;
}
.banner-1 span {
  font-size: 34px;
  line-height: 34px;
  text-transform: uppercase;
}
.banner-1 i {
  font-size: 34px;
  line-height: 34px;
  vertical-align: middle;
}

.banner-2 {
  max-width: 100%;
  width: auto;
}
.banner-2 .banner-box .s-desc {
  text-align: center;
  right: 0;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.banner-2 .banner-box .s-desc h2 {
  font-size: 76px;
  line-height: 76px;
}
.banner-2 .banner-box .s-desc h2 span {
  font-size: 56px;
  line-height: 56px;
}
.banner-2 .banner-box .s-desc .btn-shop {
  display: inline-block;
  background: #673ab7;
  text-transform: uppercase;
  padding: 20px 50px;
  color: #fff;
  font-size: 20px;
  line-height: 20px;
  font-weight: 500;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.11);
}
.banner-2 .banner-box .s-desc .btn-shop:hover, .banner-2 .banner-box .s-desc .btn-shop:active {
  background-color: #378c3a;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.11);
}

.banner-3, .banner-4, .banner-5, .banner-6 {
  width: 50%;
}
.banner-3 .s-desc, .banner-4 .s-desc, .banner-5 .s-desc, .banner-6 .s-desc {
  padding: 8% 0 0 8%;
}
.banner-3 h2, .banner-4 h2, .banner-5 h2, .banner-6 h2 {
  font-size: 45px;
  line-height: 45px;
}

.banner-3 {
  background: #f34235;
}

.banner-4 {
  background: #00bbd3;
}

.banner-5 {
  background: #4bae4f;
}

.banner-6 {
  background: #fec006;
}

.banner-1 h2 + span {
  margin-top: 5px;
}
.banner-1 span + p {
  margin-top: 15px;
}

.banner-2 br + span {
  margin-top: 20px;
}
.banner-2 * + .btn-shop {
  margin-top: 41px;
}

.banner-3 .s-desc h2 + span, .banner-4 .s-desc h2 + span, .banner-5 .s-desc h2 + span, .banner-6 .s-desc h2 + span {
  margin-top: 10px;
}
.banner-3 .s-desc span + p, .banner-4 .s-desc span + p, .banner-5 .s-desc span + p, .banner-6 .s-desc span + p {
  margin-top: 11px;
}

/*========================================================
                   Responsive Banners
=========================================================*/
@media (max-width: 991px) {
  .banner-1, .banner-3, .banner-4, .banner-5, .banner-6 {
    width: 100%;
  }
}
@media (max-width: 700px) {
  .banner-2 .banner-box .s-desc h2 {
    font-size: 30px;
    line-height: 30px;
  }
  .banner-2 .banner-box .s-desc h2 > span {
    font-size: 25px;
    line-height: 25px;
  }
  .banner-2 .banner-box .s-desc h2 br + span {
    margin-top: 0;
  }
  .banner-2 .banner-box .s-desc .btn-shop {
    padding: 15px 30px;
  }
  .banner-2 .banner-box .s-desc * + .btn-shop {
    margin-top: 5px;
  }
}
@media (max-width: 479px) {
  .banner-1 h2 {
    font-size: 39px;
    line-height: 39px;
    text-transform: capitalize;
  }
}
/*========================================================
                      HTML boxes
=========================================================*/
.html_shipping {
  position: relative;
  z-index: 0;
  background: #fec006;
  float: left;
  width: 34.48275862068966%;
  -moz-transition: 0.3s box-shadow ease;
  -o-transition: 0.3s box-shadow ease;
  -webkit-transition: 0.3s box-shadow ease;
  transition: 0.3s box-shadow ease;
}
.html_shipping h2, .html_shipping span {
  -moz-transition: 0.3s color ease;
  -o-transition: 0.3s color ease;
  -webkit-transition: 0.3s color ease;
  transition: 0.3s color ease;
}
.html_shipping:hover {
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.11);
  z-index: 1;
}
.html_shipping:hover h2, .html_shipping:hover span {
  color: #673ab7;
}
.html_shipping > a {
  display: block;
  padding: 12% 16%;
}
.html_shipping, .html_shipping h2, .html_shipping p, .html_shipping span {
  color: #fff;
  margin: 0;
}
.html_shipping h2 {
  font-size: 56px;
  line-height: 56px;
  font-weight: 400;
}
.html_shipping span {
  text-transform: uppercase;
  font-size: 34px;
  line-height: 34px;
  display: block;
}
.html_shipping i {
  font-size: 34px;
  line-height: 34px;
  vertical-align: middle;
}

.html_shipping h2 + span {
  margin-top: 8px;
}
.html_shipping span + p {
  margin-top: 11px;
}

/*========================================================
               Responsive HTML boxes
=========================================================*/
@media (min-width: 991px) and (max-width: 1199px) {
  .html_shipping h2 + span {
    margin-top: 0;
  }
}
@media (max-width: 991px) {
  .html_shipping {
    width: 100%;
  }
  .html_shipping > a {
    padding: 3% 0 3% 8.6%;
  }
}
@media (max-width: 479px) {
  .html_shipping h2 {
    font-size: 39px;
    line-height: 39px;
  }
}
/* ===================   Breadcrumb   =================== */
.breadcrumb {
  margin: 15px 0;
  padding: 8px 0;
  border-radius: 0;
  border: 1px solid #e4e4e4;
  background: #fff;
  font-size: 14px;
  line-height: 18px;
}
.breadcrumb a {
  display: inline-block;
}
.breadcrumb > li {
  padding: 0 30px;
  position: relative;
  white-space: nowrap;
}
.breadcrumb > li + li:before {
  content: '';
  padding: 0;
}
.breadcrumb > li:after {
  content: '';
  position: absolute;
  top: -3px;
  right: 0;
  width: 27px;
  height: 24px;
  border-right: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media (max-width: 600px) {
  .breadcrumb {
    padding: 0;
  }

  .breadcrumb > li:last-child:after {
    display: none;
  }

  .breadcrumb > li:after {
    width: auto;
    position: static;
    border: 0;
    content: '>';
    margin-left: 5px;
    display: inline-block;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    -webkit-transform: none;
    transform: none;
  }

  .breadcrumb > li {
    padding: 0 5px;
  }
  .breadcrumb > li a {
    line-height: 24px;
  }
}
#list-view,
#grid-view {
  padding: 0;
  margin: 0 5px;
  background: none;
  box-shadow: none;
  color: #333333;
  font-size: 27px;
  line-height: 30px;
}

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

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

.related-products .product-section_title {
  margin-bottom: 0;
  background: #eee;
  padding: 17px 19px 18px;
}

.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 #e4e4e4;
  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: #e4e4e4;
  content: '';
  margin-left: -10px;
}
.review-form-title h3:hover {
  color: #00bbd3;
}

.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%;
}

.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: 34px;
  line-height: 34px;
  background: rgba(0, 0, 0, 0.5);
  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: #00bbd3;
}

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

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

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

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

.review-score .fa-stack {
  width: 2em;
  height: 1.5em;
  margin-bottom: 10px;
}

.product-title {
  margin: 0;
  color: #333333;
}

.reward-block span {
  display: block;
}

#product .input-group[class*="col-"] {
  padding-left: 15px;
  padding-right: 15px;
}
#product h3 {
  color: #00bbd3;
}

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

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

@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 #e4e4e4;
    color: #333333;
    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 {
    background: #00bbd3;
    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: 15px;
}
.box-subcat li .name a {
  font-size: 18px;
  text-transform: capitalize;
}
.box-subcat li .image {
  margin-bottom: 10px;
  border: 2px solid #e4e4e4;
  padding: 9px;
  -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:hover {
  border-color: #00bbd3;
}
.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: 25%;
  }
  .box-subcat li:nth-child(2n+1) {
    clear: both;
  }

  #content .box-subcat [class*="col-sm-"] + [class*="col-sm-"] {
    margin-top: 0;
  }
}
@media (max-width: 500px) {
  .box-subcat li {
    width: 100%;
    float: none;
    clear: both;
  }
}
/* ===================   Product Filter  =================== */
.product-filter {
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
  padding: 20px 0;
  margin-bottom: 12px;
}
.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;
  }
  .product-compare .table-responsive td + td {
    min-width: 270px;
  }

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

.information-information {
  font-size: 14px;
  line-height: 26px;
}
.information-information h3, .information-information h4, .information-information h5 {
  color: #333333;
  margin: 0 0 10px;
  line-height: normal;
}
.information-information h3, .information-information h5 {
  text-transform: uppercase;
}

.terms_conditions_page h4 {
  text-transform: uppercase;
}

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

.recent-posts {
  text-align: center;
}

/* ===================   Number   =================== */
.dropcap {
  background: none repeat scroll 0 0 #00bbd3;
  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: none repeat scroll 0 0 #fafafa;
  border: 1px solid #e4e4e4;
  padding: 12px;
  max-width: 254px;
  margin: 0 auto 12px;
  border-radius: 0;
}
.thumbnail img {
  -moz-transition: 0.3s transform ease;
  -o-transition: 0.3s transform ease;
  -webkit-transition: 0.3s transform ease;
  transition: 0.3s transform ease;
  border: 1px solid #e4e4e4;
}
.thumbnail a:hover img {
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.img-thumbnail {
  border: 0;
  background-color: #f7f7f7;
  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: #00bbd3;
}
.testimonials blockquote {
  border: 1px solid #e4e4e4;
  margin-bottom: 15px;
}

/* ===================   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 #e4e4e4;
}

.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: 5px 0;
}
.site-map-page #content ul a {
  font-size: 14px;
}

/* ===================   Manufacturer List  =================== */
.manufacturer-list {
  border: 1px solid #e4e4e4;
  margin-bottom: -1px;
}
.manufacturer-list .manufacturer-heading {
  background: none repeat scroll 0 0 #f9f9f9;
  border-bottom: 1px solid #e4e4e4;
  font-size: 15px;
  font-weight: bold;
  padding: 5px;
}
.manufacturer-list .manufacturer-heading span {
  background: none repeat scroll 0 0 #00bbd3;
  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 #e4e4e4;
  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: #00bbd3;
  float: left;
  font-size: 56px;
  margin-right: 14px;
  line-height: 60px;
}
.well .heading h2 {
  font-size: 23px;
  color: #333333;
  margin: 0 0 5px;
}
.well .heading strong {
  font-weight: normal;
  font-style: italic;
}
.well p {
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
  padding: 20px 0;
}
.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: #00bbd3;
  background: transparent;
}
.datepicker th {
  text-align: center;
}

.radio {
  line-height: 18px;
}

/* 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 {
  padding-top: 40px;
  font-size: 14px;
  line-height: 14px;
  background: #4a4a4a;
}
* + footer {
  margin-top: 30px;
}
footer h5 {
  font-size: 21px;
  line-height: 16px;
  text-transform: uppercase;
  color: #fff;
}
footer h5 + ul {
  margin-top: 25px;
  color: #c8c7c7;
}
footer hr {
  margin-bottom: 27px;
}
footer ul li + li {
  margin-top: 25px;

}

#footer {
height:30px;
margin: 0;
clear: both;
width:100%;
position: relative;
}


.copyright br {
  display: none;
}

.copyright {
  font-size: 12px;
  line-height: 12px;
}
.copyright > .container {
  padding-top: 23px;
  padding-bottom: 32px;
}

/*========================================================
                    Responsive  Footer
=========================================================*/
@media (max-width: 767px) {
  footer > .container {
    display: none;
  }

  footer {
    text-align: center;
  }
}
/*==================     ToTop     ======================*/
.toTop {
  width: 40px;
  height: 40px;
  line-height: 34px;
  text-align: center;
  border-radius: 50%;
  font-size: 24px;
  color: #fff;
  background: #00bbd3;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.11);
  position: fixed;
  right: 66px;
  bottom: 100px;
  display: none;
  overflow: hidden;
  text-decoration: none;
  z-index: 20;
}
.toTop:hover {
  background: #fec006;
  text-decoration: none;
  color: #fff;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.11);
}

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

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

  .breadcrumb {
    width: 74.3%;
    float: right;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .breadcrumb {
    width: 74.1%;
    float: right;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .breadcrumb {
    width: 74%;
    float: right;
  }
}
body[class*="product-product-"] .breadcrumb {
  width: 100%;
  float: none;
}

@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: 2px solid #e4e4e4;
  }

  .delivery_page .table {
    font-size: 13px;
  }
}
@media (max-width: 530px) {
  .panel-group .panel input#input-voucher,
  .panel-group .panel input#input-coupon {
    width: 100%;
  }
  .panel-group .panel span {
    display: block;
    margin-top: 5px;
  }

  h1 {
    font-size: 26px;
  }
}
@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;
  }
}
