body {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: normal;
  color: #333;
  background: #efefef;
  font-size: 14px;
  line-height: 23px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto Condensed", sans-serif;
  margin: 0 0 20px;
  color: #333;
  line-height: 1.2em;
  text-transform: uppercase;
}
button,
.btn {
  outline: none !important;
}
.form-control {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
/* default font size */
.fa {
  font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
  font-size: 25px;
  margin-bottom: 30px;
}
h2 {
  font-size: 22px;
  margin-bottom: 25px;
}
h3 {
  font-size: 20px;
}
h4 {
  font-size: 18px;
}
h5 {
  font-size: 16px;
}
h6 {
  font-size: 14px;
}
a,
a:visited {
  color: #56b4f2;
  outline: none;
}
a:hover {
  text-decoration: none;
  color: #333;
}
a:active,
a:focus {
  outline: none;
  text-decoration: none;
  color: #333;
}
img {
  max-width: 100%;
}

legend {
  font-size: 18px;
  padding: 7px 0;
  border-color: #dfdede;
}
label {
  font-size: 12px;
  font-weight: normal;
}
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 {
  font-size: 12px;
  border-radius: 0;
}
.input-group input,
.input-group select,
.input-group .dropdown-menu,
.input-group .popover {
  font-size: 12px;
}
.input-group .input-group-addon {
  font-size: 12px;
  height: 30px;
}
/* Fix some bootstrap issues */
span.hidden-xs,
span.hidden-sm,
span.hidden-md,
span.hidden-lg {
  display: inline;
}

.nav-tabs {
  margin-bottom: 15px;
}
div.required .control-label:before {
  content: "* ";
  color: #f00;
  font-weight: bold;
}
/* top */
#top {
  padding: 5px 0;
  background: #efefef;
}
#top #currency .currency-select {
  text-align: left;
}
#top-links {
  display: inline-block;
  margin: 34px 0 15px;
}
#top-links a {
  font-size: 16px;
  line-height: 19px;
  color: #fff;
}
#top-links a:visited {
  color: #fff;
}
#top-links a:hover,
#top-links a:focus,
#top-links a:active {
  color: #191919;
}
#top .btn-link,
#top-links li {
  text-decoration: none;
}
.list-inline > li {
  padding-left: 8px;
  padding-right: 8px;
}
#top-links li a i {
  font-size: 15px;
  margin-right: 0;
  color: #fff;
  display: none;
}
#top-links li a:visited i {
  color: #fff;
}
#top-links li a:hover i,
#top-links li a:focus i,
#top-links li a:active i {
  color: #191919;
}
#top-links li a span span {
  line-height: 28px;
  width: 27px;
  height: 27px;
  display: inline-block;
  margin-top: -5px;
  text-align: center;
  color: #2f2f2f;
  background: #fff;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
#top-links .dropdown-menu a {
  text-shadow: none;
}
#top-links .dropdown-menu a:hover {
  color: #fff;
}
#top .btn-link strong {
  font-size: 14px;
}
#top-links ul {
  margin: 0;
}
#top-links a + a {
  margin-left: 15px;
}
/* logo */
#logo {
  margin: 5px 0 5px;
  float: left;
}

/* soc-icon */
ul.soc-icon {
  float: right;
  padding: 0;
  margin: 0;
  list-style: none;
}
ul.soc-icon li {
  float: left;
  margin-left: 4px;
  line-height: 20px;
}
ul.soc-icon li a:hover i {
  color: #333;
}
ul.soc-icon li i {
  color: #dadada;
  font-size: 20px;
  vertical-align: top;
}
/* search */
#search {
  position: relative;
  display: inline-block;
  z-index: 46;
  padding-left: 35px;
  background: #fff;
  margin: 21px 0 19px 0;
  float: right;
}
#search button:active,
#search button:hover {
  color: #56b4f2;
}
#search button {
  float: left;
  background: #00369a;
  border: none;
  border-left: none;
  margin-left: -1px;
  padding: 0 17px;
  font-size: 13px;
  line-height: 50px;
  height: 50px;
  vertical-align: top;
}
#search button i {
  display: block;
  vertical-align: top;
  float: right;
  font-size: 20px;
  line-height: 50px;
  vertical-align: top;
  color: #fff;
}
#search i.fa-search {
  position: absolute;
  display: inline-block;
  vertical-align: top;
  top: 15px;
  left: 15px;
  font-size: 17px;
  line-height: 20px;
  color: #d6d6d6;
  pointer-events: none;
}
#search button:hover i {
  color: #56b4f2;
}
#search input {
  float: left;
  color: #777;
  border: none;
  border-right: none;
  font-size: 16px;
  line-height: 19px;
  height: 50px;
  padding: 16px 5px 15px 5px;
  width: 190px;
}

/* log-button */

.log-button {
  float: right;
  display: inline-block;
  margin: 48px 0 10px;
}
.log-button a {
  float: right;
  display: inline-block;
  font-size: 16px;
  line-height: 19px;
  color: #fff;
  margin-left: 21px;
}
.log-button a:hover {
  color: #56b4f2;
}
.log-button i {
  margin-right: 12px;
  color: #56b4f2;
  font-size: 15px;
  line-height: 18px;
}

/* cart */

.box-cart {
  position: relative;
  float: right;
  margin: 0 0 0 50px;
}
.box-cart .btn-danger i {
  font-size: 13px;
}
.box-cart .btn-danger {
  border: 0;
  padding: 0;
  background: none;
  color: #333;
}
.box-cart .btn-danger:active,
.box-cart .btn-danger:focus,
.box-cart .btn-danger:hover {
  background: none;
  color: #56b4f2;
}
#cart {
  position: relative;
  text-align: left;
}
#cart > button i {
  display: block;
  float: none;
  font-size: 45px;
  line-height: 45px;
  color: #56b4f2;
  margin-bottom: 5px;
}
#cart > button {
  padding: 0;
  border: 0;
  margin: 0;
  font-size: 24px;
  line-height: 24px;
  color: #56b4f2;
  min-width: 138px;
  padding: 20px 15px 25px;
  background: #2f2f2f;
  text-align: center;
}
#cart > button strong {
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
}
#cart .btn {
  margin-bottom: 2px;
}
#cart .btn-primary {
  margin-right: 1px;
}
#cart tr:first-child td {
  border-top: 0;
}
#cart td {
  font-size: 13px;
}
#cart td .name a {
  font-size: 14px;
}
#cart .total td strong {
  font-size: 12px;
  font-style: italic;
  font-weight: normal;
  color: #777;
}
#cart .total td {
  border: 0;
  padding: 2px;
  font-size: 14px;
  font-weight: normal;
  color: #56b4f2;
}
#cart .price-cart {
  color: #56b4f2;
  font-weight: normal;
}
#cart > button:hover,
#cart.open > button {
}
#cart #cart-total {
  display: none;
}
#cart.open > .btn:hover {
  color: #444;
}
#cart .dropdown-menu {
  background: #fff;
  border: 1px solid #e4e4e6;
  z-index: 1001;
}
#cart .dropdown-menu img {
  max-width: 50px;
}
#cart .dropdown-menu {
  min-width: 300px;
}
#cart .dropdown-menu table {
  margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
  padding: 0 10px;
}
#cart .dropdown-menu li p {
  margin: 20px 0;
}
#cart .table.total tr:nth-child(4) td strong,
#cart .table.total tr:nth-child(4) td {
  font-size: 17px;
  font-style: normal;
  color: #56b4f2;
}
.cart-q {
  max-width: 100px;
  float: none;
  display: inline-block;
  margin-right: 3px;
}
.shoping_cart td {
  vertical-align: middle !important;
}
input#input-voucher,
input#input-coupon {
  display: inline-block;
  width: 45%;
  margin-right: 5px;
}
/* menu */

#menu {
  z-index: 25;
  top: 0;
  width: 100%;
  min-height: inherit;
  margin-bottom: 0;
  border-radius: 0;
  background: #56b4f2;
  border: none;
  margin-bottom: 30px;
}
.common-home #menu {
  margin-bottom: 0;
}
#menu .container > .navbar-collapse {
  margin-left: -15px;
  margin-right: -15px;
}
#menu .nav > li > a:hover {
  color: #56b4f2;
  background: none;
}
#menu .nav > li {
  padding: 0;
  display: inline-block;
  border-right: 1px solid #363943;
}
#menu .nav > li:first-child {
  border-left: 1px solid #363943;
}
#menu .nav > li > a {
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
  display: inline-block;
  color: #fff;
  padding: 23px 20px;
  background: none;
}
#menu .nav > li > a:before {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 0;
  bottom: 0;
  left: 0;
  background: #56b4f2;
}
#menu .nav > li > a:hover:before,
#menu .nav > li > a.active:before {
  height: 6px;
}
#menu .nav > li > a:hover,
#menu .nav > li > a.active {
  color: #fff;
  background: #2b2e39;
}
#menu .dropdown-menu {
  padding: 0;
  display: block;
  visibility: hidden;
  opacity: 0;
  overflow: hidden;
  background: #fff;
  border: none;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.13);
  -moz-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.13);
  -webkit-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.13);
}
#menu li i {
  position: absolute;
  display: inline-block;
  right: 16px;
  top: 50%;
  margin-top: -9px;
  color: #fff;
  font-size: 14px;
  line-height: 16px;
}
#menu .nav li.dropdown > a {
  padding-right: 33px;
}
#menu .dropdown-inner {
  display: table;
}
#menu .dropdown-inner ul {
  display: table-cell;
  vertical-align: top;
  padding: 45px 0 40px;
}
#menu .dropdown-inner ul:first-child {
  padding-left: 28px;
}
#menu .dropdown-inner li {
  padding: 0;
}
#menu .dropdown-inner a {
  min-width: 190px;
  display: block;
  padding: 8px 12px;
  clear: both;
  font-size: 15px;
  line-height: 18px;
  color: #56b4f2;
}
#menu .dropdown-inner li a:hover,
#menu .dropdown-inner li a.active {
  color: #fff;
}
.dropdown-menu li > a:hover,
.dropdown-menu li > a.active {
  text-decoration: none;
  color: #fff;
  background: #2b2e39;
}
#menu #category {
  float: left;
  font-size: 20px;
  line-height: 24px;
  padding: 23px 24px 23px 20px;
  color: #fff;
  text-transform: uppercase;
}
#menu .btn-navbar {
  font-size: 20px;
  line-height: 24px;
  font-stretch: expanded;
  color: #ccc;
  padding: 23px 20px 23px 10px;
  margin: 0;
  border: none;
  float: right;
  background: none;
}
#menu .btn-navbar i {
  font-size: 20px;
  line-height: 24px;
  vertical-align: top;
}
#menu .btn-navbar:hover,
#menu .btn-navbar:focus,
#menu .btn-navbar:active,
#menu .btn-navbar.disabled,
#menu .btn-navbar[disabled] {
  color: #fff;
  background: none;
}
@media (min-width: 768px) {
  #menu .dropdown:hover .dropdown-menu {
    visibility: visible;
    opacity: 1;
  }
}
@media (max-width: 767px) {
  #menu {
    border-radius: 4px;
  }
  #menu div.dropdown-inner > ul.list-unstyled {
    display: block;
  }
  #menu div.dropdown-menu {
    margin-left: 0 !important;
    padding-bottom: 10px;
    background-color: rgba(0, 0, 0, 0.1);
  }
  #menu .dropdown-inner {
    display: block;
  }
  #menu .dropdown-inner a {
    width: 100%;
    color: #fff;
  }
  #menu .dropdown-menu a:hover,
  #menu .dropdown-menu ul li a:hover {
    background: rgba(0, 0, 0, 0.1);
  }
  #menu .see-all {
    margin-top: 0;
    border: none;
    border-radius: 0;
    color: #fff;
  }
}
/* content */
#content {
  min-height: 600px;
}
/* footer */
.common-home footer {
  border-top: 0;
  padding-top: 0;
  margin-top: 0;
}
footer {
  font-size: 13px;
  line-height: 16px;
  color: #777;
  padding-bottom: 68px;
  margin-top: 40px;
}
footer .col-sm-2 li,
.box.info .box-content ul li,
.site-map-page ul li,
#content ul.list-unstyled li {
  padding: 6px 0;
}
footer .col-sm-4 li {
  padding: 2px 0;
}
footer .footer_box {
  font-size: 15px;
  line-height: 18px;
  color: #a3a4a7;
}
footer .foot_phone {
  margin-top: 8px;
}
footer .foot_phone,
footer .fax {
  font-size: 24px;
  line-height: 29px;
  color: #56b4f2;
}
footer h5 {
  color: #333;
  font-size: 21px;
  line-height: 27px;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0 0 13px;
}
footer .social {
  display: inline-block;
  margin: 10px 0 39px;
  width: 100%;
}
footer .social li {
  display: inline-block;
  float: left;
  margin-left: 10px;
  padding: 0;
}
footer .social li:first-child {
  margin-left: 0;
}
footer .social li a {
  display: inline-block;
  font-size: 25px;
  line-height: 25px;
  width: 51px;
  height: 51px;
  line-height: 51px;
  text-align: center;
  background: #56b4f2;
}
footer .social li a i {
  color: #fff;
  font-size: 25px;
  line-height: 51px;
  vertical-align: top;
}
footer .social li a:hover {
  background-color: #333;
}
.footer_box {
  margin-bottom: 15px;
}
.footer_box a,
.footer_box a:visited,
.box.info .box-content ul li a,
.site-map-page ul li a,
#content ul.list-unstyled li a,
.box.info .box-content ul li a:visited,
.site-map-page ul li a:visited,
#content ul.list-unstyled li a:visited {
  font-size: 16px;
  line-height: 19px;
  color: #777;
}
.box.info .box-content ul,
.site-map-page ul,
#content ul.list-unstyled {
  list-style: outside none none;
}
.footer_box a i,
.box.info .box-content ul li i,
.site-map-page ul li i,
#content ul.list-unstyled li i {
  font-size: 23px;
  line-height: 19px;
  color: #56b4f2;
  vertical-align: top;
  margin-right: 10px;
}
.footer_box a:hover,
.footer_box a:focus,
.footer_box a:active,
.box.info .box-content ul li a:hover,
.site-map-page ul li a:hover,
#content ul.list-unstyled li a:hover,
.box.info .box-content ul li a:focus,
.site-map-page ul li a:focus,
#content ul.list-unstyled li a:focus,
.box.info .box-content ul li a:active,
.site-map-page ul li a:active,
#content ul.list-unstyled li a:active {
  color: #56b4f2;
}
.copyright br {
  display: none;
}
.copyright a {
  font-size: 13px;
  color: #777;
}
.copyright a,
.copyright a:visited {
  color: #777;
}
.copyright a:hover,
.copyright a:focus,
.copyright a:active {
  color: #56b4f2;
}
/* alert */
.alert {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 8px 14px 8px 14px;
  z-index: 10;
}
.alert-warning {
  background-color: #ec710d;
  border-color: #d45634;
}
#product .alert {
  position: relative;
}
/* breadcrumb */
.breadcrumb {
  margin: 0 0 25px 0;
  padding: 10px 20px;
  border-radius: 0;
  border: none;
  color: #131622;
  background: #fefefe;
}
.breadcrumb a,
.breadcrumb a:visited {
  color: #131622;
}
.breadcrumb a:hover,
.breadcrumb a:focus,
.breadcrumb a:active {
  color: #56b4f2;
}
.breadcrumb i {
  font-size: 15px;
}
.breadcrumb > li {
  padding: 0;
  position: relative;
  white-space: nowrap;
}
.breadcrumb a:hover,
.breadcrumb li.last a {
  color: #56b4f2;
}
.breadcrumb li.last a {
  pointer-events: none;
  cursor: default;
}
.pagination {
  margin: 0;
}
/* buttons */
.buttons {
  margin: 1em 0;
  overflow: auto;
}
.btn:visited,
.btn {
  border-radius: 0;
  font-size: 16px;
  line-height: 19px;
  color: #333;
  background: #fff;
  border: 1px solid #dfdede;
  position: relative;
  padding: 14px 12px 16px;
  margin-bottom: 4px;
  box-shadow: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
.btn-icon:visited,
.btn-icon,
.btn-info:visited,
.btn-info {
  width: 51px;
  height: 51px;
  color: #333;
  background: #dedede;
  padding: 0;
  border: none;
  line-height: 51px;
  vertical-align: top;
  text-align: center;
}
.btn i {
  font-size: 15px;
  line-height: 21px;
  height: 19px;
  color: #dfdfdf;
  vertical-align: top;
  display: block;
  float: right;
  margin-left: 1px;
  min-width: 20px;
}
.btn:visited i {
  color: #dfdfdf;
}
.btn:hover i,
.btn:focus i,
.btn:active i {
  color: #616161;
}
.btn-icon i,
.btn-icon:visited i,
.btn-info i,
.btn-info:visited i {
  color: #333;
}
.btn-icon i {
  vertical-align: top;
}
.btn-icon:hover i,
.btn-icon:focus i,
.btn-icon:active i,
.btn-info:hover i,
.btn-info:focus i,
.btn-info:active i {
  color: #56b4f2;
}
.btn:hover,
.btn:focus,
.btn:active {
  color: #56b4f2;
  background: #fff;
  border-color: #dfdede;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
.btn-icon:hover,
.btn-icon:focus,
.btn-icon:active,
.btn-info:hover,
.btn-info:focus,
.btn-info:active {
  color: #56b4f2;
  background: #dedede;
}
.btn-add:visited,
.btn-add {
  color: #fff;
  background: #56b4f2;
  border-color: #56b4f2;
}
.btn-add:hover i,
.btn-add:focus i,
.btn-add:active i {
  color: #fff;
}
.btn-add:hover,
.btn-add:focus,
.btn-add:active {
  color: #fff;
  background: #333;
  border-color: #333;
}
.btn-add i {
  font-size: 25px;
  line-height: 30px;
  color: #fff;
}
.btn-add:visited i {
  color: #fff;
}
.btn-icon i,
.btn-info i {
  font-size: 25px;
  line-height: 49px;
  height: 51px;
  margin-left: 0;
  float: none;
}
.box .product-thumb .cart-button .btn-primary {
  padding-left: 14px;
  padding-right: 10px;
}
.product-buttons .btn i {
  float: none;
}
.input-group-btn .btn i {
  font-size: 15px;
  line-height: 18px;
}
.date .input-group-btn .btn i {
  margin-left: 0;
}
.input-group-btn .btn {
  padding: 7px 12px;
}

.box .product-thumb .btn-add {
  margin-right: 7px;
}
/*************************/
.btn-xs {
  font-size: 9px;
}
.btn-sm {
  font-size: 10.2px;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 15px;
}
.dropdown-menu {
  border-radius: 0;
}
.btn-group.open .dropdown-toggle {
  box-shadow: none;
}
.btn-group > .btn,
.btn-group > .dropdown-menu,
.btn-group > .popover {
  font-size: 12px;
}
.btn-group > .btn-xs {
  font-size: 9px;
}
.btn-group > .btn-sm {
  font-size: 10.2px;
}
.btn-group > .btn-lg {
  font-size: 15px;
}
#list-view.active i,
#grid-view.active i,
#list-view:hover i,
#grid-view:hover i {
  color: #56b4f2;
}
#list-view i,
#grid-view i {
  line-height: normal;
}
#list-view,
#grid-view {
  background: none;
  box-shadow: none;
}
#list-view i,
#grid-view i {
  color: #ccc;
}
.table-responsive .btn i {
  min-width: 15px;
}
.table-responsive button {
  margin-bottom: 2px;
  vertical-align: top;
}
.table-hover > tbody > tr:hover > td {
  background: none;
}
.btn-danger {
  color: #fff;
  text-shadow: none;
  background-color: #56b4f2;
  border: 1px solid #56b4f2;
  border-radius: 0;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  border-color: #000;
  background: #333;
  text-shadow: none;
  color: #fff;
  box-shadow: none;
}
.btn-icon.btn-danger i {
  line-height: 49px;
}

/* list group */
.list-group a {
  border: 1px solid #dddddd;
  color: #888888;
  padding: 8px 12px;
}
.list-group a.active,
.list-group a.active:hover,
.list-group a:hover {
  color: #444444;
  background: #eeeeee;
  border: 1px solid #dddddd;
  text-shadow: 0 1px 0 #fff;
}
/* carousel */
.owl-carousel .owl-buttons div {
  color: #ccc;
}
.owl-carousel .owl-buttons div:hover {
  opacity: 1;
  color: #56b4f2;
}
.carousel-caption {
  color: #ffffff;
  text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
  content: "\f053";
  font-family: FontAwesome;
}
.carousel-control .icon-next:before {
  content: "\f054";
  font-family: FontAwesome;
}
/* product list */
.product-thumb {
  display: inline-block;
  width: 100%;
  margin-bottom: 30px;
  background: #fff;
  position: relative;
  text-align: left;
}
.product-list .product-thumb {
  background: none;
}
.product-thumb .cart-button {
  width: 100%;
  display: inline-block;
  padding: 0 15px 17px 20px;
}
.product-thumb .image {
  text-align: center;
  overflow: hidden;
}
.image img {
  background-color: #fff;
}
.fancybox-inner .image {
  margin-bottom: 15px;
}
.fancybox-inner .image img {
  background-color: #fff;
}
.product-thumb .image a {
  display: block;
}
.product-grid .product-thumb .image {
  float: none;
}
.product-grid .cart-button {
  display: inline-block;
}
.product-grid .btn-icon,
.product-list .btn-icon {
  margin-right: 5px;
}
.product-grid .btn-add {
  margin-right: 0;
}
.product-thumb h4 {
  font-weight: bold;
}
.product-thumb .caption {
}
.product-list .product-thumb .caption {
  margin-left: 270px;
}
.product-list .product-thumb .rating {
  float: none;
  width: auto;
  text-align: left;
  margin: 0 0 10px;
}
.product-thumb .rating {
  width: 70px;
  position: relative;
  float: right;
  text-align: right;
  margin: 8px 20px 0 0;
}
.product-list .description,
.product-grid .description1 {
  display: none;
}
.rating .fa-stack {
  font-size: 8px;
  width: 1.2em;
}
.rating .fa-star {
  color: #dadada;
  font-size: 11px;
}
.fa-star {
  color: #dadada;
}
.rating .fa-star.active {
  color: #56b4f2;
  font-size: 11px;
}
.fa-star.active {
  color: #56b4f2;
}
h2.price {
  margin: 0;
}
.product-thumb .description,
.product-thumb .description1 {
  color: #777;
  font-size: 13px;
  line-height: 23px;
  margin-bottom: 10px;
}
.product-grid .product-thumb .description,
.related-slider .product-thumb .description {
  margin: 0 20px 10px;
}
.price {
  color: #2f2f2f;
  font-size: 25px;
  line-height: 30px;
}
.price-new {
}
.price-old {
  color: #c2c2c2;
  font-size: 17px;
  line-height: 20px;
  text-decoration: line-through;
}
.fancybox-inner .price {
  margin-bottom: 10px;
}
.product-thumb .price {
  float: left;
  margin: 0 5px 14px 15px;
  width: 150px;
  letter-spacing: -0.6px;
}
.product-list .product-thumb .price {
  margin: 0 0 10px 0;
  width: auto;
  float: none;
}
.product-list .product-thumb .cart-button {
  margin: 0 0 15px;
  padding: 0;
  width: auto;
}
.price-tax {
  font-size: 12px;
}
td .name a {
  font-size: 13px;
}
td .price,
.price b {
  font-size: 15px;
  font-weight: normal;
  padding-bottom: 0;
}
.price-total {
  font-weight: bold;
}
.green,
.product-info .product-section span.green {
  color: #67c381;
}
.price s {
  font-size: 14px;
  color: #777;
}
.prod-stock {
  color: #6ba239;
}
.product-thumb .price-tax {
  color: #999;
  font-size: 12px;
  display: block;
}
.product-thumb .button-group {
  border-top: 1px solid #ddd;
  background-color: #eee;
  overflow: auto;
}
.product-list .product-thumb .button-group {
  border-left: 1px solid #ddd;
}

.product-thumb .button-group button {
  width: 60%;
  border: none;
  display: inline-block;
  float: left;
  background-color: #eee;
  color: #888;
  line-height: 38px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}
.product-thumb .button-group button + button {
  width: 20%;
  border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
  color: #444;
  background-color: #ddd;
  text-decoration: none;
  cursor: pointer;
}
.thumbnails {
  overflow: auto;
  clear: both;
  list-style: none;
  padding: 0;
  margin: 0;
}
.thumbnails > li {
  margin-left: 20px;
}
.thumbnails {
  margin-left: -20px;
}
.thumbnails > img {
  width: 100%;
}
.image-additional a {
  margin-bottom: 20px;
  padding: 5px;
  display: block;
  border: 1px solid #ddd;
}
.image-additional {
  max-width: 78px;
}
.thumbnails .image-additional {
  float: left;
  margin-left: 20px;
}
.flexslider .slides img {
  width: inherit;
}
.flexslider.carousel .slides img {
  width: auto;
}
.slides {
  padding: 0;
  margin: 0;
  list-style: none;
}
.slides li {
  text-align: center;
}
.slides li img {
  text-align: center;
}
.flex-direction-nav a:before {
  line-height: 40px;
}

/*****************************************/

.name a {
  font-size: 14px;
  line-height: 23px;
  color: #333;
}
.name a:hover {
  color: #56b4f2;
}
.box .name a,
.product-grid .name a,
.related-slider .name a {
  width: 100%;
  display: inline-block;
  color: #333;
  background: #f7f7f7;
  padding: 12px 20px 15px;
  margin-bottom: 17px;
}
.box .name a:hover,
.product-grid .name a:hover,
.related-slider .name a:hover {
  color: #fff;
  background: #56b4f2;
}
/************** BOX ***********************/

.box {
  margin-bottom: 30px;
}
#content .box {
  margin-bottom: 0;
}
.box-heading h3 {
  position: relative;
  font-size: 25px;
  line-height: 30px;
  color: #333;
  font-weight: normal;
  margin: 0 0 30px;
  text-transform: uppercase;
  padding: 20px 20px;
  background: #fff;
}
#content .box-heading h3:before {
  left: -109px;
}
.box.info .box-content ul {
  padding: 0;
}
.site-map-page ul ul li a {
  font-size: 14px;
  line-height: 16px;
}
.account-account #content ul.list-unstyled {
  margin-bottom: 30px;
}
.sale,
.new_pr {
  font-size: 14px;
  line-height: 28px;
  height: 29px;
  overflow: hidden;
  position: absolute;
  top: 17px;
  left: 13px;
  color: #2f2f2f;
  background: #fcf300;
  padding: 0 3px;
  width: 46px;
  z-index: 2;
  text-align: center;
}
html[lang="de"] .sale,
html[lang="de"] .new_pr,
html[lang="ru"] .sale,
html[lang="ru"] .new_pr {
  width: 54px;
}
.new_pr {
  color: #fff;
  background: #1573a4;
}

/*********FACEBOOK BOX*****************/

aside .box.twitter,
aside .box.facebook {
  float: none;
  width: 100%;
}
.box.facebook .box-heading h3 {
  text-align: left;
  border-bottom: 1px solid #e3e3e3;
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 0 0 20px;
  padding-bottom: 15px;
  text-transform: uppercase;
}
.box.facebook {
  max-width: 370px;
  margin-bottom: 0;
}
.content_bottom .box .box-heading h3 i {
  font-size: 26px;
}
.content_bottom .box .box-heading h3 {
  border-bottom: 0;
  padding-bottom: 0;
}
.content_bottom .box.facebook .box-heading h3 {
  font-size: 25px;
}

/***************** BOX TWITTER **********************/

.box.twitter {
  margin-bottom: 45px;
}

/**************** HEADER ****************************/

header {
  text-align: center;
  position: relative;
  padding: 0 0 10px;
  background: #efefef;
}
header > div {
  position: relative;
}
#page {
  overflow: hidden;
}
#top {
  line-height: 0;
}
.top-panel {
  display: inline-block;
}
.nav__primary {
  width: 100%;
  background: #56b4f2;
  top: 0;
  margin-bottom: 30px;
}
.common-home .nav__primary {
  margin-bottom: 0;
}
#page > .container {
  position: relative;
}
#page {
  background: url(../image/bg-content.png) repeat-x left top;
}
.nav__primary.isStuck {
  z-index: 10;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
}
/**************** PARALLAX **************************/

.parallax {
  margin-bottom: 0;
  position: relative;
}
.parallax .col-sm-6,
.parallax .row {
  position: relative;
}
.parallax > div {
  padding: 44px 0 38px;
  position: relative;

  display: table;
}
.parallax .col-sm-12 > div {
  position: relative;
}
.parallax h3 {
  font-size: 69px;
  line-height: 1.2em;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0 0 18px 0;
}
.parallax h3 span {
  color: #56b4f2;
  font-weight: normal;
}
.parallax p {
  overflow: hidden;
  font-size: 15px;
  line-height: 23px;
  color: #fff;
  margin: 0;
}
.parallax a {
  display: inline-block;
  width: 100%;
  font-size: 21px;
  line-height: 25px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0 0 18px 0;
}
.services-box {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-bottom: 16px;
}
.services-box > span {
  display: inline-block;
  font-size: 45px;
  line-height: 55px;
  padding: 39px 0;
  text-align: center;
  color: #efefef;
  background: #56b4f2;
  width: 133px;
  height: 133px;
  margin: 4px 30px 10px 0;
  float: left;
}
.services-box:hover > span {
  background: #2f2f2f;
}
.services-box a:hover {
  color: #56b4f2;
}

/**************** CAMERA **************************/

div.fluid_container {
  display: inline-block;
  width: 100%;
  padding: 0;
  position: relative;
  overflow: visible;
}
div.fluid_container:after {
  position: absolute;
  display: block;
  content: "";
  top: 100%;
  left: 0;
  width: 100%;
  height: 434px;
  background: url(../image/bg-content.png) repeat-x left top;
}
div.camera_container {
  padding-bottom: 0;
}
.camera_caption > div {
  text-align: center;
}
div.camera_caption {
  top: 40%;
  margin-top: -90px;
}
.camera_wrap h1 {
  font-size: 80px;
  line-height: 80px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
}
.camera_wrap h2 {
  font-size: 62px;
  line-height: 62px;
  color: #56b4f2;
  font-weight: normal;
  text-transform: uppercase;
  margin: 0;
}
div.camera_prev,
div.camera_next {
  display: inline-block;
  width: 58px;
  height: 117px;
  top: 33%;
  margin-top: -30px;
  overflow: hidden;
  background: url(../image/camera-prev.png) no-repeat left top;
}
div.camera_prev {
  left: 7.1%;
}
div.camera_next {
  right: 7.1%;
  background: url(../image/camera-next.png) no-repeat left top;
}
div.camera_prev i,
div.camera_next i {
  display: none;
}
div.camera_prev:hover,
div.camera_next:hover {
  background-position: left bottom;
}

/**************TM BOX CATEGORY***********************/
.box.category ul.menu {
  padding: 0;
  margin: 0;
  padding: 0 !important;
}
.box-category .menu li {
  position: relative;
  list-style-type: none;
}
.box-category .menu li a {
  display: inline-block;
}
.box-category .menu li > a:hover {
  background-color: #f6f6f6;
}
.box-category .menu > li:first-child > a {
  border-top: 1px solid #dadada;
}
.box-category .menu li > a {
  padding: 5px 20px;
  font-size: 13px;
  color: #333;
  border-bottom: 1px solid #dadada;
  display: block;
}
.box-category .menu li li a {
  padding: 5px 20px;
  display: block;
  color: #777;
}
.box-category .menu li li a > i {
  color: #333;
  margin-right: 10px;
}
.box-category .menu li li li a > i {
  color: #333;
  margin-right: 10px;
  margin-left: 10px;
}
.box-category .menu li a:hover {
  color: #56b4f2;
}
.box-category .menu li li.last {
  padding-bottom: 0 !important;
}
.box-category .menu li a + i {
  position: absolute;
  display: block;
  top: 2px;
  right: 0;
  height: 24px;
  width: 24px;
}
.box-category .menu li a + i {
  display: block;
  top: 0;
  color: #c0c0c0;
  font-size: 14px;
  vertical-align: top;
  height: 30px;
  background-color: #f6f6f6;
  line-height: 30px;
  width: 30px;
  text-align: center;
  right: 0;
}
.box-category .menu li a + i.fa-minus:before {
  content: "\f068" !important;
}
.box-category .menu li a + i:hover {
  cursor: pointer;
  color: #56b4f2;
}
.box-category .menu li a + i.opened {
  background-position: center 7px;
}
/** dropdown **/

.box-category .menu ul {
  width: auto;
  padding: 0px 0px;
  display: none;
}
.box-category .menu li.active > a > span {
  color: inherit;
}
.box-category .menu li li a.active,
.box-category .menu li li a:hover {
  color: #56b4f2;
}

/**************BANNERS***********************/
.banners {
  display: block;
  overflow: hidden;
  margin: -203px 30px 0;
}
.banners .col-sm-4 {
  padding: 0;
}
.banners a {
  display: inline-block;
  max-width: 100%;
}
.banners > div a img {
  display: inline-block;
  vertical-align: top;
}
.banners > div div.banner-box a {
  overflow: hidden;
}
.banners > div div.banner-box {
  position: relative;
}
.banners > div .s-desc {
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 6.2%;
  margin-top: -144px;
  width: 70%;
}
.banners > div .s-desc .banner_button {
  display: inline-block;
  font-size: 21px;
  line-height: 25px;
  color: #fff;
  text-transform: uppercase;
}
.banners > div .s-desc .banner_button span {
  display: inline-block;
  float: left;
  padding: 28px 27px 27px 27px;
  height: 80px;
  font-weight: bold;
  background: #56b4f2;
}
.banners > div .s-desc .banner_button i {
  display: inline-block;
  font-size: 16px;
  line-height: 19px;
  height: 80px;
  padding: 31px 33px 30px;
  font-weight: bold;
  color: #56b4f2;
  background: #2f2f2f;
}
.banners > div a:hover .s-desc .banner_button span {
  background: #2f2f2f;
}
.banners > div a:hover .s-desc .banner_button i {
  color: #fff;
  background: #56b4f2;
}
.banners > div .s-desc h1 {
  font-size: 69px;
  line-height: 60px;
  color: #202020;
  font-weight: bold;
  text-transform: uppercase;
  padding-left: 5px;
  margin: 0;
}
.banners > div .s-desc h2 {
  font-size: 69px;
  line-height: 60px;
  padding-left: 5px;
  color: #56b4f2;
  font-weight: normal;
  text-transform: uppercase;
  margin: 0 0 6px;
}
.banners > div .s-desc p {
  font-size: 15px;
  line-height: 23px;
  color: #2f2f2f;
  font-weight: normal;
  margin: 0 0 34px 0;
  padding-left: 6px;
  padding-right: 25%;
}

/**************Box HTML Module***********************/
.box_html.map {
  margin-bottom: 58px;
}
/***/
.box_html.top-info {
  display: inline-block;
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
  color: #262626;
  text-transform: uppercase;
}
.box_html.top-info a {
  color: #262626;
}
.box_html.top-info a:hover {
  color: #56b4f2;
}
.top-block p {
  overflow: hidden;
  display: inline-block;
  margin: 5px 0 0;
  white-space: nowrap;
}
.box_html.top-info i {
  font-size: 42px;
  line-height: 50px;
  color: #56b4f2;
  margin: 0 8px 0 0;
  float: left;
}
.box_html.top-info .top-block {
  display: inline-block;
  float: left;
  margin-right: 24px;
}
/***/
.box_html.brand {
  margin: 0 0 30px 0;
  padding-bottom: 0;
  overflow: hidden;
}
.box_html.brand .owl-carousel .owl-buttons div {
  transition: none;
  -moz-transition: none;
  -webkit-transition: none;
}
.box_html.brand .box-content {
  margin: 0 -30px 0 0;
}
#content .box_html.brand .owl-carousel .owl-buttons .owl-prev {
  left: 0 !important;
}
.box_html.brand .owl-carousel .owl-buttons > div {
  height: 100%;
  margin-top: 0;
  top: 0 !important;
  width: 30px;
}
.box_html.brand .owl-carousel .owl-buttons > div > i {
  background: rgba(0, 0, 0, 0.33);
  border: none;
  height: 100%;
  line-height: 100px;
  color: #fff;
  margin: 0;
  vertical-align: middle;
  width: 30px;
}
.box_html.brand .owl-carousel .owl-buttons > div:hover > i {
  background: #56b4f2;
  color: #fff;
}
#content .box_html.brand .owl-carousel .owl-buttons .owl-next {
  right: 30px !important;
}
.box_html.brand .box {
  margin-bottom: 0;
}
.box_html.brand ul.owl-carousel {
  background: none;
  border: none;
  box-shadow: none;
  display: inline-block;
  margin-bottom: 0;
  padding: 0;
}
.box_html.brand ul.owl-carousel a {
  display: inline-block;
}
ul.owl-carousel li {
  list-style: outside none none;
}

/***************HOME PAGE**********************/
#container {
  padding-top: 24px;
}
div.owl-carousel {
  border: 0;
  padding: 0;
  box-shadow: none;
  margin-bottom: 20px;
}
#content .box.featured .box-content,
#content .box.specials .box-content {
  margin: 0 -15px;
}
.owl-item > div {
  margin: 0 15px;
}
.header_modules .bx-wrapper .bx-caption {
  background: none;
  bottom: auto;
  top: 5%;
  max-width: 1170px;
  margin: 0 auto;
}
.header_modules .bx-wrapper .bx-caption span {
  padding: 0;
  max-width: 740px;
}
/***************PRODUCT PAGE**********************/

.quickview_description iframe,
.product-desc iframe {
  width: 40% !important;
  float: left;
  margin-right: 2em;
}
.quickview_description iframe {
  height: auto;
}
.fancybox-overlay-fixed {
  z-index: 100;
}
.fancybox-opened {
  z-index: 101;
}
.product-desc ul {
  list-style: inside;
}
.product-section {
  margin-bottom: 3em;
  background-color: #ffffff;
  padding: 25px;
}
.product-content-columns {
  margin-bottom: 3em;
}
.product-share {
  clear: both;
  padding: 0;
  height: 32px;
  margin-top: 1em;
}
.product-share li {
  display: inline-block;
  text-align: center;
  margin-right: 3px;
}
.product-share li a {
  display: block;
  height: 30px;
  width: 30px;
  border-radius: 100%;
  background: #ccc;
  color: #fff;
}
.product-share li a:hover {
  background: #383838;
}

.product-share li i {
  line-height: 32px;
  font-size: 18px;
}
.product-buttons {
  clear: both;
  overflow: hidden;
  margin: 0 -5px 1em;
  padding: 0;
}

.product-buttons li {
  float: left;
  width: 50%;
  padding: 0 5px;
  list-style: none;
}

.product-buttons li button {
  width: 100%;
}
ul.product-section.list-unstyled li a i {
  display: none;
}
.product-section_title {
  margin-bottom: 1em;
  text-align: center;
}

.review-form-title h3:hover {
  color: #56b4f2;
}
.review-form-title {
  text-align: center;
}

#reviews_form_title {
  cursor: pointer;
  position: relative;
  border-bottom: 1px solid #555;
  padding: 0 10px 5px;
  display: inline-block;
  text-align: center;
}

#reviews_form_title:before {
  display: block;
  position: absolute;
  bottom: -20px;
  left: 50%;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top: 10px solid #555;
  content: "";
  margin-left: -10px;
}

.product-review-form {
  display: none;
}
.bootstrap-datetimepicker-widget .timepicker-picker td span:hover {
  background: none !important;
}
.bootstrap-datetimepicker-widget .timepicker-picker {
  margin-top: 2px;
  margin-bottom: 2px;
}
.product_page #button-cart {
  width: 100%;
}

.bx-wrapper .bx-viewport {
  background-color: transparent;
}
.bx-wrapper .bx-controls-direction a i {
  line-height: 40px;
  vertical-align: top;
}
.box .owl-carousel .owl-buttons > div > i:hover,
.bx-wrapper .bx-controls-direction a:hover {
  color: #56b4f2;
}
.bx-wrapper .bx-controls-direction a {
  background: #fff;
  border: 1px solid #dadada;
  color: #babcbf;
  line-height: 40px;
  text-align: center;
  display: inline-block;
  width: 40px;
  font-size: 15px;
  vertical-align: top;
  opacity: 1 !important;
}
.box .owl-carousel .owl-buttons > div > i {
  margin: 0;
  background: #fff;
  border: 1px solid #e4e4e6;
  color: #d6d6d6;
  text-align: center;
  display: inline-block;
  width: 36px;
  height: 36px;
  font-size: 15px;
  line-height: 36px;
  vertical-align: top;
  opacity: 1 !important;
}

.box .owl-carousel .owl-buttons > div {
  width: 36px;
  height: 36px;
  top: 34% !important;
  margin-top: -2px;
  left: auto !important;
  opacity: 1 !important;
}

#content .box .owl-carousel .owl-buttons .owl-prev {
  left: -45px !important;
}
#content .box .owl-carousel .owl-buttons .owl-next {
  left: auto !important;
  right: -45px !important;
}
aside .box .owl-carousel .owl-buttons .owl-prev {
  left: 0 !important;
}
aside .box .owl-carousel .owl-buttons .owl-next {
  left: auto !important;
  right: 0 !important;
}
#full_gallery {
  border: 1px solid #ddd;
  margin-bottom: 10px;
}
#full_gallery .bx-wrapper .bx-prev {
  left: -1px;
}
#full_gallery .bx-wrapper .bx-next {
  right: -1px;
}
#full_gallery a img {
  background: #fff;
}
#default_gallery {
  margin-bottom: 30px;
}
#full_gallery .bx-wrapper .bx-controls-direction a,
#default_gallery .bx-wrapper .bx-controls-direction a {
  z-index: 1 !important;
}

#default_gallery .bx-controls-direction,
#default_gallery .bx-controls {
  height: 100%;
}
#default_gallery .image-thumb .bx-wrapper .bx-prev,
#default_gallery .image-thumb .bx-wrapper .bx-next {
  top: auto;
  bottom: 0;
  width: 100%;
  height: 34px;
  line-height: 34px;
  padding: 0;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  right: auto;
  margin: 0;
  left: auto;
  border: 0;
}
#default_gallery .image-thumb .bx-wrapper .bx-prev:hover,
#default_gallery .image-thumb .bx-wrapper .bx-next:hover {
  background: #56b4f2;
}
#default_gallery .image-thumb .bx-wrapper .bx-prev {
  top: 0;
  bottom: auto;
  right: auto;
}
#default_gallery .image-thumb .bx-wrapper .bx-prev i,
#default_gallery .image-thumb .bx-wrapper .bx-next i {
  line-height: 34px;
  color: #fff;
  display: block;
}
#default_gallery .image-thumb img:hover,
#default_gallery .image-thumb .active img {
  border-color: #56b4f2;
}
#default_gallery .image-thumb img {
  border: 1px solid #dddddd;
}
#default_gallery .image-thumb {
  padding: 0;
  float: left;
  padding-right: 1em;
  width: 18%;
}
.product_page #default_gallery .image {
  float: left;
  width: 82%;

  background: none;
}
.zoomWindow {
  background-color: #f7f7f7;
}
#image-additional {
  margin: 0;
  padding: 0;
}
#image-additional li {
  float: none;
  list-style: none;
}
#default_gallery .bx-wrapper {
  margin: 0 !important;
}
#default_gallery img {
  background-color: #f7f7f7;
  width: 100%;
}
.product-reviews .review-item {
  margin-bottom: 2em;
  padding-bottom: 2em;
}
.review-score .fa-stack {
  width: 1.2em;
  height: 1.2em;
}
.product_page h1 {
  margin-bottom: 20px;
  color: #333;
  line-height: normal;
}
.product-info .product-section span {
  color: #888;
}
.product-info .product-section a {
  color: #56b4f2;
}
.product-info .product-section a:hover {
  color: #2b2e39;
}
.price-section span.price-old {
  text-decoration: line-through;
  margin: 0 10px 0 0;
}
.price-section span.price-new {
  font-size: 31px;
  color: #56b4f2;
}
.price-section span.reward {
  display: block;
  margin-top: 10px;
}
.price-section span.reward {
  display: block;
}
.price-section {
  line-height: normal;
  margin-bottom: 5px;
  padding-bottom: 5px;
}
.reward-block span {
  display: block;
}
#product .input-group[class*="col-"] {
  padding-left: 15px;
  padding-right: 15px;
}
#product h3 {
  color: #56b4f2;
}
.ps-carousel-item img {
  background-color: #f7f7f7;
}
.ps-zoom-pan-rotate img {
  background-color: #f7f7f7;
}
#full_gallery {
  display: none;
}

/***************PRODUCT CATEGORY PAGE**********************/
.zoomWrapper {
  vertical-align: top;
}
#default_gallery .image {
  background-color: #f7f7f7;
  width: 100%;
  overflow: hidden;
  border: none;
  margin-bottom: 1px;
}
#default_gallery .image img {
  width: auto;
  vertical-align: top;
  width: 100% !important;
  height: auto !important;
  display: block;
  position: relative !important;
}
.product_page h1.product-title {
  margin-bottom: 0;
}
.general_info {
  margin-bottom: 20px;
}
.fancybox-skin .rating {
  margin: 10px 0;
}
.general_info .product-section,
.general_info .price-section {
  margin: 0 0 5px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dddddd;
}
.box-subcat {
  padding: 0;
  margin: 0;
}
.box-subcat .image a {
  display: inline-block;
  overflow: hidden;
  max-width: 100%;
}
.box-subcat li {
  list-style: none;
  text-align: center;
  margin-bottom: 30px;
}
.box-subcat li .image {
  margin-bottom: 10px;
}
.box-subcat li.first-in-line {
  clear: left;
}
.img-thumbnail {
  border: 0;
  background-color: #f7f7f7;
  padding: 0;
  border-radius: 0;
}
.product-filter {
  border-top: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
  padding: 20px 0;
  margin-bottom: 12px;
}
.product-filter label {
  font-size: 13px;
  font-weight: bold;
  color: #333333;
  padding-top: 7px;
}
#compare-total {
  display: inline-block;
  color: #333;
  background: #fff;
  font-size: 17px;
  line-height: 20px;
  padding: 15px;
  border: 1px solid #dfdede;
}
#compare-total i,
#compare-total:visited i {
  color: #dfdfdf;
}
#compare-total:visited {
  color: #333;
  background: #fff;
  border: 1px solid #dfdede;
}
#compare-total:hover,
#compare-total:focus,
#compare-total:active {
  color: #56b4f2;
  background: #fff;
  border-color: #dfdede;
}
#compare-total:hover i,
#compare-total:focus i,
#compare-total:active i {
  color: #616161;
}
.product-compare .table-bordered > tbody > tr > td {
  white-space: normal;
}
.nav-cat {
  margin-bottom: 20px;
}
.nav-cat .nam-page {
  margin: 5px 0 15px 10px;
}
.button-view button:active,
.button-view button:focus,
.button-view button:hover {
  color: #56b4f2;
}
.button-view button {
  border: 0;
  background: none;
  font-size: 27px;
  padding: 0;
  margin: 0 5px;
}
.button-view button i {
  vertical-align: top;
  border: 0;
  background: none;
  font-size: 27px;
}
.product-list .image {
  float: left;
  margin-right: 20px;
  margin-bottom: 0;
}
/*======== RELATED PRODUCTS =============*/

.related-products .owl-carousel .owl-item {
  text-align: center;
}
.related-products .product-thumb .price {
  float: left;
  width: 65%;
  margin-right: 0;
  margin-left: 0;
  padding-left: 20px;
}
.related-products .price {
  font-size: 20px;
}
.related-products .price-old {
  font-size: 15px;
}
.related-products .product-thumb .rating {
  float: right;
  width: 35%;
  margin-right: 0;
  padding-right: 20px;
}
.related-products .owl-carousel {
  background: none;
  padding-left: 30px;
  padding-right: 30px;
}
.related-products div .product-thumb {
  display: inline-block;
  margin-bottom: 5px;
  width: 100%;
  max-width: 248px;
  text-align: left;
}
.related-products .btn.btn-add span {
  display: none;
}
.image-thumb {
  padding: 0 40px;
}
.image-thumb .bx-wrapper .bx-prev {
  left: -34px;
}
.image-thumb .bx-wrapper .bx-next {
  right: -34px;
}
.related-products .bx-wrapper .bx-prev {
  left: -50px;
}
.related-products .bx-wrapper .bx-next {
  right: -50px;
}
.bx-wrapper .bx-controls-direction a i {
  font-size: 15px;
}
.related-products .btn-icon {
  float: left;
  margin-right: 3px;
}
.related-products .btn-icon.btn-add {
  margin-right: 0;
}

/*======== PRODUCT TABS =============*/
.tabs {
  margin-top: 10px;
}
.tabs .tab-heading i {
  font-size: 26px;
  color: #7e7e7e;
  float: right;
  margin-top: 5px;
}
.tabs .tab-heading {
  padding: 13px 20px;
  line-height: 32px;
  color: #323232;
  font-weight: bold;
  text-transform: uppercase;
  border: 1px solid #e6e6e6;
  border-bottom: 4px solid #000;
  background-color: #f9f9f9;
}
.tabs .tab-content {
  padding: 20px 0;
}
#review td {
  font-size: 13px;
}
.rating a {
  cursor: pointer;
}
.rating a:hover,
.rating a:focus,
.rating a:active {
  color: #2b2e39;
}
/*======================= BACK TO TOP =======================*/
#back-top {
  position: fixed;
  bottom: 60px;
  z-index: 99;
  left: 50%;
  margin-left: 640px;
}
#back-top {
  width: 60px;
  height: 35px;
  display: inline-block;
  margin-bottom: 0;
}
#back-top .fa {
  font-size: 60px;
  line-height: 35px;
  vertical-align: top;
}
#back-top a {
  display: inline-block;
  color: #ccc;
}
#back-top a:hover {
  color: #56b4f2;
}
/*======== BLOCK COMPARE =============*/
.compare-block {
  margin-bottom: 20px;
}
.compare-block .image {
  margin-right: 10px;
}
.compare-block .remove a {
  font-size: 19px;
  line-height: normla;
}
.compare-info {
  width: 100%;
}
.block-compare {
  position: relative;
  overflow: hidden;
}
/******** TOP BUTTON ************/

.top-button {
  display: inline-block;
  float: right;
}

/********BOX CURRENCY************/
.box-currency {
  float: right;
  margin-left: 2px;
}
.box-currency .btn-group {
  vertical-align: top;
}
.box-language .open .dropdown-toggle,
.box-currency .open .dropdown-toggle,
.box-language .dropdown-toggle:hover,
.box-currency .dropdown-toggle:hover,
.box-language .dropdown-toggle:active,
.box-currency .dropdown-toggle:active,
.box-language .dropdown-toggle:focus,
.box-currency .dropdown-toggle:focus {
  color: #56b4f2;
}
.box-language .dropdown-menu {
  text-align: left;
}
.box-language .dropdown-toggle,
.box-currency .dropdown-toggle {
  display: inline-block;
  font-size: 16px;
  line-height: 19px;
  min-width: 68px;
  padding: 14px 15px 16px 16px;
  color: #333;
  font-weight: normal;
  text-transform: capitalize;
  cursor: pointer;
  vertical-align: top;
  background: #dedede;
}
.box-language .dropdown-toggle:visited,
.box-currency .dropdown-toggle:visited {
  color: #131622;
}
.box-language i,
.box-currency i {
  font-size: 20px;
  line-height: 20px;
  float: right;
  color: #f97001;
  display: inline-block;
  height: 20px;
  margin-left: 2px;
  vertical-align: top;
}
.box-currency .dropdown-menu button:hover,
.box-language .dropdown-menu li a:hover {
  color: #fff;
  background-color: #56b4f2;
}
.box-currency .dropdown-menu button,
.box-language .dropdown-menu li a {
  border: 0;
  margin: 0;
  color: #333;
  font-size: 13px;
  line-height: 16px;
  padding: 3px 10px;
  text-transform: uppercase;
  display: block;
  width: 100%;
  background: none;
}
.box-currency .dropdown-menu,
.box-language .dropdown-menu {
  background: #dedede;
  border: 1px solid #d4d4d4;
}
#map {
  height: 470px;
  overflow: hidden;
}
#map img {
  max-width: none;
}
/************** QUICKVIEW **************************/
.quick_info {
  display: none;
}
.fancybox-skin:hover .fancybox-nav span {
  visibility: visible;
}
.fancybox-nav {
  height: 40px;
  top: 50%;
  width: 40px;
}
.quickview_description {
  overflow: auto;
  max-height: 300px;
  border: 1px solid #e3e3e3;
  padding: 10px;
}
a.quickview i {
  vertical-align: top;
  line-height: 30px;
}
a.quickview:hover {
  background-color: #56b4f2;
  color: #fff;
}
a.quickview {
  display: inline-block;
  visibility: hidden;
  z-index: 5;
  width: 107px;
  vertical-align: top;
  position: absolute;
  top: 26%;
  left: 50%;
  margin-left: -53px;
  text-align: center;
  line-height: 28px;
  padding: 5px 5px;
  background: none repeat scroll 0 0 rgba(255, 255, 255, 0.82);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.16);
  color: #333;
  opacity: 0;
}
.product-thumb:hover a.quickview {
  visibility: visible;
  opacity: 1;
}
/****** ABOUT PAGE*****/
.extra-wrap {
  overflow: hidden;
}
.about-page .extra-wrap {
  margin-bottom: 10px;
}
.dropcap {
  color: #fff;
  background: #56b4f2;
  border-radius: 0;
  font-size: 24px;
  line-height: 29px;
  height: auto;
  margin: 0px 20px 30px 0;
  padding: 15px;
  width: auto;
  overflow: hidden;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  display: block;
  float: left;
}
img.alignleft {
  float: left;
  margin: 0 20px 10px 0;
}
.sm_hr {
  height: 1px;
  background-color: #e0e0e0;
  margin: 50px 0;
}
.about-page h4 {
  margin: -3px 0 5px;
}
.about-page {
  font-size: 14px;
  line-height: 26px;
}
.about-page figure img {
  border: 1px solid #e2e2e2;
}

.human_info figure,
.about-page figure {
  background: #fff;
  border: 1px solid #e4e4e6;
  padding: 12px;
  display: block;
  max-width: 254px;
  margin: 0 auto 12px;
  border-radius: 0;
}
.human_info figure {
  float: left;
  margin-right: 20px;
}
.about-page .excerpt {
  text-align: center;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 30px;
}
.about-page h5 {
  text-align: center;
  text-transform: uppercase;
  margin: 0 0 5px;
}
.about-page i {
  color: #56b4f2;
  display: block;
  float: left;
  font-size: 56px;
  margin-right: 15px;
  overflow: hidden;
}
.clear {
  clear: both;
  margin: 0;
  padding: 0;
  font-size: 0;
  border: 0;
  line-height: 0;
}
.recent-posts {
  text-align: center;
}
.testimonials .testi-item {
  margin-bottom: 30px;
}
.testimonials .testi-item a {
  font-size: 14px;
}
.testimonials .testi-meta {
  line-height: 18px;
  padding-left: 50px;
  display: block;
}
.testimonials .user {
  text-transform: uppercase;
  font-size: 12px;
  color: #2b2e39;
}
.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: 30px;
}
.testi-item_blockquote a,
.testi-item_blockquote a:visited {
  color: #999;
}
.testi-item_blockquote a:hover,
.testi-item_blockquote a:focus,
.testi-item_blockquote a:active {
  color: #2b2e39;
}
.testimonials blockquote {
  border: 1px solid #dbdbdb;
  background: #fff;
  position: relative;
  margin-bottom: 30px;
}
.terms_conditions_page p {
  margin-bottom: 20px;
}
.terms_conditions_page h4 {
  margin: 0 0 10px;
}
.table.privacy_page td {
  border-top: 0;
  padding: 0 30px 30px;
}
.privacy_page td:first-child {
  text-align: right;
}
.privacy_page tr > td + td {
  border-left: 1px solid #d6d6d6;
}
.privacy_page {
  font-size: 14px;
  line-height: 22px;
}
.privacy_page h4 {
  max-width: 300px;
  float: right;
  margin: 0 0 10px;
  line-height: normal;
}
/********** SITEMAP PAGE ******************/
.site-map-page ul {
  font-size: 15px;
  line-height: 18px;
}

/********/
.manufacturer-list {
  border: 1px solid #dfdede;
  margin-bottom: -1px;
}
.manufacturer-heading {
  background: none repeat scroll 0 0 #f9f9f9;
  border-bottom: 1px solid #dfdede;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 6px;
  padding: 5px;
}
.manufacturer-heading span {
  background: #56b4f2;
  color: #fff;
  display: inline-block;
  font-size: 25px;
  font-weight: bold;
  line-height: 30px;
  padding: 10px 0;
  text-align: center;
  text-transform: uppercase;
  width: 50px;
}
.manufacturer-content {
  padding: 20px;
}
.product-manufacturer a,
.product-manufacturer a:visited {
  font-size: 15px;
  line-height: 18px;
  color: #2b2e39;
}
.product-manufacturer a:hover,
.product-manufacturer a:focus,
.product-manufacturer a:active {
  color: #56b4f2;
}
/********** ACCOUNT ******************/
.well {
  background-color: #f9f9f9;
  border: 1px solid #e6e6e6;
  margin-bottom: 30px;
  padding: 30px;
  border-radius: 0;
  box-shadow: none;
}
.well .heading {
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 15px;
  overflow: hidden;
  padding-bottom: 15px;
}
.well p {
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.well .heading i {
  color: #56b4f2;
  float: left;
  font-size: 56px;
  margin-right: 14px;
}
.well .heading h2 {
  font-size: 23px;
  font-weight: bold;
  color: #56b4f2;
  margin: 0 0 5px;
}
.well .heading strong {
  font-weight: normal;
  font-style: italic;
}
/********** Swipe menu ******************/
.toprow-1 {
  background-color: #171717;
  border-bottom: 1px solid #363943;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 90;
  display: none;
}
.swipe-control:hover i,
.swipe-control:focus i,
.swipe-control:active i,
.swipe-control:visited i {
  color: #fff;
}
.swipe-control i {
  color: #fff;
  line-height: 50px;
  font-size: 30px;
  vertical-align: top;
}
.swipe-control {
  border-right: 1px solid #363943;
  display: block;
  height: 50px;
  vertical-align: top;
  text-align: center;
  width: 64px;
  z-index: 100;
}
.swipe ul {
  padding: 0;
  margin: 0;
}
.swipe ul li {
  list-style-type: none;
}
.swipe ul li a:hover {
  color: #56b4f2;
  background-color: #e5e5e5;
}
.swipe ul li a {
  display: block;
  font-size: 16px;
  padding: 10px 20px;
  font-weight: normal;
  color: #333;
  border-bottom: 1px solid #dfdede;
  line-height: 25px;
}
.swipe .foot li a:before {
  content: "\f05a";
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  display: inline;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  height: auto;
  line-height: normal;
  margin-top: 0;
  text-decoration: inherit;
  vertical-align: baseline;
  width: auto;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  font-size: 26px;
  color: #56b4f2;
  margin-right: 9px;
}
.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";
}
.swipe ul li a i {
  font-size: 21px;
  color: #56b4f2;
  line-height: 25px;
  vertical-align: top;
  margin-right: 5px;
}
.swipe {
  background-color: #f7f7f7;
  color: #2f2f2f;
  display: block;
  overflow: hidden;
  position: fixed;
  top: 50px;
  width: 237px;
  z-index: 101;
  height: 100%;
  left: -237px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.swipe .swipe-menu {
  height: 100%;
  overflow: auto;
}
.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;
}
.zoomWindow {
  z-index: 5 !important;
}
/* 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%;
  }
}
/*======================= bootstrap reset =======================*/
/* bootstrap reset */
.container > .alert,
.breadcrumb + .alert {
  position: fixed;
  width: 100%;
  z-index: 91;
}
.alert button.close {
  vertical-align: top;
  margin-top: -3px;
}
.alert {
  color: #fff;
  font-weight: bold;
  padding: 10px 10px 13px;
  border-radius: 0;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}
.alert i {
  font-size: 21px;
}
.alert a:hover {
  text-decoration: none;
}
.alert a {
  color: #fff;
  text-decoration: underline;
}
.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;
}
.modal-header .close:hover {
  color: #56b4f2;
}
.modal-header .close {
  color: #ccc;
}
.close {
  color: #fff;
  opacity: 1;
}
.pagination {
  border-radius: 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: #56b4f2;
  color: #fff;
  border: none;
}
.pagination > li > a,
.pagination > li > span {
  color: #777;
  border: none;
  margin-left: 1px;
  background: #fefefe;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #fff;
  background: #56b4f2;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background: none;
  text-decoration: none;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  box-shadow: none;
  outline: none;
}
button {
  outline: none !important;
}
.table-bordered {
  border-radius: 0;
}
.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 td.price {
  font-size: 15px;
}
.block-compare .table th,
.block-compare .table td {
  padding: 7px;
}

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;
}
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 {
  border-radius: 0;
  box-shadow: none;
}
.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 {
  border-radius: 0;
}
.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 {
  border-radius: 0;
}
.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 {
  border-color: #d7d7d7;
  background: #fff;
}
label,
input,
button,
select,
textarea {
  font-size: 13px;
  color: #323232;
}
label {
  font-weight: bold;
}
textarea {
  resize: none;
}
label {
  cursor: default;
}
.close:hover,
.close:focus {
  opacity: 1;
}
.panel-group .panel,
.panel {
  border-radius: 0;
}
.panel-body input[type="checkbox"] {
  margin-top: 5px;
}
#collapse-checkout-confirm .table-responsive > .table > tbody > tr > td {
  white-space: normal;
}
.panel {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
.panel-title > a,
.panel-title > a:visited {
  color: #2b2e39;
}
.panel-title > a:hover,
.panel-title > a:focus,
.panel-title > a:active {
  color: #56b4f2;
}
.panel-heading {
  padding: 15px;
}
.information-contact .panel .btn-info {
  margin-bottom: 15px;
}
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-weight: bold;
  font-size: 100%;
  font-size: 16px;
}
.product_page #default_gallery .image {
  padding-right: 1px;
}
.addthis_toolbox a.at300b,
.addthis_toolbox a.at300m {
  max-width: 96px;
}
