﻿html {
  font-size: 15px;
}

body {
  font-family: 'Open Sans',sans-serif;
  padding-top: 49px;
  font-weight: 400;
  font-size: 1rem;
  color: #1f486b;
}

button {
  outline: none !important;
}

.buttons {
    min-height: 45px;
}

a:focus {
  outline: #369 dashed thin;
}

b, strong {
  font-weight: 600;
}

#webpage-show strong {
  font-weight: 600;
}

#webpage-show a {
  text-decoration: underline;
}

p {
  font-weight: 400;
}

#webpage-show p {
  font-weight: 400;
}

header .navbar {
  text-align: center;
  margin-bottom: 0px;
  min-height: 0px;
}

header nav .nav-button-search {
  float: left;
  margin-left: 15px;
}

header .container {
  position: relative;
}

  header .container .navbar-header {
    margin-left: 0;
    margin-right: 0;
  }

header .navbar-nav > li > a {
  font-size: 1.2rem;
  padding: 14px 12px;
}

#one-column-layout, #two-column-layout {
  padding-top: 5px;
}

#logo {
  display: block;
  position: absolute;
  width: 100%;
}

  #logo > div, #logo_small > div {
    display: inline-block;
  }

  #logo img {
    max-height: 48px;
  }

  #logo a, #logo_small a {
    display: table-cell;
    height: 48px;
    padding: 0 10px;
    vertical-align: middle;
  }

#nav-menu .dropdown-menu {
  z-index: 2000;
}

  #nav-menu .dropdown-menu h2 {
    font-size: 0.9333rem;
    margin: 0px;
  }

    #nav-menu .dropdown-menu h2 a {
      padding: 10px 15px 10px 25px;
      display: block;
      position: relative;
      line-height: 1.42857;
    }

  #nav-menu .dropdown-menu .nav > li > a {
    padding-left: 50px;
  }

#nav-menu,
header .navbar-dropdown .navbar-collapse {
  text-align: left;
  border-top: none;
}

#nav-menu {
  background: #0033a0 !important;
}

  #nav-menu .nav {
    margin-top: 0;
    margin-bottom: 0;
  }

#content .home-page {
  margin-top: 30px;
}

footer .responsive-info {
  text-align: center;
  padding: 50px 30px;
  text-transform: uppercase;
}

footer .list-group {
  margin: 15px 0px 15px 0px;
  text-align: center;
}

footer .panel-group {
  margin-bottom: 0px;
}

footer .list-group > a {
  font-size: 0.8667rem;
  display: block;
  padding: 4px 10px;
  border: none;
  background: none;
}

footer .list-group h5 {
  margin-bottom: 13px;
  margin-top: 20px;
}

.alert {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  padding: 4px 15px;
}

.swiper-slide {
  position: relative;
}

.slide-description {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px 0;
  background: rgba(0,0,0,0.3);
  -webkit-transition: background 0.8s;
  transition: background 0.8s;
}

  .slide-description p {
    color: #fff;
    font-size: 26px;
    margin: 0;
    padding: 0 15px;
  }

    .slide-description p span {
      clear: both;
      width: 100%;
      display: block;
      font-size: 14px;
    }

.swiper-slide:hover .slide-description {
  background: rgba(0,0,0,0.7);
}

.thumbnail .caption {
  color: inherit;
  padding: 9px 20px;
}

.hint, .hint-list {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
}

.hint-list {
  width: 350px;
}

.hint {
  width: 180px;
}

.container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
  margin-left: 0px;
  margin-right: 0px;
}

.preloader {
  background: url("/images/frontend/theme/responsive/preloader.gif") no-repeat center center rgba(255, 255, 255, 0.8);
  height: 64px;
  width: 64px;
  margin: 15px auto;
}

.navbar-nav.wydawnictwo {
  text-align: center;
  float: none;
}

  .navbar-nav.wydawnictwo > li {
    float: none;
    display: inline-block;
  }

    .navbar-nav.wydawnictwo > li > a {
      font-size: 16px;
      text-transform: uppercase;
    }

/*.breadcrumb {
    border-radius: 0px;
    background: none;
    padding: 0px 10px;
    margin-bottom: 5px;
}

    .breadcrumb > li + li:before {
        content: "- ";
        padding: 0px;
    }

    .breadcrumb > li > a, .breadcrumb > .active {
        font-family: 'Source Sans Pro',sans-serif;
        font-size: 0.9333rem;
        font-weight: 300;
        color: #0033a0;
    }

        .breadcrumb > li > a:hover {
            text-decoration: underline;
        }

    .breadcrumb > .active {
        color: #888;
    }*/

.breadcrumb {
  margin: 0 0 10px;
  background-color: #f6f6f6;
  padding: 0 5px;
}

  .breadcrumb ul {
    font-size: 0;
    margin-left: -25px;
    /*margin-top: 10px;*/
  }

  .breadcrumb li {
    display: inline-block;
  }

    .breadcrumb li * {
      display: inline-block;
      margin: 0 5px;
      font-size: 14px; /*reset zeroing*/
      line-height: 32px;
    }

  .breadcrumb strong {
    font-weight: normal;
  }

  .breadcrumb a:hover {
    color: #0033a0;
  }

.badge {
  background-color: #fff;
}

.tooltip {
  font-size: 14px;
}

.panel-heading {
  font-weight: 500;
  padding: 5px 15px;
}

.panel-body {
  padding: 13px;
}

.panel {
  margin-bottom: 13px;
  border-color: #e9e9e9;
  box-shadow: none;
}

.radio {
  margin-top: 6px;
  margin-bottom: 6px;
}

  .radio label {
    font-weight: 300;
  }

.btn {
  border-radius: 0px;
}

.btn-navbar {
  margin-top: 0px;
  margin-bottom: 0px;
  float: right;
  border: none;
  background: none;
  font-size: 1.467rem;
  line-height: 0px;
  height: 48px;
  padding: 13px 10px;
  position: relative;
}

.pagination > li {
  display: inline-block;
  margin-right: 6px;
}

.pagination {
  display: block;
  text-align: center;
}

  .pagination > li:last-child > a, .pagination > li:first-child > a {
    border-radius: 0px;
  }

.carousel .container {
  position: relative;
}

.carousel-control {
  position: absolute;
  top: -30px;
  bottom: auto;
  height: 30px;
  line-height: 30px;
  width: 30px;
  font-size: 20px;
  color: #0033a0 !important;
  text-align: center;
  text-shadow: none;
  opacity: 0.8;
  background: red;
}

  .carousel-control.right {
    background: none;
    right: 30px;
    left: auto;
  }

  .carousel-control.left {
    background: none;
    left: auto;
    right: 70px;
  }

  .carousel-control:hover {
    color: #1f486b;
  }

.navbar {
  border-radius: 0px;
}

.dropdown-menu {
  border-radius: 0px;
  padding: 0px;
}

.panel .form-horizontal .form-group {
  margin-left: -5px;
  margin-right: -5px;
}

.navbar-collapse {
  overflow-x: hidden;
}

.navbar-fixed-top .navbar-collapse {
  max-height: 390px;
}

.navbar-collapse .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
}

.navbar-toggle {
  font-size: 1.2em;
  padding: 4px 8px;
  border-radius: 0px;
}

#nav-search .search .input-group {
  width: 373px;
}

#nav-search .search,
#nav-shopping-cart .shopping-cart {
  padding: 12px 13px 12px;
}

#nav-menu .search {
  padding: 10px 12px 0;
}

  #nav-menu .search input[type="search"] {
    padding-left: 5px;
    padding-right: 5px;
  }

#nav-shopping-cart .shopping-cart .item {
  float: left;
  min-width: 270px;
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 20px;
}

  #nav-shopping-cart .shopping-cart .item:nth-child(2n+3) {
    clear: both;
  }

.error-404 .img-error {
  margin-top: 60px;
  margin-bottom: 10px;
}

.error-404 .title-error {
  margin-bottom: 15px;
}

.shopping-cart .item .image {
  margin-right: 10px;
}

  .shopping-cart .item .image img {
    max-height: 90px;
  }

.shopping-cart .item .price {
  margin-top: 5px;
}

#nav-button-shopping-cart .quantity {
  background: #f7f7f7;
  border-radius: 12px;
  bottom: 3px;
  color: #0033a0;
  display: block;
  font-size: 0.6rem;
  line-height: 12px;
  min-width: 18px;
  padding: 3px;
  position: absolute;
  right: 5px;
  text-align: center;
  font-weight: bold;
}

#nav-button-user .login-status {
  background: none repeat scroll 0 0 #a9e27a;
  border-radius: 12px;
  bottom: 5px;
  color: #fff;
  display: none;
  font-size: 0.6rem;
  font-weight: bold;
  line-height: 7px;
  min-width: 13px;
  padding: 3px;
  position: absolute;
  right: 6px;
  text-align: center;
}

#nav-button-shopping-cart .quantity:empty {
  display: none;
}

#nav-button-menu {
  float: left;
  margin: 0px;
  padding: 13px 15px;
  border: none;
}

  #nav-button-menu .icon-bar {
    margin: 4px 0px;
  }

.btn-product-order-by {
  width: 40px;
}

#config {
  margin-right: 15px;
}

#settings .open > .dropdown-menu {
  left: auto;
  right: 0;
}

.visible-us {
  display: none !important;
}

.container {
  padding-left: 0px;
  padding-right: 0px;
}

.thumbnail {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  padding-left: 0px;
  padding-right: 0px;
}

#product-recommend .col-xs-1, #product-recommend .col-sm-1, #product-recommend .col-md-1, #product-recommend .col-lg-1, #product-recommend .col-xs-2, #product-recommend .col-sm-2, #product-recommend .col-md-2, #product-recommend .col-lg-2, #product-recommend .col-xs-3, #product-recommend .col-sm-3, #product-recommend .col-md-3, #product-recommend .col-lg-3, #product-recommend .col-xs-4, #product-recommend .col-sm-4, #product-recommend .col-md-4, #product-recommend .col-lg-4, #product-recommend .col-xs-5, #product-recommend .col-sm-5, #product-recommend .col-md-5, #product-recommend .col-lg-5, #product-recommend .col-xs-6 {
  padding-left: 5px;
  padding-right: 5px;
}

#product-accessories .col-xs-1, #product-accessories .col-sm-1, #product-accessories .col-md-1, #product-accessories .col-lg-1, #product-accessories .col-xs-2, #product-accessories .col-sm-2, #product-accessories .col-md-2, #product-accessories .col-lg-2, #product-accessories .col-xs-3, #product-accessories .col-sm-3, #product-accessories .col-md-3, #product-accessories .col-lg-3, #product-accessories .col-xs-4, #product-accessories .col-sm-4, #product-accessories .col-md-4, #product-accessories .col-lg-4, #product-accessories .col-xs-5, #product-accessories .col-sm-5, #product-accessories .col-md-5, #product-accessories .col-lg-5, #product-accessories .col-xs-6 {
  padding-left: 5px;
  padding-right: 5px;
}

#thumb-list .col-xs-1, #thumb-list .col-sm-1, #thumb-list .col-md-1, #thumb-list .col-lg-1, #thumb-list .col-xs-2, #thumb-list .col-sm-2, #thumb-list .col-md-2, #thumb-list .col-lg-2, #thumb-list .col-xs-3, #thumb-list .col-sm-3, #thumb-list .col-md-3, #thumb-list .col-lg-3, #thumb-list .col-xs-4, #thumb-list .col-sm-4, #thumb-list .col-md-4, #thumb-list .col-lg-4, #thumb-list .col-xs-5, #thumb-list .col-sm-5, #thumb-list .col-md-5, #thumb-list .col-lg-5, #thumb-list .col-xs-6 {
  padding-left: 2px;
  padding-right: 2px;
}

.row {
  margin-left: 0px;
  margin-right: 0px;
}

.row-first {
  margin-top: 20px;
}

.modal-content {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}

.password-strength-bar[alt="1"] {
  color: #fff !important;
  background: #FF342D !important;
}

.password-strength-bar[alt="2"] {
  background: #ffa46d !important;
}

.password-strength-bar[alt="3"] {
  background: #ffde6d !important;
}

.password-strength-bar[alt="4"] {
  background: #e4f78d !important;
}

.password-strength-bar[alt="5"] {
  background: #9cf78d !important;
}

footer .panel-group .panel {
  border-radius: 0px;
}

  footer .panel-group .panel .panel-heading {
    border-radius: 0px;
  }

  footer .panel-group .panel + .panel {
    margin-top: 0px;
  }

footer .panel-title {
  font-size: 0.9333rem;
  text-align: center;
}

footer .navbar-default {
  background: rgba(256,256,256, .85) !important;
  border: none;
  border-top: 1px solid #C8C8C6;
  margin-bottom: 0px;
}

footer .copyright {
  position: relative;
  clear: both;
  text-align: center;
}

  footer .copyright a {
    font-size: 0.8rem;
    display: block;
    line-height: 20px;
    font-family: 'Source Sans Pro',sans-serif;
    white-space: nowrap;
  }

  footer .copyright img {
    margin-bottom: 3px;
    margin-left: 3px;
    vertical-align: middle;
  }

footer #social a {
  text-decoration: none;
}

  footer #social a:hover {
    position: relative;
    top: -1px;
  }

#homepage-carousel .carousel-control.right, #homepage-carousel .carousel-control.left {
  background: none;
}

.category-list {
  margin-left: -1%;
  margin-right: -1%;
}

.category {
  width: 100%;
  position: relative;
  background: #fff;
}

  .category:hover .image a,
  .category:hover .list-unstyled,
  .category:hover h2 a {
    border-color: #888;
    background: rgba(255, 255, 255, 0.85);
  }

  .category .list-unstyled li {
    padding: 3px;
  }

  .category .image a,
  .category h2 a,
  .category .list-unstyled {
    background: #fff;
    padding: 9px 9px 0px;
    border-color: #C8C8C6;
    border-width: 0px 1px 0px 1px;
    border-style: solid;
  }

  .category .image {
    border-top-width: 1px;
    text-align: center;
  }

    .category .image img {
      display: inline-block;
    }

    .category .image a {
      border-top-width: 1px;
    }

  .category a,
  .category:hover .list-unstyled {
    display: block;
  }

  .category h2 {
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: center;
    font-size: 0.9333rem;
    line-height: 1.3;
    text-transform: uppercase;
    font-family: 'Playfair Display',serif;
  }

    .category h2 a {
      padding-top: 14px;
      padding-bottom: 9px;
      text-decoration: none;
      border-bottom-width: 1px;
    }

  .category:hover h2 a {
    color: #D5230B;
  }

  .category:hover.expandable h2 a {
    border-bottom: none;
  }

  .category .list-unstyled {
    padding-bottom: 9px;
    border-bottom-width: 1px;
    position: absolute;
    width: 100%;
    display: none;
    margin-top: 0px;
    z-index: 10000;
  }

#vertical-categories {
  margin-bottom: 15px;
}

  #vertical-categories .nav {
    padding-left: 20px;
    font-size: 0.8667rem;
  }

    #vertical-categories .nav > li {
      padding-left: 10px;
    }

      #vertical-categories .nav > li.parent {
        padding-left: 0px;
      }

        #vertical-categories .nav > li.parent > a, #vertical-categories .nav > li.parent > a span {
          color: #0033a0 !important;
        }

      #vertical-categories .nav > li > a {
        padding-top: 4px;
        padding-bottom: 4px;
        padding-right: 0;
        background: none;
        padding-left: 15px;
        text-indent: -15px;
        color: #0033a0;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
      }

        #vertical-categories .nav > li > a:before {
          content: "\f02d";
          font-family: FontAwesome;
          margin-right: 5px;
          -webkit-transition: all 0.3s;
          transition: all 0.3s;
        }

      #vertical-categories .nav > li:hover > a {
        padding-left: 7px;
      }

        #vertical-categories .nav > li:hover > a[data-parent]:before {
          font-size: 18px;
        }

      #vertical-categories .nav > li.parent > a[data-parent] {
        text-indent: 0px;
      }

        #vertical-categories .nav > li.parent > a[data-parent]:before {
          display: none;
        }

  #vertical-categories > li + li {
    border-top: 1px solid #999;
    margin-top: 0px;
  }

  #vertical-categories > li.parent > a {
    padding-left: 0px;
  }

  #vertical-categories > li.parent .glyphicon {
    font-size: 10px;
    width: 15px;
    text-align: center;
    vertical-align: middle;
  }

  #vertical-categories > li.parent .name {
    vertical-align: middle;
  }

#catalog-offer a {
  color: #0033A0;
  margin: 0px 0px 10px 10px;
  display: block;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
}

#catalog-offer br {
  display: none;
}

#catalog-offer a:before {
  content: "\f019";
  font-family: FontAwesome;
  margin-right: 7px;
}

#catalog-offer a:hover {
  margin-left: 8px;
  -ms-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

#carousel-example-generic .image img {
  max-height: 200px;
}

#carousel-example-generic {
  margin-bottom: 20px;
}

.subcategory-more {
  display: none;
}

#category-filter {
  background: none;
  border: none;
  box-shadow: none;
}

  #category-filter .panel-heading {
    border: none;
    border-top: 1px solid #fff;
    border-radius: 0px;
    padding: 5px 0 10px;
  }

  #category-filter .first {
    border: none;
    padding: 20px 0px 5px 0px;
  }

  #category-filter a {
    font-family: 'Source Sans Pro',sans-serif;
    font-size: 1.067rem;
    font-weight: lighter;
    color: #fff;
  }

  #category-filter .panel-body {
    padding: 0px 15px 10px 15px;
  }

  #category-filter .panel-title a {
    font-size: 1.867rem;
  }

  #category-filter .panel-heading {
    background: none;
  }

#category_info {
  background: rgba(255, 255, 255, 0.8);
  padding: 15px;
  margin-bottom: 19px;
  border: 1px solid #C8C8C6;
}

  #category_info .image img {
    max-width: 100%;
  }

#nav-settings .dropdown-menu,
.category-page .dropdown-menu {
  right: 0;
  left: auto;
}

.is-sticky {
  z-index: 999 !important;
}

.form-control {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border-color: #dfdfdf;
}

.table {
  margin: 1em 0;
  width: 100%;
  overflow: hidden;
}

  .table th, .table td {
    margin: 0em 1em;
    text-align: left;
  }

  .table th {
    display: none;
  }

  .table td {
    display: block;
  }

  .table .text-center {
    text-align: center;
  }

  .table .text-right {
    text-align: right;
  }

  .table td:first-child {
    padding-top: .5em;
  }

  .table td:last-child {
    padding-bottom: .5em;
  }

  .table .mobile:before {
    content: attr(data-th) ": ";
    display: inline-block;
    font-weight: 600;
    text-align: right;
    width: 6em;
    margin-right: 5px;
  }

#shopping-cart .product-action {
  text-align: center;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
  border-top: none;
  padding: 5px;
  vertical-align: middle;
}

.table > thead > tr > th {
  border-width: 1px;
  font-weight: 500;
}

.product-options-group .btn-group {
  width: 100%;
}

.product-options-group .dropdown-menu {
  min-width: 100%;
}

.product-options-group button {
  width: inherit;
  text-align: left;
}

  .product-options-group button .text {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    float: left;
    vertical-align: middle;
    width: 70%;
  }

  .product-options-group button .caret {
    float: right;
    margin-top: 9px;
  }

.product-options-group label {
  font-weight: 300;
}

.product-options-group .dropdown-menu > li > a {
  padding-left: 12px;
  padding-right: 12px;
}

.product-options-group .icon {
  display: inline-block;
  vertical-align: middle;
  height: 24px;
  width: 24px;
  background-size: cover;
  margin-right: 5px;
}

.product-options-group button .icon {
  float: left;
}

.product-options-group .icon + .preview {
  display: none;
  position: absolute;
  z-index: 10000;
  width: 128px;
  height: 128px;
  margin-left: -140px;
  margin-top: -26px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.25);
  border: 5px solid #fff;
}

.product-options-group .icon + span.preview {
  background-size: cover;
}

.product-options-group a:hover .icon + .preview {
  display: block;
}

.product-filter-container {
  position: relative;
}

  .product-filter-container .preloader {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
  }

  .product-filter-container .reset {
    padding-top: 2px;
  }

.product-filter-price .product-filter-price-slider {
  padding-left: 10px;
  padding-right: 10px;
}

.product-filter-price-min, .product-filter-price-max {
  width: 64px;
  text-align: center;
}

.product-filter-container .colors-filter button {
  height: 26px;
  width: 36px;
  margin-right: 7px;
  border: 1px solid #ccc;
  -moz-box-shadow: inset 0px 0px 0px 1px #fff;
  -webkit-box-shadow: inset 0px 0px 0px 1px #fff;
  box-shadow: inset 0px 0px 0px 1px #fff;
}

  .product-filter-container .colors-filter button.active {
    border-color: #888;
  }

.product-filter-container .panel-body .form-group:last-child {
  margin-bottom: 0px;
}

.product-filter-container label {
  font-weight: 300;
}

#toTop, #phone-call {
  bottom: 0px;
  color: #dc1912;
  display: none;
  font-size: 40px;
  height: 60px;
  overflow: hidden;
  padding: 5px;
  margin: 20px;
  position: fixed;
  text-decoration: none;
  width: 60px;
  z-index: 1000;
  border: 3px solid #dc1912;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  box-shadow: 0 2px 2px rgba(0,0,0,0.4);
  opacity: 0.3;
}

#toTop {
  right: 1px;
}

#phone-call {
  left: 1px;
  border: 3px solid green;
  color: green;
  left: 1px;
}

#toTop:active, #toTop:focus {
  outline: none;
  z-index: 1000;
}

#cookies_message {
  width: 100%;
  position: fixed;
  bottom: 0;
  z-index: 1000;
  display: none;
}

#cookies_close {
  cursor: pointer;
  float: right;
  height: 14px;
  margin: 14px;
  padding: 0;
  position: relative;
  right: 0;
  top: 0;
  width: 13px;
  z-index: 10001;
}

#cookies_frame {
  margin: 0 auto;
  z-index: 10000;
  position: relative;
  max-width: 100%;
}

#cookies_content {
  text-align: center;
  font-size: 12px;
  padding: 10px 30px 10px 0px;
}

footer #social {
  margin-bottom: 10px;
  text-align: center;
  margin-top: 20px;
}

#price-star-info {
  color: #808080;
  font-size: 11px;
  margin-top: 0px;
  padding-bottom: 0px;
  padding-right: 10px;
  text-align: center;
}

#blog .description {
  margin-top: 16px;
}

#blog .data {
  margin-top: 5px;
}

.news .description {
  padding-right: 15px;
}

#blog .thumbnail {
  margin-bottom: 10px;
}

.news .image {
  padding: 10px;
}

.news .caption .name {
  margin: 0 0 0px 0;
  padding: 0;
  color: #0033a0;
  font-family: 'Lora',serif;
  font-size: 20px;
}

.news .text-muted {
  font-size: 12px;
}

.news .caption .name a {
  color: #0033a0;
  font-family: 'Lora',serif;
  font-size: 20px;
}

.news .description a {
  color: #0033a0;
  font-size: 14px;
}

#blog-show .image img {
  max-width: 100%;
  height: auto;
  margin-left: 15px;
  margin-bottom: 15px;
}

#blog-list .data {
  margin-bottom: 7px;
}

#blog-list .image img {
  margin: 0 15px 15px 0;
  max-width: 100%;
  height: auto;
}

div.rating-cancel, div.star-rating {
  float: left;
  width: 17px;
  height: 15px;
  text-indent: -999em;
  cursor: pointer;
  display: block;
  background: transparent;
  overflow: hidden;
}

  div.rating-cancel, div.rating-cancel a {
    display: none;
    background: url(/images/frontend/theme/default2/delete.gif) no-repeat 0 -16px;
  }

  div.star-rating, div.star-rating a {
    background: url(../images/star.png) no-repeat 0 0px;
  }

    div.rating-cancel a, div.star-rating a {
      display: block;
      width: 16px;
      height: 100%;
      background-position: 0 0px;
      border: 0;
    }

div.star-rating-on a {
  background-position: 0 -16px !important;
}

div.star-rating-hover a {
  background-position: 0 -32px;
}

div.star-rating-readonly a {
  cursor: default !important;
}

div.star-rating {
  background: transparent !important;
  overflow: hidden !important;
  margin-top: -3px;
}

.review_description {
  width: 90%;
}

#review_table {
  margin-top: 4px;
  overflow: visible;
  background-color: #fff;
  margin-bottom: 1em;
}

  #review_table tr {
    border-bottom: 1px solid #ddd;
  }

  #review_table th {
    border: none;
    font-size: 14px;
    padding-bottom: 3px;
    padding-top: 4px;
    background-color: #f5f5f5;
    font-weight: normal;
  }

.home-list .product-list .thumbnail, #blog .thumbnail {
  margin-bottom: 0px;
}

@media (min-width: 768px) {
  #cookies_close {
    cursor: pointer;
    float: none;
    height: 15px;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 15px;
    z-index: 10001;
  }

  #price-star-info {
    color: #0033a0;
    float: right;
    font-size: 11px;
    margin-top: 0px;
    padding-bottom: 0px;
    padding-right: 10px;
    text-align: right;
  }

  #phone-call {
    display: none !important;
  }

  .table td:not(.product-action):before {
    display: none;
  }

  .table .th-td-right {
    text-align: right;
  }

  .table .th-td-center {
    text-align: center;
  }

  .table th, .table td {
    display: table-cell;
    padding: .25em .5em;
  }

  .table th, .table td {
    margin: .5em 1em;
  }

  .table > tbody > tr > td {
    border-top: none;
  }

  .table > tbody > tr:nth-child(odd) {
    background: #fff;
  }

  .table > tbody > tr:nth-child(even) {
    background: #f5f5f5;
  }

  .table > thead > tr > th {
    border: none;
  }

  .home-list .product-list .thumbnail, #blog .thumbnail {
    margin-bottom: 10px;
  }
}

@media (max-width: 500px) {
  .hidden-us {
    display: none !important;
  }

  .visible-us {
    display: block !important;
  }

  .home-list .col-xs-4, .full-list .col-xs-4, #blog .col-xs-4 {
    width: 100%;
  }

  #product-recommend .col-xs-4, #product-accessories .col-xs-4 {
    width: 50%;
    padding-left: 1%;
    padding-right: 1%;
  }

  .category-list {
    margin-left: 0px;
    margin-right: 0px;
    width: 100%;
  }

  .category .image a img {
    max-height: 50px;
    margin: 5px;
  }

  .category .image a {
    padding: 0px;
  }

  .category .image {
    float: left;
  }

  .category .caption {
    float: left;
  }

  .category .image a, .category h2 a, .category .list-unstyled {
    border-style: none;
  }

  .category {
    float: left;
    border-top: 1px solid #c8c8c6;
  }

    .category h2 a {
      padding: 18px 0px 0px;
      font-size: 1.4rem;
      text-transform: none;
      margin-left: 5px;
    }

  .col-box {
    width: 100%;
  }

  #carousel-example-generic {
    margin-bottom: 0px;
  }
}

@media (min-width: 500px) {
  .category {
    float: left;
    width: 23%;
    margin-right: 1%;
    margin-left: 1%;
    margin-bottom: 2%;
  }
}

@media (min-width: 768px) {
  #toTop {
    display: none !important;
  }

  .touch-carousel .carousel-control {
    display: block !important;
  }

  .row {
    margin-left: -15px;
    margin-right: -15px;
  }

  .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-left: 15px;
    padding-right: 15px;
  }

  #nav-shopping-cart.in {
    /*overflow: scroll !important;*/
  }

  header .navbar-collapse {
    padding-left: 0px;
    padding-right: 0px;
  }

    header .navbar-collapse .divider {
      display: none;
    }

  header .navbar-dropdown .navbar-collapse > * {
    float: right;
  }

  header .navbar-dropdown .navbar-collapse {
    right: 10px;
    left: auto;
    display: none !important;
    float: right;
    overflow-x: hidden;
    position: absolute;
    z-index: 1000;
  }

  header .navbar-collapse.collapsing,
  header .navbar-collapse.in {
    display: block !important;
  }

  footer .list-group h5 {
    margin-left: 0;
  }

  footer .list-group > a {
    padding: 0;
  }

  footer .list-group {
    margin-left: 0;
    float: left;
    margin-bottom: 0;
    text-align: left;
    margin-top: 0px;
  }

  footer .container {
    position: relative;
  }

  footer #social {
    position: absolute;
    top: 50%;
    right: 15px;
    padding: 0;
    margin-top: -30px;
    margin-bottom: 10px;
    text-align: right;
  }

  footer .copyright {
    float: right;
  }

  #nav-button-user {
    margin-right: 0px;
  }

  #logo {
    position: static;
    width: auto;
    float: left;
  }

    #logo > div {
      display: block;
    }

    #logo img {
      max-width: 96px;
    }

  #nav-menu .dropdown-menu h2 a {
    padding: 5px 10px;
  }

  #nav-menu .dropdown-menu .nav > li > a {
    padding: 0px 10px;
  }

  .category-list {
    display: block;
  }

  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  #nav-search .search,
  #nav-shopping-cart .shopping-cart {
    min-width: 399px;
    max-width: 650px;
  }

  .navbar-fixed-top .navbar-collapse {
    max-height: 600px;
  }
}

@media (min-width: 992px) {
  #one-column-layout .category h2 {
    font-size: 1.067rem;
  }

  header .horizontal-categories > li > a {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 0.9333rem;
    font-family: 'Playfair Display',serif;
  }

  header .horizontal-categories > li > aheader .navbar-nav > li > a {
    padding: 14px 12px;
  }

  header .horizontal-categories > li > a {
    letter-spacing: 0;
    text-transform: none;
    font-size: 1.067rem;
    font-weight: 400;
  }
}

@media (min-width: 1200px) {
  body {
    background: url('../images/tlo-big.jpg') no-repeat center top fixed !important;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
  }

  .category {
    width: 18%;
  }

  #left.col-lg-3 {
    width: 20.8%;
  }

  #content {
    margin-bottom: 50px;
  }

    #content.col-lg-push-3 {
      left: 20.8%;
    }

    #content.col-lg-9 {
      width: 79.2%;
    }

  #left.col-lg-pull-9 {
    right: 79.2%;
  }

  .subcategory {
    display: block;
  }

  .category-list .caption .list-group .active {
    font-size: 0.9333rem;
  }
}

@media (min-width: 1700px) {
  .container {
    width: 1500px;
  }
}

@media (max-width: 1199px) {
  .navbar-nav.wydawnictwo > li > a {
    font-size: 14px;
    padding: 14px 7px;
  }
}

@media (max-width: 768px) {
  #nav-menu {
    background: #fff !important;
  }

  .navbar-nav.wydawnictwo > li {
    display: block;
  }

  header .container .navbar-header {
    background: #0033a0;
  }
}

@media (max-width: 500px) {
  .col-xxs-12 {
    width: 100%;
    clear: both;
    float: none;
  }
}

body {
  padding: 0;
  background: #fff;
  font-weight: 400;
}

.breadcrumb > li > a,
.breadcrumb > .active,
footer .copyright a,
.category h2,
#category-filter a,
header .horizontal-categories > li > a {
  font-family: 'Open Sans',sans-serif;
}

a, input, textarea, button {
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
}

a {
  color: #1f486b;
}

  a:hover, a:focus,
  #vertical-categories li.active > a {
    color: #0033a0;
    text-decoration: none;
  }

.glyphicon-refresh {
  color: #0033a0;
}

.text-muted a {
  color: #999;
}

.label {
  font-weight: normal;
  vertical-align: middle;
  border-radius: 0;
  display: inline-block;
  padding-bottom: 0.4em;
  padding-top: 0.4em;
  margin-bottom: 2px;
}

.label-default {
  color: #444;
  background: #ddd;
}

.has-error.glyphicon {
  color: #a94442;
}

a.primary {
  color: #dc1912;
}

  a.primary:hover, a.primary:active, a.primary:focus, a.primary.active {
    color: #b01f1e;
  }

.btn-navbar.collapsed:not(:hover):focus, .btn-navbar.collapsed {
  background: none;
  color: #fff;
  border-color: #595959;
}

.btn-primary,
.card .btn-shopping-cart {
  color: #fff;
  background: #0033a0;
  border-radius: 0px;
  border-color: #0033a0;
}

  .btn-primary:hover,
  .btn-primary:focus,
  .btn-primary:active,
  .btn-primary.active,
  .open .dropdown-toggle.btn-primary,
  .card .btn-shopping-cart:hover,
  .card .btn-shopping-cart:focus,
  .card .btn-shopping-cart:active,
  .card .btn-shopping-cart.active {
    color: #fff;
    background-color: #1f486b;
    border-color: #1f486b;
  }

#nav-menu .navbar-nav > li > a {
  background: none;
  color: #444;
}

.navbar-nav .open .dropdown-menu {
  background-color: transparent;
  border: 0 none;
  box-shadow: none;
  float: none;
  margin-top: 0;
  position: static;
  width: auto;
}

.more .dropdown-toggle .icon-bar {
  border-radius: 1px;
  display: block;
  height: 2px;
  width: 22px;
  background: #fff;
  margin: 4px 0;
}

  .more .dropdown-toggle .icon-bar:last-child {
    margin-bottom: 2px;
  }

.more a {
  white-space: normal !important;
}

.more .dropdown-menu {
  width: 230px;
  overflow-y: auto;
  max-height: 390px;
}

.btn-navbar, .btn-navbar:active, .btn-navbar:hover, .btn-navbar:focus {
  background-color: #1f486b;
  color: #fff;
}

.btn-group .btn-navbar {
  border-left: 1px solid #1f486b;
  font-size: 1.4rem;
  padding: 0px 11px 3px;
}

.btn-default, .btn-shopping-cart {
  background: #0033a0;
  color: #fff;
  border-color: #0033a0;
}

  .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default, .btn-shopping-cart:hover, .btn-shopping-cart:focus, .btn-shopping-cart:active, .btn-shopping-cart.active {
    background: #1f486b;
    color: #fff;
    border-color: #1f486b;
  }

#shopping-cart .btn-default {
  background: none;
  color: #0033a0;
  border: none;
}

#shopping-cart a.primary {
  color: #0033a0;
}

#shopping-cart .btn-default:hover {
  background: none;
  border: none;
  color: #1f486b;
}

#shopping-cart a.primary:hover {
  color: #0033a0;
}

.nav > li > a:hover, .nav > li > a:focus {
  background-color: #F1F0E8;
}

.dropdown-menu a:hover, .horizontal-categories > li > a:hover {
  background-color: #b01f1e;
  color: #fff;
}

#nav-menu .navbar-nav > li > a:hover,
#nav-menu .navbar-nav > li.active > a {
  color: #b01f1e;
}

.pagination > li > a, .pagination > li > span {
  border-color: transparent;
  color: #444;
  background: none;
  font-size: 1.067rem;
}

  .pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus, .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background: none;
    border-color: #428BCA;
    color: #428BCA;
  }

#header-navbar {
  background: #3b3b3b;
  border: none;
  margin-bottom: 0px;
}

.thumbnail .caption {
  color: inherit;
  padding: 9px 0px;
}

#nav-button-menu.collapsed:hover, #nav-button-menu {
  background: #fff;
}

  .more.open .dropdown-toggle .icon-bar,
  #nav-button-menu.collapsed:hover .icon-bar,
  #nav-button-menu .icon-bar {
    background: #0033a0;
  }

  #nav-button-menu.collapsed {
    background: none;
  }

    .more .dropdown-toggle .icon-bar,
    #nav-button-menu.collapsed .icon-bar {
      background: #fff;
    }

.form-control:focus {
  border-color: #0033a0;
  background-color: #fafafa;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 5px rgba(0, 51, 160,0.4);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 5px rgba(0,51,160,0.4);
}

.address-select {
  border-color: #0033a0;
  background-color: #fafafa;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 5px rgba(0, 51, 160,0.4);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 5px rgba(0,51,160,0.4);
}

.dropdown-menu > li > a {
  color: #444;
  font-size: 1rem;
  padding: 5px 25px;
}

header nav .container {
  background: inherit;
}

header .banner {
  background: #ececef;
}

.dropdown-menu,
header .navbar-dropdown .navbar-collapse {
  background: #fff;
  border: none;
  box-shadow: 0px 1px 1px rgba(0,0,0,0.4);
}

header .navbar-dropdown .navbar-collapse {
  right: 0;
  padding-right: 0;
}

.panel-default > .panel-heading {
  background: transparent;
  border: none;
}

.navbar-dropdown li .glyphicon {
  margin-right: 3px;
  vertical-align: sub;
}

footer {
  background: none;
}

  footer .navbar-collapse h4 {
    color: #fff;
  }

.navbar-collapse .divider {
  background-color: #444;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  background: none;
  color: #0033a0;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  background: #0033a0;
  color: #fff;
}

.panel {
  border-radius: 0px;
}

.panel-heading {
  border-radius: 0px;
  padding: 10px 18px;
}

.panel-title {
  font-size: 22px;
  font-family: 'Lora',serif;
  color: #0033a0;
}

.panel-default > .panel-heading {
  color: #0033a0;
  font-size: 18px;
  font-family: 'Lora',serif;
}

.panel-primary > .panel-heading {
  background-color: #fff;
  border: none;
  color: #0033a0;
  font-family: 'Lora',serif;
  font-weight: 400;
}

.panel-inversed > .panel-heading {
  background-color: #222;
  color: #888;
}

.panel-inversed, .panel-inversed > .panel-heading {
  border: none;
}

.flag {
  width: 32px;
  height: 20px;
  display: block;
  position: relative;
}

  .flag i {
    position: absolute !important;
    top: -6px;
    right: -2px;
    color: #636;
    font-size: 10px;
    color: #0033a0;
  }

  .flag:hover i {
    transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -o-transform: scale(1.5);
  }

.pl {
  background: url('../images/flag/pl.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.fr {
  background: url('../images/flag/fr.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.gb {
  background: url('../images/flag/gb.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.ru {
  background: url('../images/flag/ru.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.de {
  background: url('../images/flag/de.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.login-bar {
  text-align: right;
}

  .login-bar ul {
    line-height: 32px;
    margin: 0;
    padding: 0;
  }

    .login-bar ul li {
      list-style-type: none;
      display: inline-block;
    }

      .login-bar ul li:nth-child(1) {
        padding-right: 10px;
      }

      .login-bar ul li a {
        color: #0033a0;
      }

.short-links ul {
  margin: 0;
  padding: 0;
  text-align: center;
  margin-top: 52px;
}

  .short-links ul li {
    list-style-type: none;
    display: inline-block;
  }

    .short-links ul li a {
      text-transform: uppercase;
      padding: 11px 14px;
      background: #0033a0;
      color: #fff;
      display: block;
      font-size: 16px;
      font-weight: 400;
    }

      .short-links ul li a:hover {
        background: #1f486b;
      }

.top-header {
  background: #f7f7f7;
  padding: 5px 0;
  display: block;
  overflow: hidden;
  margin: 0 -20px;
}

.flag-bar ul {
  margin: 0;
  padding: 0;
  text-align: center;
  padding-top: 6px;
}

  .flag-bar ul li {
    list-style-type: none;
    display: inline-block;
    padding: 0 5px;
    color: #0033a0;
  }

    .flag-bar ul li a {
      color: inherit;
    }

.search-bar {
  text-align: right;
  padding-top: 52px;
}

  .search-bar .form-control {
    height: 45px;
  }

  .search-bar .btn {
    padding: 11.5px 16px;
  }

.section-header {
  margin: 0 0 20px 0;
  font-size: 24px;
  font-family: 'Lora',serif;
  color: #0033a0;
}

.home-list .section-header {
  margin: 10px 0 20px 0;
  font-size: 24px;
  font-family: 'Lora',serif;
  color: #0033a0;
}

#homepage-carousel {
  margin: 0px auto 10px;
  width: 100%;
  position: relative;
}

  #homepage-carousel .arrow-left {
    position: absolute;
    left: 30px;
    top: 50%;
    margin-top: -15px;
    width: 17px;
    height: 30px;
    z-index: 2;
  }

  #homepage-carousel .arrow-right {
    position: absolute;
    right: 30px;
    top: 50%;
    margin-top: -15px;
    width: 17px;
    height: 30px;
    z-index: 2;
  }

  #homepage-carousel .arrow-right, #homepage-carousel .arrow-left {
    font-size: 30px;
    color: #fff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  }

#vertical-categories .nav > .parent > a {
  padding-left: 0px;
}

.pagination {
  position: relative;
  left: 0;
  text-align: center;
  bottom: 5px;
  width: 100%;
}

.swiper-container .pagination {
  position: absolute;
}

.swiper-pagination-switch {
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 10px;
  background: #ccc;
  box-shadow: 0px 1px 2px #555 inset;
  margin: 0 3px;
  cursor: pointer;
}

.swiper-active-switch {
  background: #fff;
}

.product-list .thumbnail {
  background-color: #FFF;
  border: medium none;
  border-radius: 0;
  padding: 0 0 14px;
  position: relative;
  margin-bottom: 10px;
  border: 1px solid #eaeaea;
}

.category-page h1 {
  font-size: 4rem;
}

.category-page h1, .title h1, .title h2 {
  font-size: 28px;
  font-family: 'Lora',serif;
  color: #0033a0;
  font-weight: 400;
  line-height: 52px;
  margin: 0;
  overflow: hidden;
  padding-right: 15px;
  text-overflow: ellipsis;
  white-space: nowrap;
  /*margin-top: -15px;*/
}

.xs-is-sticky .category-page {
  width: 100%;
}

.is-sticky .category-page {
  background: none repeat scroll 0 0 rgba(250,250,250, 0.8);
  border-bottom: 3px solid rgba(248,249,244,0.9);
  width: 100%;
}

.category-page {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  border: medium none;
  margin-bottom: 10px;
  padding: 0 10px;
}

  .category-page .btn-group {
    margin-bottom: 10px;
    margin-top: 10px;
  }

.btn {
  font-size: 0.9333rem;
}

.btn-lg {
  font-size: 1.067rem;
  padding: 7px 12px;
  margin-top: 6px;
}

.btn-shopping-cart {
  margin-top: 13px;
  background-color: #f7f7f7;
}

.caption .name {
  color: #444;
  font-size: 1.2rem;
  margin-bottom: 0;
}

.caption .product-label {
  color: #444;
  font-size: 1.067rem;
  font-style: italic;
  margin-bottom: 0px;
}

.description-list .caption .product-label {
  display: inline-block;
}

.product .price {
  font-size: 1.2rem;
  font-weight: 400;
  white-space: nowrap;
}

  .product .price .old-price {
    /*text-decoration: line-through;*/
    font-size: 0.9rem;
    color: #333;
  }

.product .image {
  display: table;
  width: 100%;
  table-layout: fixed;
}

.product .thumbnail a > img {
  display: inline-block;
}

.product .image > a {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  padding: 10px 10px 0px 10px;
}

.description-list .product .image > a {
  padding-bottom: 20px;
}

.old_price {
  text-decoration: line-through;
  color: #E33034;
}

.text-danger {
  color: #E33034;
}

.text-success {
  color: green;
}

.product .old_price {
  font-size: 1.2rem;
}

.product .minor_price {
  font-size: 1.2rem;
}

.view-types .dropdown-menu {
  min-width: 30px;
}

  .view-types .dropdown-menu > li > a {
    padding: 3px 13px;
  }

.product-list .caption .description {
  font-size: 0.9333rem;
  margin-top: 10px;
}

.home-list .caption .product-label {
  font-size: 1.2rem;
}

.full-list .thumbnail > img, .full-list .thumbnail a > img {
  max-height: 250px;
}

.full-list .product-shopping-cart {
  opacity: 1;
}

.full-list .product-shopping-cart,
.full-list .product-label,
.full-list .name,
.full-list .price,
.product_group .price,
.home-list .price,
.home-list .weight,
.home-list .basic_price,
.home-list .product-shopping-cart,
.home-list .name,
.full-list .weight,
.full-list .basic_price {
  z-index: 11;
  position: relative;
  text-align: center;
}

.back-side-product {
  background-color: rgba(0, 51, 160, 0.8);
  display: table-cell;
  height: 100%;
  left: 0;
  opacity: 0;
  padding: 3%;
  position: absolute;
  top: -100%;
  width: 100%;
  display: none;
  -webkit-transition: opacity 0.5s,top 0.5s ease-out;
  transition: opacity 0.5s,top 0.5s ease-out;
  color: #fff;
  pointer-events: none;
}

.full-list .back-side-product {
  /*white-space: pre;*/
  font-size: 13px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.description-list .back-side-product {
  top: 0%;
  left: -100%;
  -webkit-transition: opacity 0.5s,left 0.5s ease-out;
  transition: opacity 0.5s,left 0.5s ease-out;
}

.full-list .caption .label {
  color: #444;
  font-size: 1.333rem;
}

.product {
  overflow: hidden;
}

  .product .btn-shopping-cart {
    color: #fff;
    background: #0033a0;
    border: none;
    -webkit-transition: background 1.5s,color 1.0s ease-out;
    transition: background 1.5s,color 1.0s ease-out;
  }

.description-list .product:hover .back-side-product {
  opacity: 1;
  left: 0;
}

.description-list .product .description {
  color: #0033a0;
  -webkit-transition: color 1.0s ease-out;
  transition: color 1.0s ease-out;
}

.description-list .product:hover .description {
  color: #fff;
}

#thumb-list .product:hover .name {
  top: 0;
}

#thumb-list .product:hover .pricelittle {
  color: #fff;
  z-index: 9999999;
}

.product:hover .back-side-product {
  opacity: 1;
  top: 0;
}

.product:hover .product-shopping-cart {
  opacity: 1;
}

.product:hover .btn-shopping-cart {
  color: #0033a0;
  background: #fff;
  border: none;
}

  .product:hover .btn-shopping-cart:hover {
    background: #ddd;
  }

.product a, .product .price {
  color: #0033a0;
  -webkit-transition: color 1s;
  transition: color 1s;
}

.product:hover a, .product:hover .price {
  color: #fff;
}

.full-list .basket {
  margin-bottom: 10px;
}

#thumb-list .thumbnail {
  height: 250px !important;
}

#thumb-list .small-image {
  height: 215px;
  overflow: hidden;
}

#thumb-list .pricelittle:hover {
  cursor: pointer;
}

#thumb-list .name {
  background: none repeat scroll 0 0 rgba(0, 51, 160, 0.8);
  color: #FFF;
  opacity: 0;
  overflow: hidden;
  padding: 5px;
  position: absolute;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  height: 100%;
  top: -100%;
  transition: top 0.3s ease-out;
  -webkit-transition: top 0.3s ease-out;
  pointer-events: none;
}

#thumb-list .product:hover .name {
  opacity: 1;
}

#thumb-list .thumbnail-price {
  background: none repeat scroll 0 0 #FFF;
  margin-bottom: 4px;
  padding: 5px;
  text-align: right;
}

#thumb-list .thumbnail {
  margin-bottom: 0;
  height: 151px;
}

#thumb-list .price {
  font-size: 1rem;
  padding-left: 5px;
}

#thumb-list .old_price {
  font-size: 0.9333rem;
}

#thumb-list .minor-price {
  color: #a0a0a0;
  font-size: 0.8667rem;
}

.product-list .btn-recomend {
  font-size: 0.9333rem;
  margin-bottom: 0;
  padding: 1px 4px;
  vertical-align: inherit;
  line-height: 1.2;
}

.description-list .caption .name {
  font-size: 1.6rem;
  margin-right: 10px;
}

.description-list h2 {
  margin-bottom: 0px;
  margin-top: 10px;
}

.description-list .info-right {
  text-align: right;
}

.description-list .info-top, .description-list .weight {
  margin-bottom: 10px;
}

.description-list .discount-old_price, .description-list .major_price, .description-list .minor_price, .description-list .basket, .description-list .price {
  display: inline-block;
  vertical-align: middle;
}

#discount-product-set-list .product {
  margin-bottom: 2%;
}

.product-specification ul li:not(.showOnlyOnSpecification) {
    display: none;
}

.product-specification .showOnlyOnSpecification {
    display: block;
}

.showOnlyOnSpecification {
    display: none;
}
/*.gallery {
  text-align: center;
}*/
.gallery img {
    margin: 0 auto;
}

  .gallery li {
    padding: 0px;
  }

    .gallery li .glyphicon {
      position: relative;
      top: 50%;
      font-size: 36px;
      margin-top: -36px;
    }

    .gallery li:first-child .glyphicon {
      margin-top: -48px;
      font-size: 48px;
    }

    .gallery li:first-child > div > div {
      box-shadow: none;
    }

    .gallery li > div {
      display: table;
      width: 100%;
      table-layout: fixed;
      padding: 4px;
    }

      .gallery li > div > div {
        display: table-cell;
        vertical-align: middle;
        box-shadow: 0 0 1px 1px rgba(0,0,0,0.25);
        padding: 5px;
        cursor: pointer;
        width: 100%;
        position: relative;
        height: 100px;
      }

.panel-body.description-text {
  padding: 0px;
}

.panel-body a span {
  color: #1f486b;
}

.panel-body a:hover span {
  color: #0033a0;
}

.product-gallery .thumbnail {
  margin-bottom: 0px;
}

.card h1 {
  color: #444;
  font-size: 1.733rem;
  margin: 10px 0px 10px 0px;
}

.card .product-label h2 {
  color: #444;
  font-style: italic;
  white-space: nowrap;
  font-size: 1.333rem;
  margin: 0px 0px 30px 0px;
}

.card > .panel-body {
  padding-left: 20px;
  padding-right: 20px;
}

.card .line {
  margin: 10px 0;
  height: 1px;
  background-color: #ddd;
}

.card .information {
  padding: 0px;
  margin-bottom: 20px;
}

  .card .information li {
    list-style: none outside none;
  }

.card .prices {
  text-align: right;
}

  .card .prices .price_minor span {
    font-weight: 500;
  }

  .card .prices .price,
  .card .prices .minor_price,
  .card .prices .old_price {
    padding-left: 10px;
  }

  .card .prices .price {
    font-size: 1.867rem;
    font-weight: 600;
    white-space: nowrap;
    color: #E33034;
  }

.card .nav-tabs {
  border-bottom: none;
  margin-top:20px;
}

  .card .nav-tabs > li {
    margin-right: 3%;
    font-size:16px;
  }

.card .nav > li > a {
  padding: 0px;
  border: none;
  outline: 0;
  border-radius: 0;
}

.card .nav-tabs > li.active > a, .card .nav-tabs > li.active > a:hover, .card .nav-tabs > li.active > a:focus {
  background: none;
  border: none;
  border-bottom: 2px solid #0033a0;
  font-weight: bold;
}

.card .nav-tabs > li > a:hover {
  background: none;
  border-bottom: 2px solid red;
}

.card #product-tabs + .tab-content {
  margin-top: 20px;
}

.card .description {
  /*margin: 20px 0;*/
  border-top: 1px solid #ddd;
  padding-right: 10px;
  color: #fff;
}

.card .add-quantity label {
  font-weight: 300;
}

.card .add-quantity input[type=text] {
  display: inline;
  height: auto;
  margin: 0 6px;
  padding: 1px 6px;
  width: 40px;
}

.card .product-label ul {
  padding-left: 0;
}

.card .description2 {
  border-top: 1px solid #ddd;
  padding: 20px 0;
  font-size: 0.9333rem;
}

.card .description-short {
  border-top: 1px solid #ddd;
  padding-top: 20px;
  font-size: 0.9333rem;
}

.description-short ul {
  padding: 0 20px;
  margin: 0;
}

#execute_time_trigger {
  cursor: pointer;
  text-decoration: underline;
}

#availability_alert_overlay {
  display: inline-block;
}

#st_availability_info img {
  padding: 0 4px;
}

#pa_attributes {
  margin-bottom: 30px;
  width: 672px;
}

  #pa_attributes ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  #pa_attributes .pa_color {
    display: inline-block;
    height: 20px;
    width: 30px;
    margin-right: 2px;
    position: relative;
    top: 2px;
    border: 1px solid #fff;
    box-shadow: 0 0 0 1px #C8C8C6;
  }

  #pa_attributes .label_td {
    text-align: right;
  }

#attachments .download-ico:before {
  content: "\e166";
  padding-right: 6px;
  font-size: 0.8667rem;
}

#nav-settings .glyphicon-usd:before {
  content: "\e177";
  position: relative;
  top: 2px;
}

#discount-product-set-list .row {
  margin-left: 1px;
}

#discount-product-set-list .product {
  padding: 0;
  margin-left: -1px;
  position: relative;
}

#discount-product-set-list .thumbnail {
  padding: 10px 0;
  margin-bottom: 0;
}

#discount-product-set-list .product.last {
  padding: 20px 0;
  text-align: center;
}

#discount-product-set-list .glyphicon-plus {
  position: absolute;
  top: -11px;
  left: 50%;
  margin-left: -9px;
}

#discount-product-set-list .discount-plus {
  display: block;
  height: 55px;
  width: 17px;
  background: url("/images/frontend/theme/responsive/discount_plus.png") top left repeat-x;
  position: absolute;
  top: 47%;
  margin-top: -27px;
  left: -8px;
}

#attachments td:before {
  display: none;
}

#attachments td img {
  padding-right: 5px;
}

.product-new .image {
  text-align: center;
}

.product-new .caption .name a {
  color: #0033a0;
}

  .product-new .caption .name a:hover {
    text-decoration: underline;
  }

.product-new .other_group a {
  color: #0033a0;
}

  .product-new .other_group a:hover {
    text-decoration: underline;
  }

.product_group .caption {
  padding-bottom: 10px;
}

.product_group .other_group {
  margin-left: 10px;
}

  .product_group .other_group a:before {
    content: '';
    display: inline-block;
    height: 7px;
    width: 7px;
    border-radius: 50%;
    background-color: #0033a0;
    position: relative;
    top: -1px;
    left: 0;
    margin-right: 5px;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    -ms-transition: all 0.1s ease;
    transition: all 0.1s ease;
  }

.user-panel-icon .name {
  font-size: 0.9333rem;
  display: block;
}

.user-panel-icon {
  font-size: 2rem;
  border-color: #e9e9e9;
  margin-top: -1px;
}

  .user-panel-icon:hover {
    position: relative;
  }

.password-strength-bar {
  width: 100% !important;
}

#captcha_form img {
  width: 100% !important;
}

.checkbox_error, .checkbox_error a, .checkbox_error #user_data_billing_privacy, .checkbox_error #user_data_billing_privacy_content a {
  color: #a94442 !important;
}

#panel-billing {
  padding-bottom: 0px;
  padding-top: 0px;
}

#panel-delivery {
}

#panel-order-form {
  padding-top: 0px;
}

  #panel-order-form .checkbox {
    margin-top: 0px;
  }

.form-control {
  padding: 4px 12px;
  font-size: 1.2rem;
}

.action_icon {
  margin-left: 8px;
}

#user_billing_form_content .checkbox {
  margin-bottom: 5px;
}

#st_user-login .btn-group > .btn {
  margin-right: 8px;
}

#login-user .btn-group > .btn {
  margin-left: 8px;
}

.btn-social {
  padding: 0px;
  border: none;
  max-width: 34px;
  opacity: 0.8;
}

  .btn-social:hover {
    opacity: 1;
  }

.panel-body .glyphicon-pencil {
  font-size: 13px;
  top: -3px;
  display: inline-block;
}

#edit-profile .default-data {
  border-width: 2px;
  border-color: #E2E2E2;
  background: #F3F3F3;
}

#edit-profile .panel-default {
  margin-bottom: 11px;
}

#wait-confirm-remind, #wait-confirm, #create-account, #login-user, #user-panel, #edit-account, #create-first-user-data, #edit-profile, #logout-user, #create-password, #remind-password, #create-password, #confirm-send-password, #order-list, #order-show, #user-newsletter, #user-panel-newsletter, #newsletter-remove, #newsletter-add-to-list, #newsletter-confirm, #newsletter-unsubscribe, #newsletter-unsubscribe-confirm, #discount-info, .password-recovery-page, .not-found-page {
  background: #fff;
}

#order-summary .glyphicon:before {
  font-size: 16px;
  position: relative;
  top: 2px;
  left: -3px;
}

#order-summary b {
  padding-left: 5px;
}

#order-summary .list-group-item {
  border: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}

#order-summary table {
  margin-bottom: 10px;
}

  #order-summary table td {
    border: none;
    padding: 0;
    display: table-cell;
  }

    #order-summary table td:before {
      display: none;
    }

  #order-summary table .th-td-right {
    width: 48%;
  }

#order-summary .btn {
  margin: 0 5px 14px;
}

.panel .edit-btn {
  font-size: 0.8667rem;
}

.panel-body.data {
  font-style: italic;
}

.panel .list-group {
  clear: both;
}

.terms-text {
  text-align: right;
}

  .terms-text a {
    text-decoration: underline;
  }

    .terms-text a:hover {
      text-decoration: none;
    }

  .terms-text .modal {
    text-align: left;
    color: #333;
  }

.error_terms {
  color: red;
}

  .error_terms a {
    color: red;
  }

#table_confirm_terms {
  width: 100%;
  background: #f5f5f5;
  margin-bottom: 15px;
}

  #table_confirm_terms .checkbox-td {
    width: 33px;
    text-align: center;
    padding-left: 0;
  }

  #table_confirm_terms tr + tr td {
    border-top: 2px solid #fff;
  }

#order-confirm-summary td,
#order-confirm-summary th {
  padding: 5px;
}

#table_confirm_terms td,
#table_confirm_terms th {
  padding: 5px 10px;
}

#send_form > .bg-white {
  margin-bottom: 10px;
  background: #fff;
  border: 1px solid #e9e9e9;
}

#send_form > .panel-default.bottom {
  border-width: 2px;
  border-color: #dfdfdf;
}

#send_form > .bg-white td {
  padding: 10px;
}

#order-list .table b {
  font-weight: 300;
  color: #333 !important;
}

#order-list .table {
  border: 1px solid #ddd;
  overflow: visible;
}

#order-list tr {
  border-top: 1px solid #ddd;
}

#order-list td.numer a,
#order-list td.confirm .green,
#order-list td.confirm .red {
  padding-left: 22px;
  background-image: url("/images/backend/icons/edit.png");
  background-position: 0 1px;
  background-repeat: no-repeat;
}

#order-list td.confirm .green {
  background-image: url("/images/backend/beta/icons/16x16/tick.png");
}

#order-list td.confirm .red {
  background-image: url("/images/backend/icons/delete.png");
}

#order_form_delivery.open {
  margin-bottom: 0;
}

  #order_form_delivery.open .panel-body {
    padding-bottom: 0;
  }

  #order_form_delivery.open .panel-heading {
    float: none;
    margin: 0;
    background: #f5f5f5;
    padding: 4px 25px;
    color: #333;
  }

#order-submit-button .user-authenticated {
  padding-right: 5px;
}

#shopping-cart .title h1, #order-confirm .title h1, #order-summary .title h1 {
  padding: 0px 15px;
}

#shopping-cart .table {
  margin-top: 4px;
  overflow: visible;
  background-color: #fff;
  margin-bottom: 1em;
}

  #shopping-cart .table tr {
    border-bottom: none;
  }

  #shopping-cart .table th {
    border: none;
    font-size: 16px;
    padding-bottom: 3px;
    padding-top: 4px;
    font-family: 'Lora',serif;
  }

#shopping-cart .product-action .glyphicon, #shopping-cart .mobile-remove .glyphicon {
  font-size: 22px;
}

#shopping-cart .table th,
#shopping-cart .table td {
  padding-left: 10px;
  padding-right: 10px;
}

#shopping-cart .product-name {
  /*padding-right: 30px;*/
}

#shopping-cart .table td.product-quantity {
  min-width: 78px;
}

#shopping-cart .table td .btn-xs {
  border: none;
  padding: 0;
  background: none;
  padding: 0px 0 1px;
  margin-left: 9px;
  font-size: 15px;
}

  #shopping-cart .table td .btn-xs:hover {
    color: green;
  }

#shopping-cart .product-action {
  display: none;
}

#shopping-cart .table .mobile-remove {
  margin: 10px;
  padding: 0;
  position: absolute;
  right: 0;
  text-align: right;
}

#shopping-cart .product-image img {
  display: inline-block;
}

#shopping-cart table label {
  font-weight: 600;
}

#shopping-cart .product-action:before {
  opacity: 0;
}

#shopping-cart .product-image:before {
  display: none;
}

#shopping-cart .product-quantity input {
  width: 20%;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  display: inline-block;
  margin-left: 2px;
  padding: 0;
}

#basket-login-form {
  margin-top: 10px;
}

#checkout_attribute_2 {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  height: 39px;
}

#order-confirm .table {
  margin-top: 0;
  overflow: visible;
}

#shopping-cart .product-image {
  padding: 5px;
  float: left;
  padding-right: 10px;
  width: 27%;
  margin: 0;
}

/*#shopping-cart .product-name*/
#shopping-cart .product-code,
#shopping-cart .product-net,
#shopping-cart .product-tax,
#shopping-cart .product-gross,
#shopping-cart .product-quantity,
#shopping-cart .product-uom,
#shopping-cart .product-total {
  margin-left: 26%;
}

#shopping-cart .product-name {
  padding-top: 10px;
}

  #shopping-cart .product-name:before,
  #shopping-cart .product-name {
    vertical-align: top;
  }

    #shopping-cart .product-name a {
      display: inline;
    }

#shopping-cart .bottom-tab .btn {
  padding: 1px 5px 1px;
  margin-left: 5px;
}

#shopping-cart .bottom-tab td {
  padding: 3px 15px;
  margin: 0;
}

#shopping-cart .bottom-tab .glyphicon {
  font-size: 12px;
}

label {
  color: #0033a0;
}

#shopping-cart label {
  font-weight: 400;
}

#shopping-cart-summary .form-horizontal .form-group:nth-child(3) * {
  font-weight: 600;
}

#shopping-cart-summary p {
  padding: 0;
}

#shopping-cart-summary .form-group {
  margin-bottom: 0;
}

  #shopping-cart-summary .form-group label {
    white-space: nowrap;
  }

#shopping-cart .empty-basket img {
  margin-bottom: 10px;
  margin-top: 20px;
}

#shopping-cart .empty-basket .btn {
  margin-top: 14px;
  margin-bottom: 30px;
}

#payment .btn-default {
  border: none;
}

#payment .btn-primary {
  margin-top: 10px;
}

#payment-logo {
  margin-bottom: 10px;
}

#payment .btn-default:hover {
  background-color: #f5f5f5;
  color: #000;
}

#payment #payment-list label, #payment #payment-list-text label {
  text-decoration: none;
  text-transform: none;
}

#payment #payment-list-text label {
  width: 100%;
  text-align: left;
}

#payu-overlay {
  background: #fff;
  width: 0px;
  height: 0px;
  opacity: 0.95;
  z-index: 100000;
  position: absolute;
  display: none;
}

#webpage-show {
  padding-bottom: 20px;
}

#one-column-layout #webpage-show,
#one-column-layout #blog-show {
  min-height: 690px;
  background: none repeat scroll 0 0 rgba(255, 255, 255, 0.8);
  padding: 0 10px;
  margin-bottom: 10px;
}

.title h1, .title h2 {
  font-size: 24px;
}

footer .list-group h5 {
  font-size: 20px;
  margin: 0 0 20px 0;
}

  footer .list-group h5 a {
    color: #0033a0;
    font-family: 'Lora',serif;
  }

    footer .list-group h5 a:hover {
      color: #1f486b;
    }

#shopping-cart .img-responsive {
  max-height: 120px;
}

#main_text {
  padding: 10px 15px;
  margin-bottom: 10px;
}

.single-category h2 {
  font-size: 14px;
  color: #0033a0;
}

.single-category .caption {
  height: 80px;
  display: table;
}

  .single-category .caption h2 {
    display: table-cell;
    vertical-align: middle;
  }

#main_categories .thumbnail {
  margin-bottom: 0px;
}

  #main_categories .thumbnail h3 {
    margin-top: 5px;
    margin-bottom: 10px;
  }

#main_categories .subcategory {
  display: block;
}

#logo {
  position: static;
}

  #logo a {
    display: block;
    height: auto;
  }

  #logo img {
    max-width: 100%;
    max-height: 100%;
  }

#header {
  padding: 10px 0;
}

#logo_small {
  display: none;
}

.container {
  background-color: #fff;
}

#one-column-layout, #two-column-layout {
  padding-top: 0;
}

#vertical-categories > li + li {
  border-color: #eaeaea;
}

#vertical-categories .nav {
  font-size: 1rem;
  padding: 5px;
  margin-left:-20px;
}

  #vertical-categories .nav ul {
    margin-left: -16px;
  }

  #vertical-categories .nav .nav {
    padding-left: 20px;
    font-size: 0.8667rem;
  }

#vertical-categories li.parent .glyphicon {
  font-size: 14px;
}

.category .image a, .category h2 a, .category .list-unstyled {
  border-color: #eaeaea;
}

.breadcrumb .glyphicon {
  font-size: 12px;
}

div.star-rating {
  margin-top: 0;
  margin-bottom: 5px;
}

footer .navbar-default {
  background-color: #f8f8f8 !important;
  border-color: #e0e0e0;
  padding-bottom: 15px;
}

.footer-top {
  background: #f7f7f7;
  padding: 25px 0;
}

.footer-bottom {
  background: #E0E0E0;
}

#nav-menu {
  z-index: 2000;
  position: relative;
}

.footer-bottom .foot-content {
  text-align: center;
  font-size: 15px;
  width: 100%;
  padding: 50px 0;
}

  .footer-bottom .foot-content a {
    font-size: 15px;
    color: #0033a0;
    font-weight: 400;
  }

    .footer-bottom .foot-content a:hover {
      color: #1f486b;
    }

@media (max-width: 1200px) {
  #homepage-carousel .container {
    width: 100%;
  }
}

@media all and (min-width:768px) and (max-width:991px) {
  .navbar-header {
    float: none;
  }

  .navbar-toggle {
    display: block;
  }

  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }

    .navbar-collapse.collapse {
      display: none !important;
    }

  .navbar-nav {
    float: none !important;
  }

    .navbar-nav > li {
      float: none;
    }

      .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
      }
}

@media (max-width: 500px) {
  .category-page h1 {
    font-size: 1.6rem;
  }

  .product-list .thumbnail {
    margin-bottom: 0px;
  }

  #homepage-carousel {
    margin-bottom: 0;
  }

  .carousel-inner > .active {
    left: 0px;
  }

  #homepage-carousel .arrow-right, #homepage-carousel .arrow-left {
    display: none;
  }

  .swiper-pagination-switch {
    border-radius: 15px;
    height: 25px;
    margin: 0 5px;
    width: 25px;
  }

  .swiper-container {
    padding-bottom: 0px;
  }

  #product-accessories .product .caption .name,
  #product-recommend .product .caption .name,
  #discount-product-set-list .product .caption .name {
    font-size: 1rem;
  }

  #header {
    display: none;
  }

  #logo_small {
    display: block;
    position: absolute;
    width: 100%;
  }
}

@media (min-width: 768px) {
  footer .list-group > a {
    display: inline-block;
    margin-right: 15px;
    position: relative;
    color: #0033a0;
    font-weight: 400;
  }

  footer .list-group a::before {
    content: "â—";
    position: absolute;
    right: -15px;
    top: 0;
    color: #0033a0;
  }

  footer .list-group a:nth-last-child(1)::before {
    display: none;
  }

  footer .list-group > a:hover {
    color: #1f486b;
  }

  #accordion_footer .collapse, #accordion_footer .collapsing {
    display: block !important;
    height: auto !important;
  }

  footer .list-group h5 {
    font-size: 20px;
    margin: 0 0 20px 0;
  }

  #nav-menu {
    z-index: 2000;
    position: static;
  }

  .caption .name {
    font-size: 1rem;
  }

  .btn {
    font-size: 0.8rem;
  }

  #header-navbar {
    margin-bottom: 15px;
  }

  #main_categories .thumbnail {
    margin-bottom: 10px;
  }

  #shopping-cart .product-action {
    text-align: right;
  }

  .back-side-product {
    display: block;
  }

  #discount-product-set-list .thumbnail {
    margin-bottom: 10px;
    padding: 10px;
  }

  #discount-product-set-list .glyphicon-plus {
    left: 0px;
    top: 45%;
    margin-top: -9px;
  }

  .full-list .product-shopping-cart {
    margin-bottom: 3px;
  }

  #product-accessories .product,
  #product-recommend .product,
  #discount-product-set-list .product {
    margin-top: 0;
  }

  .caption .name {
    font-size: 1rem;
    margin-bottom: 7px;
  }

  .card .description, .card .description2 {
    border: none;
  }

  .card .description2 {
    padding-left: 15px;
  }

  #send_form {
    margin-top: 15px;
  }

  #order-confirm table .image {
    width: 66px;
  }

  #order-confirm table .th-td-right,
  #order-confirm table .th-td-center {
    width: 7%;
    white-space: nowrap;
  }

  #order-confirm .add-confirm-text {
    border: none;
    margin-bottom: 27px;
  }

    #order-confirm .add-confirm-text .panel-body {
      padding: 0;
    }

  #send_form > .panel-default.bottom {
    margin-bottom: 10px;
  }

  #send_form > .bg-white {
    border: none;
    padding: 0;
  }

    #send_form > .bg-white td {
      padding: 0 0 10px;
    }

  #shopping-cart .product-action {
    text-align: right;
  }

  #shopping-cart .title h1, #order-confirm .title h1, #order-summary .title h1 {
    padding: 0px;
  }

  #shopping-cart .product-image {
    width: 62px;
    float: none;
    padding-right: 10px;
  }

    #shopping-cart .product-image img {
      max-height: 50px;
    }

  .mobile-remove {
    display: none !important;
  }

  #shopping-cart .product-name {
    padding-top: 0;
    vertical-align: middle;
  }

    #shopping-cart .product-name a {
      width: auto;
      display: inline;
    }

  #shopping-cart .product-name, #shopping-cart .product-code, #shopping-cart .product-net, #shopping-cart .product-tax, #shopping-cart .product-gross, #shopping-cart .product-quantity, #shopping-cart .product-uom, #shopping-cart .product-total, #shopping-cart .product-action {
    margin: 0;
  }

  #shopping-cart .product-action {
    text-align: center;
    padding-top: 10px;
    display: table-cell;
  }

  #shopping-cart .table th:last-child,
  #shopping-cart .table td:last-child {
    border-right: none;
  }

  #shopping-cart .table td:nth-child(2) {
    border-left: none;
  }

  #shopping-cart-payment .panel-body .radio:first-child,
  #shopping-cart-payment .panel-body .radio:only-child {
    margin-top: 0;
  }

  #shopping-cart-payment .cost,
  #shopping-cart-delivery .cost {
    position: absolute;
    right: 0;
    top: 0;
  }

  #shopping-cart-payment .radio label,
  #shopping-cart-delivery .radio label {
    padding-right: 60px;
  }

  #shopping-cart-summary .form-horizontal p,
  #shopping-cart-summary .form-horizontal label {
    padding-top: 0;
    text-align: left;
  }

  #shopping-cart-summary .form-horizontal p {
    text-align: right;
    padding: 0;
  }

  #shopping-cart .product-quantity input {
    height: 25px;
    width: 35px;
  }

  #basket-back-button {
    margin-top: -46px;
    float: right;
  }

  #shopping-cart .img-responsive {
    max-height: 100%;
  }

  #shopping-cart .bottom-tab td {
    padding: 3px;
  }

  .panel-default, #shopping-cart .table {
    /*margin-bottom: 30px;*/
  }

  #left .panel-default {
    margin-bottom: 15px;
  }

  .panel-default:hover > .panel-heading {
    color: #1f486b;
  }

  #shopping-cart .panel-body {
    clear: both;
  }

  #shopping-cart .product-net,
  #shopping-cart .product-tax,
  #shopping-cart .product-gross,
  #shopping-cart .product-quantity,
  #shopping-cart .product-uom,
  #shopping-cart .product-total {
    width: 7%;
    text-align: right;
  }

  #shopping-cart .product-action {
    width: 4%;
  }

    #shopping-cart .product-action .glyphicon {
      font-size: 1rem;
    }

  #shopping-cart .table td .btn-xs {
    margin-left: 4px;
    font-size: 0.8rem;
  }

  #wait-confirm .panel, #wait-confirm-remind .panel, #create-account .panel,
  #create-first-user-data .panel, #edit-profile-form, #logout-user .panel,
  #create-password .panel, #remind-password .panel, #create-password .panel,
  #confirm-send-password .panel, #user-newsletter .panel, #user-panel-newsletter .panel,
  #newsletter-remove .panel, #newsletter-add-to-list .panel, #newsletter-confirm .panel,
  #newsletter-unsubscribe .panel, #newsletter-unsubscribe-confirm .panel,
  #order-summary .panel {
    max-width: 75%;
    margin-top: 40px;
  }

  #add-user-profile {
    max-width: 75%;
  }

  #login-user .panel {
    margin-top: 40px;
  }

  #wait-confirm-remind, #wait-confirm, #create-account, #login-user, #user-panel, #edit-account, #create-first-user-data, #edit-profile, #logout-user, #create-password, #remind-password, #create-password, #confirm-send-password, #order-list, #order-show, #user-newsletter, #user-panel-newsletter, #newsletter-remove, #newsletter-add-to-list, #newsletter-confirm, #newsletter-unsubscribe, #newsletter-unsubscribe-confirm, #discount-info, .password-recovery-page, .not-found-page {
    min-height: 690px;
    padding: 0 10px;
    margin-bottom: 10px;
    border: 1px solid #e9e9e9;
  }

  #shopping-cart, #order-confirm, #order-summary, #payment {
    /*min-height: 690px;*/
    background: #fff;
    margin-bottom: 10px;
  }

  .form-group {
    margin-bottom: 5px;
  }

  .checkbox {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .form-control {
    font-size: 1rem;
  }

  .user-panel-icon {
    padding: 23px 12px 22px;
  }

    .user-panel-icon .glyphicon {
      font-size: 35px;
      margin-bottom: 13px;
    }

  #payment .panel {
    max-width: 50%;
    margin-top: 40px;
  }

  #payment #payment-list, #payment #payment-list-text {
    max-width: 90%;
  }

  .title h1, .title h2 {
    font-size: 22px;
  }

  .card .description_right {
    margin-top: 20px;
  }

  .card .tinymce_html h1, .card .tinymce_html h2, .card .tinymce_html h3, .card .tinymce_html h4, .card .tinymce_html h5 {
    margin-top: 0px;
  }

  .category-list {
    margin-left: -5px;
    margin-right: -5px;
  }

  .category {
    margin-bottom: 10px;
    margin-left: 5px;
    margin-right: 5px;
  }

  header .navbar-nav > li.home-icon a {
    font-size: 21px;
    padding: 12px 19px;
  }
}

@media (min-width: 992px) {
  .description-list .info-right {
    margin-top: 12%;
    text-align: center;
  }

  .description-list .product-shopping-cart {
    margin-top: 10px;
  }

  .description-list .discount-old_price, .description-list .major_price, .description-list .minor_price, .description-list .basket, .description-list .price {
    display: block;
  }

  #one-column-layout .card .panel-body, #one-column-layout #webpage-show, #one-column-layout #blog-show {
    padding: 15px 30px;
  }

  .gallery li:first-child {
    display: inline-block;
  }

  #wait-confirm .panel, #wait-confirm-remind .panel, #create-account .panel,
  #create-first-user-data .panel, #edit-profile-form, #logout-user .panel,
  #create-password .panel, #remind-password .panel, #create-new-password .panel,
  #confirm-send-password .panel, #add-user-profile, #user-newsletter .panel,
  #user-panel-newsletter .panel, #newsletter-remove .panel, #newsletter-add-to-list .panel,
  #newsletter-confirm .panel, #newsletter-unsubscribe .panel, #newsletter-unsubscribe-confirm .panel,
  #order-summary .panel {
    max-width: 50%;
  }

    #order-form .panel-body, #login-user .panel-body,
    #order_form_billing .panel-body, #order_form_delivery .panel-body,
    #create-account .panel-body, #create-first-user-data .panel-body,
    #edit-profile-form .panel-body, #newsletter-unsubscribe .panel-body {
      padding-left: 50px;
      padding-right: 50px;
    }

  .wishes-description {
    margin-top: 60px;
  }

  #nav-menu > .navbar-nav > li > a {
    color: #fff;
  }

  #nav-menu .navbar-nav > li > a:hover,
  #nav-menu .navbar-nav > li.active > a {
    background-color: #1f486b;
    color: #fff;
  }

  #nav-menu .navbar-nav > li.dropdown > a:hover,
  #nav-menu .navbar-nav > li.open > a {
    background-color: #fff;
    color: #DC1912;
  }

  #nav-menu {
    background: none repeat scroll 0 0 #3B3B3B;
  }
}

@media (min-width: 1200px) {
  #one-column-layout .card .panel-body, #one-column-layout #webpage-show, #one-column-layout #blog-show {
    padding: 15px 130px;
  }

  #order-form .panel-body, #login-user .panel-body,
  #order_form_billing .panel-body, #order_form_delivery .panel-body,
  #create-account .panel-body, #create-first-user-data .panel-body,
  #edit-profile-form .panel-body, #newsletter-unsubscribe .panel-body {
    padding-left: 80px;
    padding-right: 80px;
  }

  #basket-login-form {
    width: 70%;
  }

  .user-panel-icon {
    padding: 25px 12px 28px;
  }

    .user-panel-icon .glyphicon {
      font-size: 41px;
      margin-bottom: 21px;
    }

  .caption .name {
    font-size: 1.2rem;
  }

  .btn {
    font-size: 0.9333rem;
  }
}

#theme-editor {
  z-index: 100000;
}

  #theme-editor .checkbox {
    padding: 5px 5px;
  }

  #theme-editor .editor-config {
    line-height: 0px;
    padding-top: 14px;
    padding-bottom: 14px;
  }

    #theme-editor .editor-config .glyphicon {
      font-size: 22px;
    }

  #theme-editor.editor-autohide {
    padding-bottom: 10px;
  }

    #theme-editor.editor-autohide .navbar {
      display: none;
    }

    #theme-editor.editor-autohide:hover .navbar {
      display: block;
    }

.group {
  *zoom: 1;
}

  .group:before, .group:after {
    display: table;
    content: "";
    line-height: 0;
  }

  .group:after {
    clear: both;
  }
/*/*/ /**/

@font-face {
  font-family: 'Slide-icons';
  src: url('/web/css/frontend/theme/fonts/Slide-icons.eot');
}

@font-face {
  font-family: 'Slide-icons';
  src: url(data:application/font-woff;charset=utf-8;base64,d09GRk9UVE8AAAWcAAsAAAAACSgAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAABCAAAAm4AAAQxqzjSYEZGVE0AAAN4AAAAGgAAABxmWaSOR0RFRgAAA5QAAAAdAAAAIAAzAARPUy8yAAADtAAAAEsAAABgL/bcQGNtYXAAAAQAAAAAPQAAAVLgL/LNaGVhZAAABEAAAAAuAAAANv3vdhloaGVhAAAEcAAAAB4AAAAkBBD/5GhtdHgAAASQAAAAEgAAABIFOwBxbWF4cAAABKQAAAAGAAAABgAGUABuYW1lAAAErAAAAOEAAAGw7pftcnBvc3QAAAWQAAAADAAAACAAAwAAeJx9VE1oE1EQnpfsJutmSWNMQoUoWxB/qmIKnkKJWKvXQlOwhx5E7SEo9WCEHNKAJqVbn8RLzvEgKEUPCgoiIi3YHkWw2mO9CBb8O1SzurXjvLfrJiqEhXkzwzffm/nee8tAUYAxZuQvFs5PHi6cuzR1GVgAGORsM2D3Be1ehRtBbii7ddiZjyPnvmOE+QW7YRfVNNzpSQPE0vBwexqMtNIbh7Dg0KAHUrAL9sARyF6ZKpzKZDK0nMwMHHeXIXc54S7DHU109gPAZpnF5th1xiEkiANgsFpgNDATPB3ldlHZbNiNcBTZ/JNRZBPFZ0nE6mw/GT6MUC6tiPCgihA6Vkb8sXCNI35bGxRuTcYa4vqZIWlUP1sVoCx3Yyqd1gTNIUH4RhJ6rILAxw9yN/bwghVSt56rLoCyFY6gmy8kwENJwjYrlItPVauOuDWyhqDEzlKFIuvIIrAHfTJbr2uSWpgFOVvFHVDQc5dftK751P3CeyuNp8Uf/DL3tal5rFKLuiX2MxGdL00azJHKOWLcrZF3MmtZWhThNRWwx62XSYTF/d8Rc6sR2iFyNYS4MWNSzaeJA+RWfkqjCYBO5tV71bIkjTssUVe5bykrhrXqWqnZ1m9a6rfk61emfu+Px8iIA8zf/SrDNr4s8csd+Gbzn+mXOtWK3rPHkqbeGkuZuvNIGudo9wRdvDkald0Yj9HFy89vtvsgjw7/Pxm9Kf+SEfGj86HU/frlVn6RwgP7CLVRTZDCFZt6j99edcWGSPmz5h4BLO5d73bIzVL7OdTkc8j6O5MIdiPBkzcNnZ7zDvF/2OYkWvSFI78BSE0QpgAAeJxjYGBgZACCk535hiD6XIbUOhgNAD+3BfAAAHicY2BkYGDgA2IJBhBgYmAEQlYgZgHzGAAEgQA4AAAAeJxjYGZiYJzAwMrAwejDmMbAwOAOpb8ySDK0MDAwMbAyM8CBAILJEJDmmsLg8EDqAwPjg/8PGPQYHzAoNDAwMMIVKAAhIwATaAw5AHicY2BgYGaAYBkGRgYQ8AHyGMF8FgYDIM0BhEwgiQeyHxj+/wezpCAs+RcCjFBdYMDIxoDMHZEAAP1aCcoAAAB4nGNgZGBgAGLNvbqy8fw2Xxm4mRhA4FyG1DoE/f8BEwPjAyCXgwEsDQAB0gmnAAB4nGNgZGBgfPD/AYMeEwMDwz8GIAkUQQHMAG3nA/YAAAIAAAAAAAAAAgAAUQClACAAlgAAAABQAAAGAAB4nI2PMW7CQBBFn8FGIkQpo5RbIFHZsjciEhyAMg0SFwALrYS8kuEMOQLH4BgcgGPkAKnz7UxBkYKVVvPmz5/ZWeCZMwndSZjwZjwgozQeMuPLOJXnapyJv41HTJIXOZN0LOW17+p4wBNT4yGffBin8lyMM/HNeCT+Yc2BwI6aXHFLpOEI60PY1XnYxkbJnW7Kqs9PfWzZq9vhKfQPx1L3/6l/Nc9c6kLXy1/xrnGxOa1iu6+dL0q3dHevK/PzfJH7spLxkW03qrZSQ191eqHbi03dHkNsXFWUD835BcvqQqwAAAB4nGNgZsALAAB9AAQ=) format('woff'), url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAANAIAAAwBQRkZUTWZZpI4AAAboAAAAHEdERUYANQAGAAAGyAAAACBPUy8yL9TcHwAAAVgAAABWY21hcOAx89QAAAHMAAABUmdhc3D//wADAAAGwAAAAAhnbHlmlq1ZxgAAAzQAAAGAaGVhZP3vdhkAAADcAAAANmhoZWEEEP/mAAABFAAAACRobXR4BeoAcQAAAbAAAAAabG9jYQEyAOAAAAMgAAAAEm1heHAAUwAnAAABOAAAACBuYW1l7pftcgAABLQAAAGwcG9zdCBfgkMAAAZkAAAAWgABAAAAAQAAZVgBDF8PPPUACwIAAAAAAM5oGq4AAAAAzmgargAA/+ACAAHgAAAACAACAAAAAAAAAAEAAAHg/+AALgIAAAD+AAIAAAEAAAAAAAAAAAAAAAAAAAAFAAEAAAAIACQACQAAAAAAAgAAAAEAAQAAAEAAAAAAAAAAAQIAAZAABQAIAUwBZgAAAEcBTAFmAAAA9QAZAIQAAAIABQMAAAAAAAAAAAAAEAAAAAAAAAAAAAAAUGZFZABA4BrwAAHg/+AALgHgACCAAAABAAAAAAAAAgAAAAAAAAAAqgAAAAAAAAIAAFEAqgAgAJYAAAAAAAMAAAADAAAAHAABAAAAAABMAAMAAQAAABwABAAwAAAACAAIAAIAAAAA4B3wAP//AAAAAOAa8AD//wAAH+oQAwABAAAAAAAAAAAAAAEGAAABAAAAAAAAAAECAAAAAgAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAEIAZACeAMAAAAABAAD/4AIAAeAAAgAAEQEhAgD+AAHg/gAAAAAAAQBRADYBrwGKAB0AAAE2NC8BJg8BJyYPAQYUHwEHBh8BFj8BFxY/ATYvAQGqBAQXCwx8fAwLFwQEfX0LCxcLDHx8DAsXCwt9AVwFDQUXCwt9fQsLFwUNBXx8DAsXCwt9fQsLFwsMfAABAKoABQGeAbYAEQAAEyYPAQYfAQcGHwEWMj8BNjQn1AwLEwsLrKwLCxMFDQXBCAgBtgsLEwsMrKwMCxMFBcEJGAkAAAkAIAAAAeABwAADAAcACwAPABMAFwAbAB8AIwAAEzMVIyUzFSMnMxUjBzMVIyUzFSMnMxUjBzMVIyUzFSMnMxUjIICAAUCAgKCAgKCAgAFAgICggICggIABQICAoICAAcCAgICAgCCAgICAgCCAgICAgAAAAQCWAAoBjwG2ABEAAAE2LwEmDwEGFB8BFj8BNjQvAQGKCwsTDAvBCQnBCwsUBAStAYwMCxMLC8EJGAnBCwsTBQ0FrAAAAAwAlgABAAAAAAABAAsAGAABAAAAAAACAAUAMAABAAAAAAADACcAhgABAAAAAAAEAAsAxgABAAAAAAAFAAsA6gABAAAAAAAGAAsBDgADAAEECQABABYAAAADAAEECQACAAoAJAADAAEECQADAE4ANgADAAEECQAEABYArgADAAEECQAFABYA0gADAAEECQAGABYA9gBTAGwAaQBkAGUALQBpAGMAbwBuAHMAAFNsaWRlLWljb25zAABpAGMAbwBuAHMAAGljb25zAABGAG8AbgB0AEYAbwByAGcAZQAgADIALgAwACAAOgAgAFMAbABpAGQAZQAtAGkAYwBvAG4AcwAgADoAIAAyADUALQA5AC0AMgAwADEAMwAARm9udEZvcmdlIDIuMCA6IFNsaWRlLWljb25zIDogMjUtOS0yMDEzAABTAGwAaQBkAGUALQBpAGMAbwBuAHMAAFNsaWRlLWljb25zAABWAGUAcgBzAGkAbwBuACAAMQAuADAAAFZlcnNpb24gMS4wAABTAGwAaQBkAGUALQBpAGMAbwBuAHMAAFNsaWRlLWljb25zAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAABAAIBAgEDAQQBBQEGB3VuaUYwMDAHdW5pRTAxQQd1bmlFMDFCB3VuaUUwMUMHdW5pRTAxRAAAAAAAAf//AAIAAQAAAA4AAAAYAAAAAAACAAEAAwAHAAEABAAAAAIAAAAAAAEAAAAAyYlvMQAAAADOaBquAAAAAM5oGq4=) format('truetype');
  font-weight: normal;
  font-style: normal;
}

[data-icon]:before {
  font-family: 'Slide-icons';
  content: attr(data-icon);
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.lightGallery {
  overflow: hidden !important;
}

#lightGallery-Gallery img {
  border: none !important;
}

#lightGallery-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999 !important;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  opacity: 1;
  -webkit-transition: opacity 0.35s ease;
  -moz-transition: opacity 0.35s ease;
  -o-transition: opacity 0.35s ease;
  -ms-transition: opacity 0.35s ease;
  transition: opacity 0.35s ease;
  background: #fff;
}

#lightGallery-Gallery.opacity {
  opacity: 1;
  transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -webkit-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  -ms-transition: all 1s ease 0s;
}

  #lightGallery-Gallery.opacity .thumb_cont {
    opacity: 1;
  }

#lightGallery-Gallery.fadeM {
  opacity: 0;
  transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
}

#lightGallery-Gallery {
  height: 100%;
  opacity: 0;
  width: 100%;
  position: relative;
  transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -webkit-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  -ms-transition: all 1s ease 0s;
}

#lightGallery-slider {
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  position: absolute;
  white-space: nowrap;
}

  #lightGallery-slider .lightGallery-slide {
    background: url(/web/css/frontend/theme/img/loading.gif) no-repeat scroll center center transparent;
    display: inline-block;
    height: 100%;
    line-height: 1px;
    text-align: center;
    width: 100%;
  }

  #lightGallery-slider.slide .lightGallery-slide {
    position: absolute;
    opacity: 0.4;
  }

  #lightGallery-slider.fadeM .lightGallery-slide {
    position: absolute;
    left: 0;
    opacity: 0;
  }

  #lightGallery-slider.animate .lightGallery-slide {
    position: absolute;
    left: 0;
  }

  #lightGallery-slider.fadeM .current {
    opacity: 1;
    z-index: 9;
  }

#lightGallery-Gallery.opacity .lightGallery-slide.current img, #lightGallery-Gallery.opacity .lightGallery-slide.current iframe {
  transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -o-transform: scale(1, 1);
}

.lightGallery-slide.current img, .lightGallery-slide.current iframe {
  transform: scale(0.5, 0.5);
  -moz-transform: scale(0.5, 0.5);
  -ms-transform: scale(0.5, 0.5);
  -webkit-transform: scale(0.5, 0.5);
  -o-transform: scale(0.5, 0.5);
  transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -webkit-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  -ms-transition: all 1s ease 0s;
}

#lightGallery-Gallery.fadeM .lightGallery-slide.current img, #lightGallery-Gallery.fadeM .lightGallery-slide.current iframe {
  transform: scale(0.5, 0.5);
  -moz-transform: scale(0.5, 0.5);
  -ms-transform: scale(0.5, 0.5);
  -webkit-transform: scale(0.5, 0.5);
  -o-transform: scale(0.5, 0.5);
}

#lightGallery-slider.fadeM.on .current {
  opacity: 1;
  transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
}

#lightGallery-slider.fadeM .lightGallery-slide {
  transition: opacity 0.4s ease 0s;
  -moz-transition: opacity 0.4s ease 0s;
  -webkit-transition: opacity 0.4s ease 0s;
  -o-transition: opacity 0.4s ease 0s;
  -ms-transition: opacity 0.4s ease 0s;
}

#lightGallery-slider.slide .lightGallery-slide {
  transform: translate3d(100%, 0px, 0px);
  -moz-transform: translate3d(100%, 0px, 0px);
  -ms-transform: translate3d(100%, 0px, 0px);
  -webkit-transform: translate3d(100%, 0px, 0px);
  -o-transform: translate3d(100%, 0px, 0px);
}

#lightGallery-slider.slide.on .lightGallery-slide {
  opacity: 0;
}

#lightGallery-slider.slide .lightGallery-slide.current {
  opacity: 1 !important;
  transform: translate3d(0px, 0px, 0px) !important;
  -moz-transform: translate3d(0px, 0px, 0px) !important;
  -ms-transform: translate3d(0px, 0px, 0px) !important;
  -webkit-transform: translate3d(0px, 0px, 0px) !important;
  -o-transform: translate3d(0px, 0px, 0px) !important;
}

#lightGallery-slider.slide .lightGallery-slide.prevSlide {
  opacity: 0;
  transform: translate3d(-100%, 0px, 0px);
  -moz-transform: translate3d(-100%, 0px, 0px);
  -ms-transform: translate3d(-100%, 0px, 0px);
  -webkit-transform: translate3d(-100%, 0px, 0px);
  -o-transform: translate3d(-100%, 0px, 0px);
}

#lightGallery-slider.slide .lightGallery-slide.nextSlide {
  opacity: 0;
  transform: translate3d(100%, 0px, 0px);
  -moz-transform: translate3d(100%, 0px, 0px);
  -ms-transform: translate3d(100%, 0px, 0px);
  -webkit-transform: translate3d(100%, 0px, 0px);
  -o-transform: translate3d(100%, 0px, 0px);
}

#lightGallery-slider.slide.on .lightGallery-slide, #lightGallery-slider.slide.on .current, #lightGallery-slider.slide.on .prevSlide, #lightGallery-slider.slide.on .nextSlide {
  transition: all 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: all 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  -webkit-transition: all 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: all 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  -ms-transition: all 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}

#lightGallery-slider.speed .lightGallery-slide, #lightGallery-slider.speed .current, #lightGallery-slider.speed .prevSlide, #lightGallery-slider.speed .nextSlide {
  transition-duration: inherit !important;
  -moz-transition-duration: inherit !important;
  -webkit-transition-duration: inherit !important;
  -o-transition-duration: inherit !important;
  -ms-transition-duration: inherit !important;
}

#lightGallery-slider.timing .lightGallery-slide, #lightGallery-slider.timing .current, #lightGallery-slider.timing .prevSlide, #lightGallery-slider.timing .nextSlide {
  transition-timing-function: inherit !important;
  -moz-transition-timing-function: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  -o-transition-timing-function: inherit !important;
  -ms-transition-timing-function: inherit !important;
}

#lightGallery-slider .lightGallery-slide:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}

#lightGallery-slider .lightGallery-slide img {
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
  cursor: -moz-grabbing;
  cursor: grab;
  cursor: -webkit-grab;
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  vertical-align: middle;
}

#lightGallery-action {
  bottom: 20px;
  position: absolute;
  left: 50%;
  margin-left: -55px;
  z-index: 9;
  -webkit-backface-visibility: hidden;
}

  #lightGallery-action a {
    margin: 0 3px 0 0 !important;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    position: relative;
    top: auto;
    left: auto;
    bottom: auto;
    right: auto;
    display: inline-block !important;
    display: inline-block;
    vertical-align: middle;
    *display: inline;
    *zoom: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.65);
    font-size: 16px;
    width: 28px;
    height: 28px;
    font-family: 'Slide-icons';
    color: #FFF;
    cursor: pointer;
  }

    #lightGallery-action a.disabled {
      opacity: 0.6;
      filter: alpha(opacity=60);
      cursor: default;
      background-color: #000;
      background-color: rgba(0, 0, 0, 0.65) !important;
    }

    #lightGallery-action a:hover, #lightGallery-action a:focus {
      background-color: #000;
      background-color: rgba(0, 0, 0, 0.85);
    }

    #lightGallery-action a#lightGallery-prev:before, #lightGallery-action a#lightGallery-next:after {
      left: 5px;
      bottom: 3px;
      position: absolute;
    }

    #lightGallery-action a#lightGallery-prev:before {
      content: "\e01d";
    }

    #lightGallery-action a#lightGallery-next:after {
      content: "\e01b";
    }

    #lightGallery-action a.cLthumb:after {
      font-family: 'Slide-icons';
      content: "\e01c";
      left: 6px;
      bottom: 4px;
      font-size: 16px;
      position: absolute;
    }

#lightGallery_counter {
  bottom: 52px;
  text-align: center;
  width: 100%;
  position: absolute;
  z-index: 9;
  color: #FFF;
}

#lightGallery-Gallery .thumb_cont {
  position: absolute;
  bottom: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #000;
  -webkit-transition: max-height 0.4s ease-in-out;
  -moz-transition: max-height 0.4s ease-in-out;
  -o-transition: max-height 0.4s ease-in-out;
  -ms-transition: max-height 0.4s ease-in-out;
  transition: max-height 0.4s ease-in-out;
  z-index: 9;
  max-height: 0;
  opacity: 0;
}

  #lightGallery-Gallery .thumb_cont.open {
    max-height: 350px;
  }

  #lightGallery-Gallery .thumb_cont .thumb_inner {
    margin-left: -12px;
    padding: 12px;
    max-height: 290px;
    overflow-y: auto;
  }

  #lightGallery-Gallery .thumb_cont .thumb_info {
    background-color: #333;
    padding: 7px 20px;
  }

    #lightGallery-Gallery .thumb_cont .thumb_info .count {
      color: #fff;
      font-weight: bold;
      font-size: 12px;
    }

    #lightGallery-Gallery .thumb_cont .thumb_info .close {
      color: #FFF;
      display: block;
      float: right !important;
      width: 28px;
      position: relative;
      height: 28px;
      border-radius: 2px;
      margin-top: -3px;
      background-color: #000;
      right: -15px;
      z-index: 1090;
      cursor: pointer;
      opacity: 0.4;
    }

      #lightGallery-Gallery .thumb_cont .thumb_info .close i:after {
        left: 6px;
        position: absolute;
        top: 6px;
      }

      #lightGallery-Gallery .thumb_cont .thumb_info .close i:after, #lightGallery-close:after {
        content: "\e01a";
        font-family: 'Slide-icons';
        font-style: normal;
        font-size: 16px;
      }

      #lightGallery-Gallery .thumb_cont .thumb_info .close:hover {
        text-decoration: none;
        opacity: 0.6;
      }

  #lightGallery-Gallery .thumb_cont .thumb {
    display: inline-block !important;
    vertical-align: middle;
    text-align: center;
    *display: inline;
    *zoom: 1;
    margin-bottom: 4px;
    margin-left: 4px;
    height: 50px;
    width: 50px;
    opacity: 0.6;
    filter: alpha(opacity=60);
    overflow: hidden;
    border-radius: 3px;
    border: 3px solid transparent;
    cursor: pointer;
    -webkit-transition: border-color linear .2s, opacity linear .2s;
    -moz-transition: border-color linear .2s, opacity linear .2s;
    -o-transition: border-color linear .2s, opacity linear .2s;
    -ms-transition: border-color linear .2s, opacity linear .2s;
    transition: border-color linear .2s, opacity linear .2s;
  }

@media (min-width: 800px) {
  #lightGallery-Gallery .thumb_cont .thumb {
    width: 94px;
    height: 94px;
  }
}

#lightGallery-Gallery .thumb_cont .thumb > img {
  height: auto;
  max-width: 100%;
}

#lightGallery-Gallery .thumb_cont .thumb.active, #lightGallery-Gallery .thumb_cont .thumb:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  border-color: #fff;
}

#lightGallery-slider .video_cont {
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  vertical-align: middle;
}

#lightGallery-slider .video_cont {
  background: none;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

#lightGallery-slider .video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}

  #lightGallery-slider .video iframe {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
  }

#lightGallery-slider .info {
  background-color: #000;
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.55);
  color: #FFF;
  padding: 10px 50px;
  position: absolute;
  top: 0;
  width: 100%;
}

  #lightGallery-slider .info span {
    display: block;
    line-height: 1;
  }

    #lightGallery-slider .info span:last-child {
      margin-top: 6px;
    }

  #lightGallery-slider .info .title {
    font-size: 16px;
    font-weight: bold;
  }

  #lightGallery-slider .info .desc {
    color: #DDD;
    font-size: 12px;
  }

#lightGallery-close {
  color: #FFF;
  height: 30px;
  position: absolute;
  right: 6px;
  top: 6px;
  width: 30px;
  z-index: 1090;
  cursor: pointer;
  background-color: #000;
  border-radius: 2px;
  background-color: #000;
  opacity: 0.4;
}

  #lightGallery-close:after {
    position: absolute;
    right: 6px;
    top: 7px;
  }

  #lightGallery-close:hover {
    text-decoration: none;
    opacity: 0.6;
  }

.form-control-static {
  min-height: 0;
}

.product-price {
  margin-bottom: 10px;
}

.view-product {
  position: relative;
}

.product-essential {
  margin-bottom: 40px;
}

.view-product img {
  border: 1px solid #F7F7F0;
  height: 380px;
  width: 100%;
  padding: 25px 90px;
}

#similar-product {
  margin-top: 40px;
}

.item-control {
  position: absolute;
  top: 35%;
}

.view-product {
  position: relative;
}

  .view-product img {
    border: 1px solid #F7F7F0;
    height: 380px;
    width: 100%;
    padding: 25px 90px;
  }

  .view-product h3 {
    bottom: 0;
    color: #FFFFFF;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 0;
    padding: 8px 20px;
    position: absolute;
    right: 0;
  }

#similar-product .carousel-inner .item {
  padding-left: 0px;
}

  #similar-product .carousel-inner .item img {
    display: inline-block;
    margin-left: 15px;
  }

.item-control {
  position: absolute;
  top: 35%;
}

  .item-control i {
    color: #FFFFFF;
    background-color: #0033a0;
    font-size: 20px;
    padding: 5px 10px;
  }

    .item-control i:hover {
      background: #ccccc6;
    }

.right {
  right: 0;
}

.bar-notification {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  padding: 15px 25px 15px 10px;
  line-height: 16px;
  color: #fff;
  opacity: 0.95;
}

  .bar-notification.success {
    background-color: #0033a0;
  }

  .bar-notification.error {
    background-color: #e4444c;
  }

  .bar-notification .content {
    margin: 0 10px 0 0;
    text-align: center;
  }

    .bar-notification .content a {
      color: #fff;
      text-decoration: underline;
    }

  .bar-notification .close {
    position: absolute;
    top: 0;
    right: 0;
    width: 32px;
    height: 32px;
    margin: 7px;
    background: #fff url('../images/close.png') center no-repeat;
    cursor: pointer;
  }

.count {
  margin-bottom: 15px;
}

.form-group span {
  color: #a94442;
  font-weight: 700;
}

.write-review .review-rating li.first {
  color: #e4444c;
}

.write-review .review-rating li.rating-options {
  padding-top: 2px;
}

  .write-review .review-rating li.rating-options input {
    vertical-align: baseline;
  }

.write-review .review-rating li.last {
  color: #4cb17c;
}

.table-striped thead > tr > th,
.table-striped tbody > tr > td {
  text-align: center;
}

.item-grid .picture {
  z-index: 1;
  background-color: #fff;
  margin: 0 0 20px;
}

.item-grid .title {
  z-index: 1;
  overflow: hidden;
  background-color: #fff;
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
  text-align: left;
  font-family: 'Lora',serif;
  margin: 5px 0;
  /*height: 55px;*/
}

/*.search-box form {
	display: inline-block;
}
.search-box form:after {
	content: "";
	display: block;
	clear: both;
}
.search-box input.search-box-text {
	float: left;
	width: 200px;
	height: 36px;
	margin: 0 -1px 0 0;
}*/

.ui-helper-hidden-accessible {
  display: none !important;
}

.ui-autocomplete {
  width: 285px !important;
  border: 1px solid #ddd;
  border-top: none;
  overflow: hidden;
  background-color: #fff;
  text-align: left;
  /*override jQuery UI styles, do not delete doubled properties*/
  border-radius: 0;
  padding: 0;
  font: normal 14px Arial, Helvetica, sans-serif;
}

  .ui-autocomplete li {
    border-top: 1px solid #ddd;
  }

    .ui-autocomplete li:first-child {
      border-top: none;
    }

  .ui-autocomplete a {
    display: block;
    padding: 15px;
    font-size: 14px;
    /*override jQuery UI styles, do not delete doubled properties*/
    margin: 0 !important;
    border: none !important;
    border-radius: 0 !important;
    background: none !important;
    padding: 15px !important;
    line-height: normal !important;
    color: #777 !important;
  }

    .ui-autocomplete a:hover,
    .ui-autocomplete a.ui-state-focus {
      background-color: #f6f6f6 !important;
    }

  .ui-autocomplete img {
    display: none;
    min-width: 20px;
    margin: 0 10px 0 0;
    vertical-align: middle;
  }

.eu-cookie-bar-notification {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 1050;
  width: 320px;
  /*height: 180px;*/
  margin: -90px 0 0 -160px;
  border: 1px solid #ccc;
  box-shadow: 0 0 2px rgba(0,0,0,0.15);
  background-color: #fff;
  padding: 20px;
  text-align: center;
}

  .eu-cookie-bar-notification .text {
    margin-bottom: 20px;
    line-height: 20px;
  }

  .eu-cookie-bar-notification button {
    min-width: 60px;
    margin: 5px 0 10px;
    border: none;
    background-color: #0033a0;
    padding: 8px 12px;
    font-size: 14px;
    color: #fff;
  }

    .eu-cookie-bar-notification button:hover {
      background-color: #1f486b;
    }

  .eu-cookie-bar-notification a {
    display: block;
    color: #0033a0;
  }

    .eu-cookie-bar-notification a:hover {
      text-decoration: underline;
    }

.product-selectors {
  /*margin-top: 15px;*/
}

.cart-footer .totals {
  max-width: 100%;
  margin: 0 auto;
  /*background-color: #f9f9f9;*/
  padding: 10px;
  color: #444;
}

/*.cart-footer .total-info {
  border-bottom: 1px solid #ddd;
}*/

.cart-total td:first-child {
  text-align: left;
  width: 80%;
}

.cart-total td {
  width: 20%;
  padding: 5px 0;
  text-align: right;
}

.ui-dialog {
  max-width: 90%;
  border: 1px solid #ddd;
  box-shadow: 0 0 2px rgba(0,0,0,0.15);
  overflow: hidden;
  background-color: #fff;
  /*override jQuery UI styles, do not delete doubled properties*/
  border-radius: 0;
  padding: 0;
  font: normal 14px Arial, Helvetica, sans-serif;
}

  .ui-dialog:before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
  }

.ui-dialog-titlebar {
  border-bottom: 1px solid #ddd;
  overflow: hidden;
  background-color: #eee;
  padding: 10px 15px;
  /*override jQuery UI styles, do not delete doubled properties*/
  border-width: 0 0 1px;
  border-radius: 0;
  background-image: none;
  padding: 10px 15px !important;
  font-weight: normal;
  cursor: auto !important;
}

  .ui-dialog-titlebar > span {
    float: left;
    font-size: 18px;
    color: #444;
    /*override jQuery UI styles, do not delete doubled properties*/
    margin: 0 !important;
  }

  .ui-dialog-titlebar button {
    position: absolute;
    top: 0;
    right: 0;
    width: 42px;
    height: 42px;
    border: none;
    overflow: hidden;
    background: url('../images/close.png') center no-repeat;
    font-size: 0;
    /*override jQuery UI styles, do not delete doubled properties*/
    top: 0 !important;
    right: 0 !important;
    width: 42px !important;
    height: 42px !important;
    margin: 0 !important;
    border: none !important;
    border-radius: 0;
    background: url('../images/close.png') center no-repeat !important;
    padding: 0 !important;
  }

    .ui-dialog-titlebar button span {
      display: none !important;
    }

.ui-dialog-content {
  height: auto !important;
  padding: 15px;
  line-height: 20px;
  /*override jQuery UI styles, do not delete doubled properties*/
  background-color: #fff !important;
  padding: 15px 15px 20px 15px !important;
  color: #777;
}

  .ui-dialog-content .page {
    min-height: 0;
    overflow-y: auto;
    max-height: 200px;
  }

  .ui-dialog-content .page-title {
    min-height: 0;
    margin: 0 0 15px;
    padding: 0px 10px 10px 10px;
    text-align: center;
  }

    .ui-dialog-content .page-title h1 {
      font-size: 24px;
      line-height: 30px;
    }

  .ui-dialog-content .back-in-stock-subscription-page {
    text-align: center;
  }

    .ui-dialog-content .back-in-stock-subscription-page .tooltip {
      margin-bottom: 10px;
    }

    .ui-dialog-content .back-in-stock-subscription-page .button-1 {
      border: none;
      background-color: #0033a0;
      padding: 10px 15px;
      font-size: 15px;
      color: #fff;
      text-transform: uppercase;
    }

      .ui-dialog-content .back-in-stock-subscription-page .button-1:hover {
        background-color: #0033a0;
      }

.opc .step-title {
  margin: 0 0 1px;
  overflow: hidden;
}

.opc .allow .step-title {
  background-color: #0033a0;
  cursor: pointer;
}

.opc .step-title .number,
.opc .step-title .title {
  float: left;
  min-height: 40px;
  padding: 10px 15px;
  line-height: 20px;
  font-size: 16px;
  font-weight: normal;
  margin: 0;
}

.opc .allow .step-title .number,
.opc .allow .step-title .title {
  color: #fff;
  cursor: pointer;
}

.opc .step-title .number {
  width: 42px;
  background-color: #1f486b;
  text-align: center;
  color: #fff;
}

.opc .allow .step-title .number {
  background-color: #1f486b;
}

.opc .step {
  margin: 10px 0;
  /*padding: 30px 15px;*/
}

.opc .section {
  margin: 0 0 30px;
}

  .opc .section > label {
    display: block;
    margin: 0 0 10px;
    text-align: center;
  }

.opc input[type="text"],
.opc select {
  max-width: 100%;
}

.opc .buttons {
  margin-bottom: 0;
  text-align: center;
}

.opc .back-link {
  margin: 0 0 10px;
  text-align: center;
}

  .opc .back-link small {
    display: none;
  }

  .opc .back-link a {
    display: inline-block;
    margin: 0 0 0 -15px;
    background: url('../images/back-button.png') left center no-repeat;
    padding: 0 0 0 18px;
    color: #444;
  }

    .opc .back-link a:hover {
      color: #0033a0;
    }

.opc .buttons .please-wait {
  display: block;
  margin: 10px 0 0;
  background: none;
}

.opc .section.ship-to-same-address {
  margin: 0 0 30px;
  padding: 0;
}

.opc .section.pickup-in-store {
  margin: 0 0 30px;
  padding: 0;
  text-align: center;
}

.opc .payment-info .info tr {
  text-align: left;
}

.opc .section.order-summary {
  margin: 0;
}

.checkout-data .opc {
  margin: 20px 40px 10px 10px;
}

.checkout-data ul {
  list-style: none;
  margin-left: -40px;
}

.shipping-method .method-list,
.payment-method .method-list {
  /*margin: 0 auto 30px;*/
  overflow: hidden;
  text-align: center;
  font-size: 0;
}

  .shipping-method .method-list li,
  .payment-method .method-list li {
    margin: 20px 10px;
    font-size: 14px; /*reset zeroing*/
  }

    .shipping-method .method-list li label,
    .payment-method .method-list li label {
      font-size: 13px;
      font-weight: bold;
      color: #444;
      display: normal;
    }

.shipping-method .method-description {
  margin: 5px 0 0;
}

/*.shipping-method .method-name {
	background-color: #f6f6f6;
	padding: 10px;
}*/

.page-body {
  min-height: 350px;
}

.section .title,
.details,
.result {
  margin-bottom: 20px;
}

.post-meta {
  display: block;
  overflow: hidden;
  font-size: 12px;
  margin: 5px 0 15px -40px;
}

  .post-meta ul li {
    float: left;
    margin-right: 10px;
    padding: 0 5px;
    font-size: 11px;
    color: #393b3b;
    position: relative;
    list-style: none;
  }

    .post-meta ul li i {
      color: #FFFFFF;
      margin-left: -4px;
      margin-right: 7px;
      padding: 4px 7px;
      background: #0033a0;
    }

      .post-meta ul li i:after {
        content: "";
        position: absolute;
        width: auto;
        height: auto;
        border-width: 4px;
        border-style: solid;
        top: 6px;
        left: 24px;
        border-color: transparent transparent transparent #0033a0;
      }

.news-title {
  margin: 0 0 0px 0;
  padding: 0;
  color: #0033a0;
  font-family: 'Lora',serif;
  font-size: 20px;
}

.news-body {
  margin-top: 16px;
}

  .news-body .image {
    float: left !important;
  }

.old-product-price span {
  text-decoration: line-through;
}

#blog {
  margin-top: 25px;
}

.info p {
  text-align: center;
}

@media (min-width: 768px) {
  .table > tbody > tr:nth-child(even) {
    background: none;
  }
}

/*.gallery {
  margin: 0 auto 50px;
}*/

  .gallery .picture-wrapper {
    margin: 0 0 10px;
  }

  .gallery .picture {
    /*position: relative;
    max-width: 100%;*/
    margin: 0 auto 10px;
    overflow: hidden;
  }

    .gallery .picture:before {
      content: "";
      display: block;
      padding-top: 100%;
    }

    .gallery .picture img,
    .gallery .picture-thumbs img,
    .variant-picture img {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      max-width: 100%;
      max-height: 100%;
      /*margin: auto;*/
    }

  .gallery .picture-thumbs {
    overflow: hidden;
    font-size: 0;
    /*float:left;*/
  }

    .gallery .picture-thumbs .thumb-item {
      display: inline-block;
      position: relative;
      width: 100px;
      height: 100px;
      margin: 0 5px 10px;
      overflow: hidden;
      cursor: pointer;
    }

@media all and (min-width: 769px) {
  .gallery {
    width: 550px;
  }
}


@media all and (min-width: 1001px) {
  .gallery {
    float: left;
    width: 100%;
  }

    .gallery .picture {
      width: auto;
    }
}

#confirm-order-buttons-container{
  margin:10px 0;
}

.modal .shopping-cart a,
.modal .shopping-cart .price {
  color: #1f486b;
  -webkit-transition: none;
  transition: none;
}

.modal .shopping-cart img {
  max-height: 90px;
}

.modal .shopping-cart .price {
  margin-top: 5px;
}
.order-summary-content .remove-from-cart > input[type='checkbox'] {
  display: none;
}

.order-summary-content .ico {
  display: inline-block;
  height: 16px;
  width: 16px;
}

.order-summary-content .remove-from-cart > .ico-delete {
  background: url(images/ico-delete.gif) center center no-repeat;
}

#blog .thumbnail {
  border:none;
}

.pager .individual-page a,
.pager .individual-page span {
    display: inline-block;
    min-width: 35px;
    height: 35px;
    border: 1px solid #ddd;
    background-color: #fff;
    color: #0033a0;
    padding: 8px;
    text-align: center;
    font-size: 14px; /*reset zeroing*/
    cursor: pointer;
}

.pager .current-page a,
.pager .current-page span {
    display: inline-block;
    min-width: 35px;
    height: 35px;
    border: 1px solid #0033a0;
    background-color: #0033a0;
    color: white;
    padding: 8px;
    text-align: center;
    font-size: 14px; /*reset zeroing*/
    cursor: pointer;
}

