/* Reset the container */
.container {
  width: 960px;
  max-width: none !important;
}
/* Undo the collapsing navbar */
.navbar-collapse {
  display: block !important;
  height: auto !important;
  padding-bottom: 0;
  overflow: visible !important;
}
.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 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12 {
  float: left;
}
.col-md-12 {
  width: 100%;
}
.col-md-11 {
  width: 91.66666667%;
}
.col-md-10 {
  width: 83.33333333%;
}
.col-md-9 {
  width: 75%;
}
.col-md-8 {
  width: 66.66666667%;
}
.col-md-7 {
  width: 58.33333333%;
}
.col-md-6 {
  width: 50%;
}
.col-md-5 {
  width: 41.66666667%;
}
.col-md-4 {
  width: 33.33333333%;
}
.col-md-3 {
  width: 25%;
}
.col-md-2 {
  width: 16.66666667%;
}
.col-md-1 {
  width: 8.33333333%;
}
.col-md-pull-12 {
  right: 100%;
}
.col-md-pull-11 {
  right: 91.66666667%;
}
.col-md-pull-10 {
  right: 83.33333333%;
}
.col-md-pull-9 {
  right: 75%;
}
.col-md-pull-8 {
  right: 66.66666667%;
}
.col-md-pull-7 {
  right: 58.33333333%;
}
.col-md-pull-6 {
  right: 50%;
}
.col-md-pull-5 {
  right: 41.66666667%;
}
.col-md-pull-4 {
  right: 33.33333333%;
}
.col-md-pull-3 {
  right: 25%;
}
.col-md-pull-2 {
  right: 16.66666667%;
}
.col-md-pull-1 {
  right: 8.33333333%;
}
.col-md-pull-0 {
  right: auto;
}
.col-md-push-12 {
  left: 100%;
}
.col-md-push-11 {
  left: 91.66666667%;
}
.col-md-push-10 {
  left: 83.33333333%;
}
.col-md-push-9 {
  left: 75%;
}
.col-md-push-8 {
  left: 66.66666667%;
}
.col-md-push-7 {
  left: 58.33333333%;
}
.col-md-push-6 {
  left: 50%;
}
.col-md-push-5 {
  left: 41.66666667%;
}
.col-md-push-4 {
  left: 33.33333333%;
}
.col-md-push-3 {
  left: 25%;
}
.col-md-push-2 {
  left: 16.66666667%;
}
.col-md-push-1 {
  left: 8.33333333%;
}
.col-md-push-0 {
  left: auto;
}
.col-md-offset-12 {
  margin-left: 100%;
}
.col-md-offset-11 {
  margin-left: 91.66666667%;
}
.col-md-offset-10 {
  margin-left: 83.33333333%;
}
.col-md-offset-9 {
  margin-left: 75%;
}
.col-md-offset-8 {
  margin-left: 66.66666667%;
}
.col-md-offset-7 {
  margin-left: 58.33333333%;
}
.col-md-offset-6 {
  margin-left: 50%;
}
.col-md-offset-5 {
  margin-left: 41.66666667%;
}
.col-md-offset-4 {
  margin-left: 33.33333333%;
}
.col-md-offset-3 {
  margin-left: 25%;
}
.col-md-offset-2 {
  margin-left: 16.66666667%;
}
.col-md-offset-1 {
  margin-left: 8.33333333%;
}
.col-md-offset-0 {
  margin-left: 0%;
}
.row {
  margin-left: -10px;
  margin-right: -10px;
}
.container .navbar-header,
.container .navbar-collapse {
  margin-right: 0;
  margin-left: 0;
}
/* Always float the navbar header */
.navbar-header {
  float: left;
}
/* Undo the collapsing navbar */
.navbar-collapse {
  display: block !important;
  height: auto !important;
  padding-bottom: 0;
  overflow: visible !important;
}
.navbar-toggle {
  display: none;
}
.navbar-collapse {
  border-top: 0;
}
.navbar-brand {
  margin-left: -15px;
}
/* Always apply the floated nav */
.navbar-nav {
  float: left;
  margin: 0;
}
.navbar-nav > li {
  float: left;
}
.navbar-nav > li > a {
  padding: 15px;
}
/* Redeclare since we override the float above */
.navbar-nav.navbar-right {
  float: right;
}
/** BASE CSS */
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.none,
.btn.none {
  display: none;
}
.no-border {
  border: 0 !important;
}
.no-margin {
  margin: 0 !important;
}
.no-margin-top {
  margin-top: 0 !important;
}
.no-margin-bottom {
  margin-bottom: 0 !important;
}
.no-margin-right {
  margin-right: 0 !important;
}
.no-padding {
  padding: 0 !important;
}
.no-padding-top {
  padding-top: 0 !important;
}
.no-padding-bottom {
  padding-bottom: 0 !important;
}
.no-padding-left {
  padding-left: 0 !important;
}
.no-padding-right {
  padding-right: 0 !important;
}
.no-padding-side {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.margin-top-10 {
  margin-top: 10px !important;
}
.margin-top-20 {
  margin-top: 20px !important;
}
.margin-bottom-20 {
  margin-bottom: 20px !important;
}
.margin-top-30 {
  margin-top: 30px !important;
}
.margin-bottom-30 {
  margin-bottom: 30px !important;
}
.margin-top-15 {
  margin-top: 15px !important;
}
.margin-bottom-15 {
  margin-bottom: 15px !important;
}
button:focus {
  outline: 0 !important;
}
.relative {
  position: relative;
}
.inline {
  display: inline-block;
}
.block {
  display: block;
}
.semi {
  font-weight: 600;
}
small,
.small {
  font-size: 12px;
}
b,
strong {
  font-weight: 700;
}
a {
  color: #00529c;
}
a.active {
  color: #00529c;
}
a:hover {
  text-decoration: underline;
}
p {
  color: #333333;
}
.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
}
#wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  height: 100%;
  background: #fff;
  color: #666666;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  min-width: 960px;
  font-weight: 400;
}
*::-webkit-input-placeholder {
  color: #666666 !important;
}
*:-moz-placeholder {
  color: #666666 !important;
}
*::-moz-placeholder {
  color: #666666 !important;
}
*:-ms-input-placeholder {
  color: #666666 !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Open Sans', sans-serif;
  color: #333333;
  margin: 0 0 15px;
}
h1,
.h1 {
  font-weight: 700;
  font-size: 20px;
}
h2,
.h2 {
  font-weight: 400;
  font-size: 14px;
}
h3,
.h3 {
  font-weight: 600;
  font-size: 13px;
}
h4,
.h4 {
  font-size: 12px;
}
.list-styled li {
  padding-left: 15px;
  position: relative;
}
.list-styled li:before {
  height: 6px;
  width: 6px;
  display: inline-block;
  top: 7px;
  left: 0;
  background: #00529c;
  position: absolute;
  content: " ";
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.font-12 {
  font-size: 12px;
}
.font-13 {
  font-size: 13px;
}
.font-14 {
  font-size: 14px;
}
.color-grey {
  color: #333333;
}
.color-green {
  color: #2c9f0d;
}
.color-red {
  color: #f10e0e;
}
.color-blue {
  color: #00529c;
}
.color-yellow {
  color: #ffde00;
}
.color-border-blue {
  color: #95bde0;
}
.color-darkyellow {
  color: #ffcc00;
}
.color-base {
  color: #666666;
}
.color-purple {
  color: #e91259;
}
.label {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-size: 12px;
  padding: 2px 5px;
}
.label-danger {
  background-color: #f10e0e;
}
.label-success {
  background-color: #2c9f0d;
}
.label-info {
  background-color: #00529c;
}
.label-warning {
  background-color: #ffa200;
}
.bg-lightblue {
  background-color: #dff0ff;
}
.bg-td {
  background-color: #f7fbff;
}
.text-danger {
  color: #f10e0e;
}
.text-success {
  color: #2c9f0d;
}
.headline-border {
  display: block;
  color: #333333;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 20px;
  line-height: 1;
  padding-bottom: 5px;
  border-bottom: 2px solid #00529c;
}
.btn {
  font-size: 13px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding-top: 8px;
  padding-bottom: 8px;
  color: #333333;
}
.btn.wide {
  padding-left: 35px;
  padding-right: 35px;
}
.btn-sm {
  padding-top: 2px;
  padding-bottom: 2px;
}
.btn-yellow {
  background-color: #ffde00;
  color: #333333;
  border-color: #ffc600;
  background-color: #fff100;
  -moz-box-shadow: 0 1px 1px rgba(5, 44, 80, 0.28), inset 0 1px 0 #fff98e;
  -webkit-box-shadow: 0 1px 1px rgba(5, 44, 80, 0.28), inset 0 1px 0 #fff98e;
  box-shadow: 0 1px 1px rgba(5, 44, 80, 0.28), inset 0 1px 0 #fff98e;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMjUlIiB4Mj0iNTAlIiB5Mj0iLTI1JSI+CjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmZmQ4MDAiIHN0b3Atb3BhY2l0eT0iMSIvPgo8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmYxMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogICA8L2xpbmVhckdyYWRpZW50PgoKPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCIgaGVpZ2h0PSIxMDAiIGZpbGw9InVybCgjaGF0MCkiIC8+Cjwvc3ZnPg==);
  background-image: -moz-linear-gradient(bottom, #ffd800 -25%, #fff100 125%);
  background-image: -o-linear-gradient(bottom, #ffd800 -25%, #fff100 125%);
  background-image: -webkit-linear-gradient(bottom, #ffd800 -25%, #fff100 125%);
  background-image: linear-gradient(bottom, #ffd800 -25%, #fff100 125%);
}
.btn-yellow:hover {
  background: #00529c;
  color: #fff;
  border-color: #00529c;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-primary {
  background: #00529c;
  color: #fff;
}
.btn-primary .fa {
  color: #fff;
}
.btn-default {
  border: 1px solid #b8d1e7;
  background-color: #dfefff;
  -moz-box-shadow: 0 1px 1px rgba(5, 44, 80, 0.28), inset 0 1px 0 #fafcff;
  -webkit-box-shadow: 0 1px 1px rgba(5, 44, 80, 0.28), inset 0 1px 0 #fafcff;
  box-shadow: 0 1px 1px rgba(5, 44, 80, 0.28), inset 0 1px 0 #fafcff;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMjUlIiB4Mj0iNTAlIiB5Mj0iLTI1JSI+CjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNkZmVmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgo8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlYmY1ZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogICA8L2xpbmVhckdyYWRpZW50PgoKPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCIgaGVpZ2h0PSIxMDAiIGZpbGw9InVybCgjaGF0MCkiIC8+Cjwvc3ZnPg==);
  background-image: -moz-linear-gradient(bottom, #dfefff -25%, #ebf5ff 125%);
  background-image: -o-linear-gradient(bottom, #dfefff -25%, #ebf5ff 125%);
  background-image: -webkit-linear-gradient(bottom, #dfefff -25%, #ebf5ff 125%);
  background-image: linear-gradient(bottom, #dfefff -25%, #ebf5ff 125%);
}
.btn-default:hover {
  background: #00529c;
  color: #fff;
  border-color: #00529c;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-group .btn-yellow {
  border-color: #ebc90a;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 14px;
  padding-right: 14px;
}
.btn-group.open .dropdown-toggle {
  background: #fff;
  -moz-box-shadow: 0 1px 0 #ffffff, inset 0 -1px 0 #ffffff;
  -webkit-box-shadow: 0 1px 0 #ffffff, inset 0 -1px 0 #ffffff;
  box-shadow: 0 1px 0 #ffffff, inset 0 -1px 0 #ffffff;
  border-top-color: #fff;
  border-bottom-color: #fff;
  border-right-color: #fff;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.btn-group.open > .dropdown-menu {
  min-width: 300px;
  right: 0;
  left: auto;
  margin-top: 0;
  border: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
/* FORMS */
label {
  font-size: 13px;
  font-weight: 400;
  color: #333333;
}
.form-control {
  height: 36px;
  font-size: 13px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-color: #dddddd;
}
/* HEADER */
header {
  height: 115px;
  width: 100%;
  background-color: #00519b;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMDAlIiB4Mj0iNTAlIiB5Mj0iLTEuNDIxMDg1NDcxNTIwMmUtMTQlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwNjJiYiIgc3RvcC1vcGFjaXR5PSIxIi8+CjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwNTE5YiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgIDwvbGluZWFyR3JhZGllbnQ+Cgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgZmlsbD0idXJsKCNoYXQwKSIgLz4KPC9zdmc+);
  background-image: -moz-linear-gradient(bottom, #0062bb 0%, #00519b 100%);
  background-image: -o-linear-gradient(bottom, #0062bb 0%, #00519b 100%);
  background-image: -webkit-linear-gradient(bottom, #0062bb 0%, #00519b 100%);
  background-image: linear-gradient(bottom, #0062bb 0%, #00519b 100%);
}
header .logo {
  margin-top: 5px;
  display: inline-block;
}
header .col-md-8 {
  padding-top: 25px;
}
header .col-md-8 a.active {
  color: #ffde00;
}
header a {
  color: #fff;
}
header a .fa {
  color: #ffde00;
  font-size: 14px;
  padding-right: 3px;
}
header a:hover {
  color: #ffde00;
  text-decoration: none;
}
header .nav-cart-wrap {
  margin-left: 20px;
}
header .nav-cart-wrap .btn-group {
  margin-top: 10px;
}
header .nav-cart-wrap .btn-group .fa {
  color: #333333;
}
header .nav-cart-wrap .btn-group .btn.btn-yellow:hover {
  background-color: #ffde00;
  color: #333333;
  border-color: #ffc600;
  background-color: #fff100;
  -moz-box-shadow: 0 1px 1px rgba(5, 44, 80, 0.28), inset 0 1px 0 #fff98e;
  -webkit-box-shadow: 0 1px 1px rgba(5, 44, 80, 0.28), inset 0 1px 0 #fff98e;
  box-shadow: 0 1px 1px rgba(5, 44, 80, 0.28), inset 0 1px 0 #fff98e;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMjUlIiB4Mj0iNTAlIiB5Mj0iLTI1JSI+CjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmZmQ4MDAiIHN0b3Atb3BhY2l0eT0iMSIvPgo8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmYxMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogICA8L2xpbmVhckdyYWRpZW50PgoKPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCIgaGVpZ2h0PSIxMDAiIGZpbGw9InVybCgjaGF0MCkiIC8+Cjwvc3ZnPg==);
  background-image: -moz-linear-gradient(bottom, #ffd800 -25%, #fff100 125%);
  background-image: -o-linear-gradient(bottom, #ffd800 -25%, #fff100 125%);
  background-image: -webkit-linear-gradient(bottom, #ffd800 -25%, #fff100 125%);
  background-image: linear-gradient(bottom, #ffd800 -25%, #fff100 125%);
}
header .nav-cart-wrap .shopping-cart-wrap {
  color: #333333;
  padding: 0;
}
header .nav-cart-wrap .shopping-cart-wrap .shopping-cart-item {
  border-top: 1px solid #dddddd;
  padding: 0;
}
header .nav-cart-wrap .shopping-cart-wrap .shopping-cart-item:first-child {
  border-top: 0;
}
header .nav-cart-wrap .shopping-cart-wrap .shopping-cart-item .image {
  float: left;
  width: 85px;
  text-align: center;
}
header .nav-cart-wrap .shopping-cart-wrap .shopping-cart-item .item {
  padding-top: 15px;
  float: left;
  width: 190px;
}
header .nav-cart-wrap .shopping-cart-wrap .shopping-cart-item .item .item-name {
  display: block;
  font-size: 12px;
}
header .nav-cart-wrap .shopping-cart-wrap .shopping-cart-item .item .item-name span {
  color: #00529c;
}
header .nav-cart-wrap .shopping-cart-wrap .shopping-cart-item .item .item-name a {
  color: #333333;
}
header .nav-cart-wrap .shopping-cart-wrap .shopping-cart-item .item .item-price {
  margin-top: 10px;
}
header .nav-cart-wrap .shopping-cart-wrap .shopping-cart-item .item-action {
  padding-top: 15px;
}
header .nav-cart-wrap .shopping-cart-wrap .shopping-cart-item .fa-times-circle {
  font-size: 16px;
}
header .nav-cart-wrap .shopping-cart-wrap .shopping-cart-item .fa-times-circle:hover {
  color: #00529c;
}
header .nav-cart-wrap .shopping-cart-wrap .shopping-cart-total {
  height: 35px;
  font-size: 14px;
  line-height: 35px;
  background: #dff0ff;
  padding: 0 10px;
  margin-bottom: 10px;
}
header .nav-cart-wrap .shopping-cart-wrap .shopping-cart-links {
  text-align: right;
  padding: 2px 10px 10px;
}
header .nav-cart-wrap .shopping-cart-wrap .shopping-cart-links a {
  margin: 0 0 0 20px;
  padding: 0;
  display: inline-block;
  font-size: 13px;
  color: #333333;
}
header .nav-cart-wrap .shopping-cart-wrap .shopping-cart-links a .fa {
  color: #00529c;
  margin-left: 5px;
}
header .nav-cart-wrap .shopping-cart-wrap .shopping-cart-links a:hover {
  color: #00529c;
  background: transparent;
}
header .nav-cart-wrap .shopping-cart-wrap .shopping-cart-links a:hover span {
  text-decoration: underline;
}
header .nav-cart-wrap .shopping-cart-wrap .empty {
  font-size: 14px;
  color: #333333;
  margin: 0;
  padding: 25px 0;
}
header .nav-search-wrap a {
  margin-right: 10px;
}
header .navbar-form {
  padding: 0;
  margin: 10px 0;
}
header .navbar-form .form-control {
  min-width: 210px;
  border: 1px solid #fff;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  height: 35px;
}
header .navbar-form button[type="submit"] {
  font-size: 13px;
  color: #00529c;
  float: right;
  background: #fff;
  border: 0;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-left: 1px solid #dddddd;
  width: 35px;
  height: 35px;
}
header .navbar-form button[type="submit"]:hover {
  background: #ffde00;
}
header .dropdown-user-nav .caret-wrap {
  background: #fff;
  height: 17px;
  width: 17px;
  display: inline-block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-align: center;
  line-height: 17px;
  -webkit-box-shadow: 0 1px 1px rgba(5, 44, 80, 0.28);
  -moz-box-shadow: 0 1px 1px rgba(5, 44, 80, 0.28);
  box-shadow: 0 1px 1px rgba(5, 44, 80, 0.28);
}
header .dropdown-user-nav .caret-wrap .caret {
  color: #00529c;
  margin-left: 0;
}
header .dropdown-user-nav .dropdown-menu {
  -webkit-box-shadow: 0 1px 1px rgba(5, 44, 80, 0.28);
  -moz-box-shadow: 0 1px 1px rgba(5, 44, 80, 0.28);
  box-shadow: 0 1px 1px rgba(5, 44, 80, 0.28);
  border: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin-top: 8px;
  padding: 0;
}
header .dropdown-user-nav .dropdown-menu li {
  border-top: 1px solid #dddddd;
  font-size: 13px;
  overflow: hidden;
}
header .dropdown-user-nav .dropdown-menu li:first-child {
  border-top: 0;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
header .dropdown-user-nav .dropdown-menu li.logout-btn {
  background: #dff0ff;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
header .dropdown-user-nav .dropdown-menu li.logout-btn .fa {
  color: #00529c;
  margin-top: 2px;
}
header .dropdown-user-nav .dropdown-menu li a {
  padding: 4px 10px;
}
header .dropdown-user-nav .dropdown-menu li:hover a {
  background: transparent;
  color: #00529c;
  text-decoration: underline;
}
/* MENU */
.main-menu {
  background-color: #fff100;
  -moz-box-shadow: 0 1px 1px rgba(5, 44, 80, 0.28), inset 0 1px 0 #fff98e;
  -webkit-box-shadow: 0 1px 1px rgba(5, 44, 80, 0.28), inset 0 1px 0 #fff98e;
  box-shadow: 0 1px 1px rgba(5, 44, 80, 0.28), inset 0 1px 0 #fff98e;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMjUlIiB4Mj0iNTAlIiB5Mj0iLTI1JSI+CjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmZmQ4MDAiIHN0b3Atb3BhY2l0eT0iMSIvPgo8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmYxMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogICA8L2xpbmVhckdyYWRpZW50PgoKPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCIgaGVpZ2h0PSIxMDAiIGZpbGw9InVybCgjaGF0MCkiIC8+Cjwvc3ZnPg==);
  background-image: -moz-linear-gradient(bottom, #ffd800 -25%, #fff100 125%);
  background-image: -o-linear-gradient(bottom, #ffd800 -25%, #fff100 125%);
  background-image: -webkit-linear-gradient(bottom, #ffd800 -25%, #fff100 125%);
  background-image: linear-gradient(bottom, #ffd800 -25%, #fff100 125%);
  border-bottom: 1px solid #ffc600;
  border-top: 1px solid #ffc600;
  margin-bottom: 15px;
}
.main-menu .navbar-nav > li {
  position: relative;
  width: 134px;
  border-right: 1px solid #eccc09;
}
.main-menu .navbar-nav > li .caret {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -2px;
}
.main-menu .navbar-nav > li:first-child {
  border-left: 1px solid #eccc09;
  width: 136px;
}
.main-menu .navbar-nav > li > a {
  font-weight: 600;
  display: block;
  height: 48px;
  line-height: 48px;
  font-size: 12px;
  color: #333333;
  text-transform: uppercase;
  padding: 0 10px;
}
.main-menu .navbar-nav > li > a span {
  line-height: 1.2;
  display: inline-block;
  vertical-align: middle;
  max-width: 80px;
}
.main-menu .navbar-nav > li:hover > a {
  background: #fff;
}
.main-menu .navbar-nav > li:hover .dropdown-menu {
  display: block;
}
.main-menu .navbar-nav > li.item-2 .dropdown-menu {
  left: -137px;
}
.main-menu .navbar-nav > li.item-3 .dropdown-menu {
  left: -271px;
}
.main-menu .navbar-nav > li.item-4 .dropdown-menu {
  left: -405px;
}
.main-menu .navbar-nav > li.item-5 .dropdown-menu {
  left: -539px;
}
.main-menu .navbar-nav > li.item-6 .dropdown-menu {
  left: -673px;
}
.main-menu .navbar-nav > li.item-7 .dropdown-menu {
  left: -807px;
}
.main-menu .dropdown-menu {
  padding: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-top: 0 !important;
  background-color: #fff;
  margin-top: 0;
  min-width: 0;
  width: 942px;
  left: -2px;
}
.main-menu .dropdown-menu .inner-submenu {
  padding: 18px 10px;
}
.main-menu .dropdown-menu .submenu-block {
  float: left;
  width: 200px;
  margin-right: 38px;
  margin-bottom: 20px;
}
.main-menu .dropdown-menu .submenu-block .title {
  font-size: 12px;
  text-transform: uppercase;
  background: #00529c;
  padding: 5px 10px;
  display: block;
  margin-bottom: 15px;
}
.main-menu .dropdown-menu .submenu-block .title a {
  color: #fff;
}
.main-menu .dropdown-menu .submenu-block ul {
  margin-left: 10px;
}
.main-menu .dropdown-menu .submenu-block ul a {
  color: #333333;
  font-size: 13px;
}
.main-menu .dropdown-menu .submenu-block ul a .fa {
  margin-right: 3px;
  color: #00529c;
}
.main-menu .dropdown-menu .submenu-block ul a:hover {
  color: #00529c;
}
/* FOOTER */
.footer-menu {
  margin-top: 30px;
  border-top: 5px solid #ffde00;
  background: #00529c;
  padding: 30px 0 40px;
}
.footer-menu b {
  display: block;
  color: #ffde00;
  font-size: 14px;
  margin-bottom: 10px;
}
.footer-menu ul li a {
  color: #fff;
  line-height: 21px;
}
.footer-menu ul li a:hover {
  color: #ffde00;
}
.footer-menu ul li .fa {
  margin-right: 5px;
  color: #ffde00;
}
footer {
  border: 0;
  margin: 0;
  padding: 30px 0 20px;
  background: #e2e8f6;
}
footer b {
  display: block;
  color: #00529c;
  font-size: 14px;
  margin-bottom: 10px;
}
footer p {
  color: #333333;
}
footer .footer-inner-block {
  padding: 0 10px;
}
footer .semi {
  font-size: 20px;
}
footer .semi + br + br + a {
  color: #333333;
}
footer .leaflet a + a {
  margin-left: 10px;
  color: #333333;
}
footer .leaflet a + a .fa {
  margin-right: 3px;
  color: #00529c;
}
footer .social-icons a {
  color: #00529c;
  float: left;
  font-size: 30px;
  margin-right: 15px;
}
footer .social-icons a:hover {
  text-decoration: none;
  opacity: .9;
}
footer .form-inline {
  position: relative;
}
footer .form-inline .form-group {
  max-width: 166px;
  border-right: 1px solid #dddddd;
}
footer .form-inline .form-group + .fa {
  border: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #f1f1f1;
  color: #333333;
  width: 34px;
  height: 36px;
  border-left: 1px solid #fff;
  float: right;
}
footer .input-group-addon {
  color: #00529c;
  background: #fff;
  font-size: 13px;
  border: 0;
}
footer .form-control {
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding-left: 0;
  padding-right: 50px;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 3px 3px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 3px 3px;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 3px 3px;
  border-top-left-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
footer .flyers a {
  box-shadow: 3px 3px 9px 1px #999;
}
footer .flyers a:first-child {
  margin-right: 5px;
}
.copyright {
  font-size: 12px;
  height: 37px;
  line-height: 37px;
  background: #00529c;
  width: 100%;
  color: #fff;
}
.copyright a {
  color: #fff;
}
.copyright a:hover {
  color: #ffde00;
}
/* HOMEAGE */
.news-title a {
  text-transform: none;
  float: right;
  font-size: 12px;
  font-weight: 600;
  color: #000;
}
.news-title a .fa {
  color: #00529c;
  margin-left: 5px;
}
.hp-news {
  padding: 20px 10px 20px 0;
  background: #dff0ff;
  height: 120px;
  margin-bottom: 3px;
}
.hp-news .image {
  float: left;
  width: 80px;
  text-align: center;
}
.hp-news .news-content {
  width: 130px;
  float: left;
}
.hp-news .news-content h2 {
  font-size: 14px;
  font-weight: 400;
  margin: 0;
  line-height: 16px;
}
.hp-news .news-content h2 a {
  color: #00529c;
}
.hp-news .news-content p {
  color: #666666;
  max-height: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 16px;
  margin: 0;
}
.homepage-banner {
  margin-top: 15px;
  height: 290px;
  position: relative;
}
.homepage-banner .navigation {
  background: #fff;
  opacity: .4;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  width: 100%;
  z-index: 1;
}
.homepage-banner .carousel-indicators {
  z-index: 2;
  position: absolute;
  left: 10px;
  bottom: 10px;
  margin: 0;
  width: auto;
}
.homepage-banner .carousel-indicators span {
  cursor: pointer;
  display: inline-block;
  margin-right: 5px;
  width: 30px;
  height: 30px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #fff;
  line-height: 32px;
  text-align: center;
  font-size: 14px;
  background-color: #00519b;
  -moz-box-shadow: 0 1px 0 #174a78, inset 0 -1px 0 #1370c4;
  -webkit-box-shadow: 0 1px 0 #174a78, inset 0 -1px 0 #1370c4;
  box-shadow: 0 1px 0 #174a78, inset 0 -1px 0 #1370c4;
}
.homepage-banner .carousel-indicators span.active {
  background-color: #fff100;
  -moz-box-shadow: 0 1px 0 #eecc2c, inset 0 -1px 0 #fffa9e;
  -webkit-box-shadow: 0 1px 0 #eecc2c, inset 0 -1px 0 #fffa9e;
  box-shadow: 0 1px 0 #eecc2c, inset 0 -1px 0 #fffa9e;
  color: #333333;
}
.homepage-banner .banner-newsletter {
  position: absolute;
  bottom: 7px;
  right: 7px;
  z-index: 2;
}
.homepage-banner .banner-newsletter .text-success {
  display: block;
  margin-bottom: 10px;
}
.homepage-banner .banner-newsletter .form-inline {
  position: relative;
}
.homepage-banner .banner-newsletter .form-inline span {
  color: #333333;
  margin: 0 10px 0 0;
  display: inline-block;
  font-size: 14px;
  position: relative;
  top: 2px;
}
.homepage-banner .banner-newsletter .form-inline .input-group-addon {
  background: #fff;
  border: 0;
}
.homepage-banner .banner-newsletter .form-inline .form-control {
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.homepage-banner .banner-newsletter .form-inline .form-group {
  max-width: 215px;
}
.homepage-banner .banner-newsletter .form-inline .form-group + .fa {
  border: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #fff;
  color: #333333;
  width: 34px;
  height: 36px;
  border-left: 1px solid #fff;
  float: right;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.countdown-product {
  margin-top: 15px;
  border: 3px solid #00529c;
}
.countdown-product .inner {
  padding: 0 15px 15px;
  font-size: 14px;
}
.countdown-product .inner b {
  font-size: 16px;
}
.countdown-product .inner a {
  font-size: 12px;
  margin-top: 10px;
}
.countdown-product .timer {
  height: 32px;
  line-height: 32px;
  background: #00529c;
  color: #fff;
}
.countdown-product .timer b {
  font-size: 20px;
}
.map {
  background-color: #dff0ff;
  background-repeat: no-repeat;
  background-position: -10px 5px;
  background-image: url('../img/map.png');
  width: 100%;
  height: 210px;
  padding-top: 150px;
  text-align: center;
}
.map .btn {
  margin: 0 auto;
  font-size: 12px;
  text-transform: uppercase;
  padding-left: 15px;
  padding-right: 15px;
}
.top-category {
  margin-bottom: 20px;
}
.top-category .title {
  padding: 22px 10px 0 10px;
  display: block;
  margin-top: 0;
  margin-bottom: 10px;
  background: #dff0ff;
  height: 78px;
}
.top-category .title a {
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  line-height: 18px;
  text-transform: uppercase;
}
.top-category .title a span {
  display: inline-block;
  max-width: 80px;
}
.top-category .title a img {
  float: right;
  margin-top: -20px;
}
.top-category ul {
  margin-left: 10px;
}
.top-category ul li a {
  color: #333333;
  line-height: 21px;
}
.top-category ul li a:hover {
  color: #00529c;
}
.top-category ul li .fa {
  margin-right: 5px;
  color: #00529c;
}
/* PRODUCT LIST */
hr {
  border-top-color: #dddddd;
}
.product-list-item {
  text-align: left;
  margin-top: 30px;
  margin-bottom: 30px;
  /* RELATED */
}
.product-list-item .label {
  margin-bottom: 3px;
  display: inline-block;
}
.product-list-item h3 {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  margin-top: 0;
  height: 36px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product-list-item h3 a {
  color: #333333;
}
.product-list-item h3 a:hover {
  color: #00529c;
}
.product-list-item .price {
  font-size: 14px;
  color: #333333;
  margin-bottom: 5px;
}
.product-list-item .price b {
  font-size: 16px;
}
.product-list-item .ratings-wrap .ratings {
  float: left;
  margin: 0;
}
.product-list-item .ratings-wrap span {
  font-weight: 600;
  float: right;
}
.product-list-item .item-desc {
  border-top: 1px solid #dddddd;
  padding-top: 5px;
  margin-top: 5px;
}
.product-list-item.list {
  margin-top: 30px;
  margin-bottom: 0;
}
.product-list-item.list h3 {
  max-height: 36px;
  height: auto;
}
.product-list-item.list .col-md-8 {
  position: relative;
  height: 200px;
}
.product-list-item.list .col-md-8 .ratings-and-status {
  position: absolute;
  bottom: 20px;
  left: 10px;
  width: 100%;
}
.product-list-item color-green.semi {
  font-size: 12px;
}
.product-list-item.related {
  margin: 0;
  border-top: 1px solid #dff0ff;
}
.product-list-item.related:first-child {
  border-top: 0;
}
.product-list-item.related .product-info-right h3 {
  font-weight: 400;
}
.product-list-item.related .img-left,
.product-list-item.related .product-info-right {
  float: left;
  width: 107px;
}
.product-list-item.related h3,
.product-list-item.related .price,
.product-list-item.related .price b {
  font-size: 13px;
}
.product-list-item.related h3 {
  margin-top: 10px;
}
.related-products {
  border: 3px solid #dff0ff;
}
/* CUSTOM CHECKBOXES AND RADIO BUTTONS */
.checkbox {
  min-height: 0 !important;
  display: inline-block;
  position: relative;
  cursor: pointer;
  width: 18px;
  height: 18px;
  background: #dff0ff;
  border: 1px solid #95bde0;
  vertical-align: bottom;
  margin: 0 5px 0 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.checkbox.checked {
  background-image: url('../img/icon_check.png');
  background-repeat: no-repeat;
  background-position: center center;
}
.checkbox.label-hover:after,
.checkbox:hover:after {
  content: '';
  position: absolute;
  top: 3px;
  left: 3px;
  width: 10px;
  height: 10px;
  background: #95bde0;
  opacity: .6;
}
.checkbox.checked.label-hover:after,
.checkbox.checked:hover:after {
  display: none;
}
/* TABLES */
.table {
  color: #333333;
}
.table thead th,
.table tbody td {
  vertical-align: middle !important;
  padding: 11px 8px !important;
}
.table > thead > tr > th {
  border-bottom: 0;
}
.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: 0;
  padding: 13px 10px;
}
.table.table-striped > tbody > tr:nth-child(odd) {
  background-color: #f7fbff;
  border-top: 1px solid #dff0ff;
}
.table .no-bold {
  font-weight: 400;
}
.table.table-condensed > thead > tr > th,
.table.table-condensed > tbody > tr > th,
.table.table-condensed > tfoot > tr > th,
.table.table-condensed > thead > tr > td,
.table.table-condensed > tbody > tr > td,
.table.table-condensed > tfoot > tr > td {
  padding: 7px 5px;
}
.table.table-condensed thead th,
.table.table-condensed tbody td {
  vertical-align: middle !important;
  padding: 7px 5px !important;
}
.table tbody .info td {
  background-color: #f7fbff !important;
}
/** STORES */
.stores-map {
  background: #dff0ff;
  margin-bottom: 30px;
}
.stores-map .checkbox {
  background-color: #fff;
}
.stores-map .left {
  padding-top: 45px;
  padding-bottom: 55px;
}
.stores-map .right {
  padding-top: 30px;
}
.stores-map .service-row {
  margin-bottom: 7px;
}
.stores-map .service-row img {
  margin-right: 16px;
  float: left;
}
.stores-map .service-row label {
  font-weight: 400;
  color: #333333;
  margin-top: 2px;
}
.stores-map .btn-yellow {
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 10px;
}
.stores-map select {
  border: 1px solid #66afe9;
  border-radius: 4px;
  width: 240px;
  height: 35px;
  line-height: 35px;
  float: left;
  margin-right: 80px;
  margin-top: 12px;
}
.stores-map.stores-map-detail select {
  position: absolute;
  left: -250px;
}
.table-stores tr:first-child td {
  border-top-color: transparent;
}
.store .main-img {
  margin-bottom: 10px;
  height: 375px;
}
.store .main-img img {
  width: 100%;
  height: auto;
}
.store .img-collections div {
  float: left;
  margin-left: 15px;
  border: 1px solid #dddddd;
  width: 80px;
  height: 66px;
}
.store .img-collections div img {
  width: 100%;
  height: auto;
}
.store .img-collections div:first-child {
  margin-left: 0;
}
.store .store-detail {
  border: 3px solid #dff0ff;
}
.store .store-detail .top {
  padding: 25px 20px;
  height: 223px;
}
.store .store-detail .top .col-md-6 + .col-md-6 p {
  margin-bottom: 15px;
}
.store .store-detail .top .col-md-6 + .col-md-6 p img {
  margin-right: 5px;
}
.store .store-detail .bottom {
  background: #dff0ff;
  padding: 25px 20px;
  height: 223px;
}
.store .find-route {
  height: 42px;
  line-height: 42px;
  padding: 0 15px;
  color: #fff;
  background: #00529c;
}
.store .find-route a {
  margin-top: 9px;
}
.store .find-route a:hover {
  color: #333333;
  border-color: #ffc600;
  background-color: #fff100;
  -moz-box-shadow: 0 1px 1px rgba(5, 44, 80, 0.28), inset 0 1px 0 #fff98e;
  -webkit-box-shadow: 0 1px 1px rgba(5, 44, 80, 0.28), inset 0 1px 0 #fff98e;
  box-shadow: 0 1px 1px rgba(5, 44, 80, 0.28), inset 0 1px 0 #fff98e;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMjUlIiB4Mj0iNTAlIiB5Mj0iLTI1JSI+CjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmZmQ4MDAiIHN0b3Atb3BhY2l0eT0iMSIvPgo8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmYxMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogICA8L2xpbmVhckdyYWRpZW50PgoKPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCIgaGVpZ2h0PSIxMDAiIGZpbGw9InVybCgjaGF0MCkiIC8+Cjwvc3ZnPg==);
  background-image: -moz-linear-gradient(bottom, #ffd800 -25%, #fff100 125%);
  background-image: -o-linear-gradient(bottom, #ffd800 -25%, #fff100 125%);
  background-image: -webkit-linear-gradient(bottom, #ffd800 -25%, #fff100 125%);
  background-image: linear-gradient(bottom, #ffd800 -25%, #fff100 125%);
}
.store .special-services {
  margin-top: -15px;
}
/* BLOCK ROWS */
.block-row {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #dddddd;
}
.block-row.first {
  border-top: 0;
}
/** SHOPPING CART */
.breadcrumb {
  background: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding-top: 5px;
  padding-left: 0;
  padding-right: 0;
  font-size: 12px;
}
.breadcrumb > li + li:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f105";
  color: #000;
}
.breadcrumb li {
  font-family: 'Open Sans', sans-serif;
}
.breadcrumb > .active {
  color: #000;
}
.breadcrumb .back-btn:before {
  display: none;
}
.breadcrumb .back-btn .fa {
  color: #00529c;
  margin-right: 5px;
}
.breadcrumb .back-btn a {
  color: #333333;
}
.shopping-cart-steps {
  margin-bottom: 25px;
}
.shopping-cart-steps .btn {
  width: 100%;
  font-size: 14px;
  padding-top: 9px;
  padding-bottom: 9px;
  cursor: default;
}
.shopping-cart-steps .btn.btn-default {
  border: 1px solid #b8d1e7;
  background-color: #dfefff;
  -moz-box-shadow: 0 1px 1px rgba(5, 44, 80, 0.28), inset 0 1px 0 #fafcff;
  -webkit-box-shadow: 0 1px 1px rgba(5, 44, 80, 0.28), inset 0 1px 0 #fafcff;
  box-shadow: 0 1px 1px rgba(5, 44, 80, 0.28), inset 0 1px 0 #fafcff;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMjUlIiB4Mj0iNTAlIiB5Mj0iLTI1JSI+CjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNkZmVmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgo8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlYmY1ZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogICA8L2xpbmVhckdyYWRpZW50PgoKPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCIgaGVpZ2h0PSIxMDAiIGZpbGw9InVybCgjaGF0MCkiIC8+Cjwvc3ZnPg==);
  background-image: -moz-linear-gradient(bottom, #dfefff -25%, #ebf5ff 125%);
  background-image: -o-linear-gradient(bottom, #dfefff -25%, #ebf5ff 125%);
  background-image: -webkit-linear-gradient(bottom, #dfefff -25%, #ebf5ff 125%);
  background-image: linear-gradient(bottom, #dfefff -25%, #ebf5ff 125%);
  color: #333333;
}
.shopping-cart-steps .btn.btn-yellow {
  background-color: #ffde00;
  color: #333333;
  border-color: #ffc600;
  background-color: #fff100;
  -moz-box-shadow: 0 1px 1px rgba(5, 44, 80, 0.28), inset 0 1px 0 #fff98e;
  -webkit-box-shadow: 0 1px 1px rgba(5, 44, 80, 0.28), inset 0 1px 0 #fff98e;
  box-shadow: 0 1px 1px rgba(5, 44, 80, 0.28), inset 0 1px 0 #fff98e;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMjUlIiB4Mj0iNTAlIiB5Mj0iLTI1JSI+CjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmZmQ4MDAiIHN0b3Atb3BhY2l0eT0iMSIvPgo8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmYxMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogICA8L2xpbmVhckdyYWRpZW50PgoKPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCIgaGVpZ2h0PSIxMDAiIGZpbGw9InVybCgjaGF0MCkiIC8+Cjwvc3ZnPg==);
  background-image: -moz-linear-gradient(bottom, #ffd800 -25%, #fff100 125%);
  background-image: -o-linear-gradient(bottom, #ffd800 -25%, #fff100 125%);
  background-image: -webkit-linear-gradient(bottom, #ffd800 -25%, #fff100 125%);
  background-image: linear-gradient(bottom, #ffd800 -25%, #fff100 125%);
}
.shopping-cart-steps .btn a {
  color: #333333;
}
.shopping-cart-steps .btn a:hover {
  text-decoration: none;
}
.shopping-cart-steps .color-blue {
  font-size: 20px;
}
table.shopping-cart {
  margin-bottom: 0;
}
table.shopping-cart th {
  font-weight: 600;
  background: #f7fbff;
  color: #333333;
  padding: 13px 10px 13px !important;
  border-bottom: 1px solid #dff0ff !important;
}
table.shopping-cart tbody td {
  border-bottom: 1px solid #dff0ff;
}
table.shopping-cart .close {
  opacity: 1;
  float: none;
}
table.shopping-cart .close:hover {
  opacity: .7;
}
table.shopping-cart .fa-trash {
  font-size: 18px;
  opacity: 1;
}
.shopping-cart-border {
  border: 3px solid #dff0ff;
  margin-bottom: 15px;
  /* SHOPPING CART STEP 3*/
}
.shopping-cart-border .offset {
  padding: 20px;
}
.shopping-cart-border h2,
.shopping-cart-border .h2 {
  margin-bottom: 25px;
}
.shopping-cart-border.step2 {
  margin-bottom: 80px;
}
.shopping-cart-border .text-left {
  text-align: left !important;
}
.shopping-cart-border .delimeter {
  border-bottom: 1px solid #dff0ff;
}
.shopping-cart-border .form-group {
  margin-bottom: 10px;
}
.shopping-cart-border .login-area .col-md-6 {
  height: 140px;
}
.shopping-cart-border .login-area .btn-yellow.wide {
  margin-top: 45px;
  margin-bottom: 10px;
}
.shopping-cart-border .item-total {
  font-size: 14px;
}
.shopping-cart-border .border {
  height: 1px;
  display: block;
  background: #fff;
}
.shopping-cart-border .shopping-cart-total {
  color: #333333;
}
.shopping-cart-border .shopping-cart-total .bg-lightblue {
  margin-left: -10px;
}
.shopping-cart-border .shopping-cart-total .bg-lightblue .col {
  padding-top: 12px;
  padding-bottom: 12px;
}
.shopping-cart-border .shopping-cart-total .bg-lightblue .col-md-5 {
  padding-right: 63px;
}
.shopping-cart-border .shopping-cart-total .total {
  font-size: 20px;
  color: #00529c;
}
.shopping-cart-border .shopping-cart-total .total .col {
  padding-top: 7px;
  padding-bottom: 7px;
}
.shopping-cart-border #voucherMessage {
  margin-top: -10px;
  margin-bottom: 10px;
  display: block;
  color: #f10e0e !important;
  font-size: 14px;
}
.shopping-cart-border.step3 hr {
  border-color: #dff0ff;
}
.shopping-cart-border.step3 .shopping-table-stores td {
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.shopping-cart-border.step3 .shopping-table-stores input[type=radio] {
  margin-top: 4px;
  margin-right: 5px;
  float: left;
}
.shopping-cart-border.step3 .shopping-table-stores label {
  color: #333333;
}
.shopping-cart-border.step3 .shopping-table-stores label:hover {
  color: #00529c;
  text-decoration: underline;
}
.shopping-cart-border.step3 .left {
  position: relative;
  padding-right: 0;
}
.shopping-cart-border.step3 .left:after {
  content: " ";
  height: 100%;
  width: 1px;
  background: #dff0ff;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
}
.shopping-cart-border.step3 .left + .col-md-6 {
  padding-left: 0;
}
.shopping-area-buttons {
  margin-bottom: -55px;
}
/* LISTING */
.page-header {
  margin-top: 0;
  border: 0;
  padding-bottom: 0;
}
.page-header h1 {
  margin-top: 0;
}
.list-category {
  background: #fff;
  border: 3px solid #dff0ff;
  padding: 0;
}
.list-category li {
  padding: 2px 0;
  border-top: 1px solid #dff0ff;
}
.list-category li:first-child {
  border-top: 0;
}
.list-category > li.active {
  padding: 0;
  margin: 0 -3px;
  border-top: 0;
}
.list-category > li.active > a {
  padding: 2px 13px;
  background: #00529c;
}
.list-category > li.active > a span,
.list-category > li.active > a .fa {
  color: #fff;
}
.list-category a {
  padding: 0 10px;
  display: block;
  line-height: 28px;
}
.list-category a .fa {
  margin-right: 5px;
}
.list-category a span {
  color: #333333;
}
.list-category a:hover span {
  text-decoration: underline;
  color: #00529c;
}
.list-category ul {
  padding-top: 4px;
  background: #dff0ff;
}
.list-category ul li {
  margin: 0 3px;
  padding: 2px 0 2px 20px;
  border-top: 1px solid #fff;
}
.list-category ul li:first-child {
  border-top: 0;
}
.list-category ul .active span {
  color: #00529c;
  font-weight: 600;
}
.list-category.list-category-news .active a {
  background: #fff;
}
.list-category.list-category-news .active a span {
  color: #666666;
}
.list-category.list-category-news .active a .fa {
  color: #00529c;
}
.panel {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.panel-filters {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.panel-filters .title a {
  font-size: 13px;
  text-transform: none;
  font-weight: 400;
}
.panel-filters .title a span {
  text-decoration: underline;
}
.panel-filters .title a .fa {
  font-size: 14px;
}
.panel-filters .title a:hover,
.panel-filters .title a:hover span {
  text-decoration: none;
}
.panel-filters .panel-body {
  padding: 0;
  border: 3px solid #dff0ff;
}
.panel-filters .panel-body .offset {
  padding: 10px;
}
.panel-filters .panel-body .form-group {
  margin-bottom: 10px;
}
.panel-filters .panel-body hr {
  border-color: #dff0ff;
}
.media {
  margin-bottom: 15px;
  border: 3px solid #dff0ff;
}
.media .media-body {
  max-width: 142px;
  float: left;
  padding: 10px 0 10px 10px;
}
.media .media-body p {
  line-height: 16px;
  margin: 0;
  overflow: hidden;
  max-height: 35px;
}
.media .media-body h4 {
  font-size: 13px;
  text-decoration: underline;
  line-height: 16px;
  text-transform: uppercase;
  font-weight: 700;
}
.media .pull-right {
  padding-left: 0;
}
.nav-tabs {
  border-bottom: 2px solid #00529c;
}
.nav-tabs > li {
  margin-bottom: 0;
}
.nav-tabs > li > a {
  -webkit-border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 2px;
  -moz-border-radius-topright: 2px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #333333;
  padding: 6px 12px;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active:hover > a {
  background: #00529c;
  color: #fff;
  border-color: #00529c;
}
.nav-tabs > li:hover > a {
  background: #dff0ff;
}
.row + .well {
  margin-top: 5px;
}
.well {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 0;
  background: #dff0ff;
}
.well.well-sm {
  padding: 10px;
}
.well.products-well-filter .col-md-7 .btn {
  padding: 2px 10px;
}
.well.products-well-filter .col-md-7 .btn .fa {
  margin-left: 5px;
}
.well.products-well-filter .col-md-7 .btn,
.well.products-well-filter .col-md-5 .btn {
  font-size: 13px;
  padding: 3px 5px 1px;
  background: #fff;
  color: #333333;
  border: 1px solid #95bde0;
}
.well.products-well-filter .col-md-7 .btn .fa,
.well.products-well-filter .col-md-5 .btn .fa {
  color: #00529c;
}
.well.products-well-filter .col-md-5 .checkbox {
  background-color: #fff;
}
.well.products-well-filter .col-md-5 div {
  margin-right: 15px;
}
.well.products-well-filter .col-md-5 .btn.blue {
  background: #00529c;
}
.well.products-well-filter .col-md-5 .btn.blue .fa {
  color: #fff;
}
.well.products-well-filter .col-md-5 .btn .fa {
  color: #95bde0;
  font-size: 14px;
}
.well label {
  margin: 2px 0 0 0;
}
.well .btn-xs.pull-right {
  margin-left: 5px;
}
.well .col-md-7 .btn:hover,
.well .col-md-5 .btn:hover {
  background: #dff0ff;
}
.onstore {
  display: inline-block;
  margin-top: 2px;
  float: right;
}
.products-filters-area {
  margin: 15px -7px -7px;
  background: #fff;
  padding: 20px 10px 10px;
}
.products-filters-area .checkbox {
  background-color: #dff0ff;
}
.products-filters-area label {
  margin-bottom: 10px;
}
.products-filters-area label > a {
  color: #333333;
}
.products-filters-area label > a:hover {
  text-decoration: none;
}
.products-filters-area label > a:hover span {
  text-decoration: underline;
}
/* NEWS */
.list-news .row {
  padding-top: 25px;
  padding-bottom: 25px;
}
.list-news .row:first-child {
  padding-top: 0;
}
.list-news .row h2 {
  margin-bottom: 5px;
}
.list-news .row h2 + b {
  color: #333333;
  display: block;
  margin-bottom: 3px;
}
.list-news .row h2 a {
  color: #00529c;
}
.list-news .row p {
  line-height: 22px;
  max-height: 45px;
  overflow: hidden;
  margin-bottom: 3px;
}
.list-news .row .news-detail-btn span {
  text-decoration: underline;
}
.list-news .row .news-detail-btn .fa {
  margin-left: 5px;
}
.list-news .row .news-detail-btn:hover {
  text-decoration: none;
}
.list-news .row .news-detail-btn:hover span {
  text-decoration: none;
}
.news-detail p {
  line-height: 22px;
  color: #666666;
}
.news-detail img {
  margin-bottom: 20px;
  max-width: 100%;
}
.news-detail .social-icons {
  display: block;
  margin-top: 10px;
}
.news-detail .social-icons a {
  float: left;
  display: inline-block;
  margin-right: 10px;
  font-size: 20px;
}
.news-detail .social-icons a:hover {
  opacity: .8;
}
.fa-facebook-square {
  color: #00529c;
}
.fa-twitter-square {
  color: #46a9ff;
}
.fa-google-plus-square {
  color: #e83f12;
}
.fa-pinterest-square {
  color: #ef2d35;
}
/* COMPARE PRODUCTS */
.table th.product-compare-box {
  padding-top: 0 !important;
  padding-bottom: 25px !important;
}
.table th.product-compare-box .btn-yellow {
  padding-left: 35px;
  padding-right: 35px;
  -webkit-border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  border-radius: 3px !important;
  -moz-background-clip: padding !important;
  -webkit-background-clip: padding-box !important;
  background-clip: padding-box !important;
}
.table th.product-compare-box .btn-yellow .fa {
  font-size: 16px;
  margin-right: 5px;
}
.table th.product-compare-box .btn-yellow:hover {
  border-color: #00529c;
}
.table th.product-compare-box .fa.fa-remove {
  font-size: 16px;
}
.table th.product-compare-box h3 a {
  text-decoration: underline;
}
.table th.product-compare-box h3 a:hover {
  text-decoration: none;
}
/* MODALS */
.modal-content {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.modal-header {
  border-bottom-color: #dddddd;
}
/* PRODUCT DETAIL */
.progress {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: #f2f2f2;
}
.progress .progress-bar {
  background-color: #00529c;
}
.product-detail {
  color: #333333;
  /* RIGHT SIDE */
}
.product-detail .label {
  margin-bottom: 3px;
  display: inline-block;
}
.product-detail .social-icons {
  display: block;
  margin-top: 10px;
}
.product-detail .social-icons a {
  float: left;
  display: inline-block;
  margin-right: 10px;
  font-size: 20px;
}
.product-detail .social-icons a:hover {
  opacity: .8;
}
.product-detail .product-photos {
  text-align: center;
}
.product-detail .product-photos a {
  display: inline-block;
  border: 1px solid #dddddd;
}
.product-detail .product-photos a:hover {
  border-color: #00529c;
}
.product-detail hr {
  margin-top: 15px;
  margin-bottom: 15px;
}
.product-detail .table.table-condensed {
  margin-bottom: 0;
}
.product-detail .table.table-condensed th {
  padding-left: 0 !important;
}
.product-detail .extras .btn {
  padding: 5px 10px 5px 0;
  font-size: 12px;
}
.product-detail .extras .btn span {
  color: #333333;
}
.product-detail .extras .btn .fa {
  color: #00529c;
  margin-right: 5px;
}
.product-detail .extras .btn:hover span {
  color: #00529c;
}
.product-detail .product-variants a {
  margin-left: 5px;
  display: inline-block;
  width: 66px;
  height: 66px;
  text-align: center;
  border: 1px solid #dddddd;
}
.product-detail .product-variants a:hover {
  border-color: #00529c;
}
.product-detail .product-variants a:first-child {
  margin-left: 0;
}
.product-detail .btn.btn-link.btn-sm {
  color: #00529c;
  margin-top: 5px;
}
.product-detail .related-headline {
  margin-top: 31px;
}
.product-detail .gallery-photo {
  margin-bottom: 20px;
}
.product-detail .gallery-photo img {
  border: 1px solid #dddddd;
}
.product-detail .gallery-photo img:hover {
  border-color: #00529c;
}
.product-detail .product-brand-right {
  background: #fff;
  border: 3px solid #dff0ff;
  display: block;
}
.product-detail .cart {
  margin-top: 0;
  padding: 0 10px;
}
.product-detail .cart .price {
  font-size: 13px;
}
.product-detail .cart .price span,
.product-detail .cart .price small {
  display: block;
  text-align: left;
  font-size: 13px;
  color: #333333;
}
.product-detail .cart .price span span {
  display: inline-block;
  float: right;
}
.product-detail .cart .price .big {
  font-size: 20px;
  float: right;
}
.product-detail .cart .price .base-price-vat span {
  float: left;
  margin-top: 7px;
}
.product-detail .cart .price .overline {
  text-align: right;
  font-size: 16px;
  margin: -4px 0 0;
  display: inline-block;
  width: 100%;
}
.product-detail .cart .price .base-price {
  margin-top: 25px;
}
.product-detail .cart .disable-status {
  display: block;
  float: left !important;
}
.product-detail .cart .offset {
  padding: 10px 0;
}
.product-detail .cart .offset.add-to-cart .form-group {
  margin-bottom: 10px;
}
.product-detail .cart .offset.add-to-cart .form-control {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  width: 50px;
  border: 0;
  padding-left: 10px;
  padding-right: 10px;
}
.product-detail .cart .offset.add-to-cart .btn-yellow {
  width: 100%;
  max-width: 140px;
}
.product-detail .cart .offset.add-to-cart .btn-yellow .fa {
  font-size: 16px;
  margin-right: 5px;
}
.product-detail .cart .offset.add-to-cart a span {
  color: #333333;
}
.product-detail .cart .offset.add-to-cart a .fa {
  margin-right: 5px;
}
.product-detail .cart .offset.add-to-cart a:hover span {
  text-decoration: underline;
  color: #00529c;
}
.product-detail .cart #productCode {
  margin-top: 0;
}
.product-detail .cart hr {
  border-top: 3px solid #fff;
  margin: 0 -10px;
}
.table-product-availability .btn-sm {
  margin-left: 10px;
  width: 100px;
}
.pagination > li > a,
.pagination > li > span {
  color: #333333;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #00529c;
  text-decoration: underline;
  background-color: transparent;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  border-color: #dddddd;
  background-color: #00529c;
}
/* STATIC PAGE */
.static ul {
  margin-bottom: 20px;
}
.static ul li {
  padding-left: 15px;
  position: relative;
}
.static ul li:before {
  height: 6px;
  width: 6px;
  display: inline-block;
  top: 7px;
  left: 0;
  background: #00529c;
  position: absolute;
  content: " ";
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.navbar-form .form-group,
.form-inline .form-group {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
}
/* SKYSCRAPER ADS */
.container-wrapper {
  width: 100%;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto !important;
  margin-top: -12px;
  padding-top: 12px;
}
.left-skyscraper,
.right-skyscraper {
  top: -14px;
  position: absolute;
}
.left-skyscraper {
  left: 50%;
}
.right-skyscraper {
  right: 50%;
}
